-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.4.16
-- Browser(s) name and version -- : Firefox 36.0.1
-- Error-message(debug-mod must be tuned on) -- : No errors on the page
We are experiencing an issue with URL routing and generation with regard to product pages.
We've created two hikashop 'categories listing' menu items of type "category", one each for our product categories ("Category 1" and "Category 2") with Itemids 108 and 240, respectively.
When viewing the product detail page of a product in Category 1 with menu item A and Itemid 108 the URL is correctly displayed like:
/shop/menu-item-A-alias/product/product-name
However, when viewing a product detail page of a product in Category 2 with menu item B the URL is generated with the alias of menu item A (aka Itemid 108) like:
/shop/menu-item-A-alias/product/product-name
What we are wanting is (aka Itemid 240):
/shop/menu-item-B-alias/product/product-name
This is affecting our ability to assign modules as needed to each category. Is there a way to configure the menu items or HikaShop configuration differently to achieve what we are wanting? I've tried various combinations of SEF options in the HikaShop configuration without success.