-- HikaShop version -- : 2.4.0
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.4
Hello,
I am trying to setup the following menu item structure for my HikaShop store.
Book Store (Listing of brands, parent menu item)
- Brand One (Brand description with product listing, first child menu item)
-- Product page from brand one (second child menu item)
- Brand Two (Brand description with product listing, first child menu item)
-- Product page from brand two (second child menu item)
The listing of brands and individual brand pages are setup and working correctly, but when navigating to an individual product page, the menu item structure is not maintained. For example, book-store/category/681-delmar-cengage-nelson-education shows all of the products in the Delmar-Cengage/Nelson Education brand, but when I click on a product in the brand, the URL becomes book-store/product/716-a-practical-guide-to-teaching-in-the-fire-service. Is there a way to keep the URL like this: book-store/681-delmar-cengage-nelson-education/product/716-a-practical-guide-to-teaching-in-the-fire-service?
Any assistance is greatly appreciated. Thank you.