I need the Define Product code in the Product Template to be different for the home page list of products (Loop Products) than for the list of products on other pages. For example, the Define Product code for the home page will display the list of products with the graphic above the product name and is in a 3 column format, but for the other pages the code displays the list of products with the graphic to the left of the product name and is in a 1 column format.
When I use a Variable tag like [-- VAR.HomePage "yes" --] at the top of the Home Page Template, and then use the tag [-- IF VAR.HomePage "yes" --] in the Define Product code so it will display the code specific for the home page list of products, all I get is the first product displayed correctly for the home page and then all the rest of the products are displayed with the code for other pages.
So it appears that the Variable tag worked but only for the first <td> in the loop. I am baffled by this since I thought it would run for all the <td>'s in the Loop of Products. Any suggestions?
Thanks for any help you can give.