Hi Mohamed,
Yes, these are enabled. I have no problem with the URL's which are SEF etc
My question is actually probably simpler than you think.
I want to add a URL in an article that will get me all the products in a category in HikaShop. I could of course just put
<a href="/shop/category-name">Category name</a>
but if I change the category name or the menu item that links here then the link will no longer work.
Instead I thought it might be possible to code into the article something like
<a href="index.php?option=com_hikashop&view=category&layout=listing&categoryID=32">Category name</a>
which will always result in the link going to that category ID and getting all the products, (the same as my menu item does).
Steve