Hi,
I need help setting up a page in the Pro theme that lists all product categories, each with a headline, followed by the products in that category. Specifically:
- I want to loop through product categories (each category with its own headline).
- Under each category, I want to loop through and display the products in that category, in a grid layout (4 columns per row: image, title, price).
- I managed to set up the first Looper for the categories , but I’m having trouble setting up the nested Looper to show only the products from the current category in the loop .
Could you guide me on how to properly configure the nested Looper Consumer (or whatever setup is required) so it filters the products based on the current looped category?
Thanks in advance!