I set up a navigation menu that has a Category 1 and it has additional sub categories (Brand 1, Brand 2, etc). The rest of the navigation items are other categories that point to Brand pages that simply show products, like:
Left Navigation
Category 1
-> SubCat1 --> Product Page for Brand 1
-> SubCat2 --> Product Page for Brand 2
-> SubCat3 --> Product Page for Brand 3
-> SubCat4 --> Product Page for Brand 4
Category 2 --> Product Page for Brand 5
Category 3 --> Product Page for Barnd 6
Category 4 --> Product Page for Brand 7
Here is the issue - if you click on Category 1 and THEN click on SubCat1,2,3 or 4 IN THE PAGE TO THE RIGHT (NOT the navigation), it shows a different url string for some reason associated with each SubCat page:
www.domain.com/Category1/category/listin...33/name-subcat1.html
and clicking on them then takes you to a blank page with no products showing.
WHAT WORKS - if you click on SubCat1 in the navigation, you get a url of:
www.domain.com/Category1/SubCat1.html
that in turns displays all the products in that category.
So the simple question is why does the URL generate differently on a page instead of a menu link when it should remain the same - both pointing to the SubCat page?
My short term solution was to change Category 1 type of content to Product instead of Category, which then shows a blank page I could theoretically populate with some products, but that isn't the solution I want.
By the way, would anyone know how to populate a page with best selling products? Is there code that could be added to a HikaShop module to display on my blank Category1 page in Product mode, based on product sales totals of the SubCat's, in decending order?
Thank you for any help!
~Michael