Re: Show all products from a category
this might work, but it isn't the best idea. You could have the products loop on the home page and an if statement inside it that says something like {if $productid eq "1" or $productid eq "200" or $productid eq "359"} Show product info {/if}
|