Reputation: 175
I am not very good with prestashop so i can not resolve my problem:
i need to creare a drop down menu with sub category and products (like image).
This is my situation, how you can you i have created sub-cat and now i need to show the products of categories, like first image. I have just searched in the web about any solution but i have not found it (or i have used worng keywords). i now this is possible because the first screen, is the demo of theme that i'm using:
Thank you in advance to spending time for me :)
Upvotes: 0
Views: 192
Reputation: 1863
for each category call getProducts
method, it will give you all products inside category.
Upvotes: 1