Categories
How to display a category and products from it?
Actually I have such code foreach ($categories as $cate) { foreach ($products as $product) { ... ... ... } } But it displays all products several times. Tell me how to do
Answer the question
In order to leave comments, you need to log in
$products should only contain products of the current (outer foreach) category.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question