by Jim » Wed Jun 11, 2008 7:59 am
I created a custom product template that does not display the add to cart button and used that on pages where I didn't want the buttons to show.
You can override the default template assigned to the product by specifying an override template in the loop products section of the page template by using the tag [-- PRODUCT template --] where "template" is the name of your custom template. The ocde would look something like
[-- LOOP PRODUCTS PAGE.Columns --]
[-- PRODUCT template --]
[-- END_LOOP PRODUCTS --]