The URL
www.vintageleathersofas.com/Premium-Harv...8/category_pathway-0
IS SEFed. It's just not customized.
On HikaShop's end, all we do is ask joomla to convert the non SEFed URL and we have some code in the two files I mentioned above in order to tell the system how to SEF them.
The rest is handled by joomla AND/OR sh404SEF. So if the URL is not customized, it's because you didn't customize it or there is a problem in sh404SEF.
The category_pathway is not 0 when you previously clicked on a category name in a listing of categories on the main area and which then displayed the products below that category and then you clicked on a product there.
That tells the system where in the category tree you clicked on the product so that it can display the correct breadcrumb as otherwise, there would be cases where it would be impossible to know the category path which led to the product page. For example, if you have a product attached to the category "science fiction" and to the category "orwell". Then, you have a menu which displays a listing of the categories. First, the classification types categories: "by name", "by genre", "by what you want" and then, when clicking on a category, it display the sub categories and then the products... When you reach the product page of that product, without the category_pathway, you don't know if the user came from Menu->By name->Orwell or from Menu->By genre->science fiction. The category_pathway will contain the id of the category from where you clicked on the product so that the correct breadcrumb can be calculated.