Hi, I am trying to create a template for my store, everything looks good but one problem occured. I want to see all products that I chosen from category, for example I select link in a menu "acion games" then it should display me, games about action. I use <?php foreach ($products as $product) { ?> but it doesnt work. Please help, thanks.