-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.5
We have an ecommmerce on wich product are divided into different category.
For example "oven", "fridge", "dishwasher",.....
A manufacturer (a Brand) produce product belonging all this category . For example "REX - Elctrolux".
We have oven produced by Rex, fridge produced by Rex and dishwasher produced by Rex.
We create a category structure like this:
Shop->appliances->oven
Shop->appliances->fridge
Shop->appliances->dishwasher
and we create a Brand called Rex
Now we need to show, for example, only the oven produced by Rex, by the creation of a menu Item.
How can i do?
I'm able only to create a menu item that show all the product produced by Rex (oven+fridge+dishwasher), but non a menu item tha show only oven produced by Rex.
Thank you