Custom Page Template Question

General ShopSite user discussion
Post Reply
Vince Salese

Custom Page Template Question

Post by Vince Salese »

This is the loop from a custom page template that formats the products.

[-- LOOP PRODUCTS PAGE.Columns --]
<td valign="top" align="[-- VAR.align --]"> <br>[-- PRODUCT --]</td>
[-- END_LOOP PRODUCTS --]

I would like to re-fomat the product display (adding images, not display SKU
and some other things) in the table but can't seem to figure out where [--
PRODUCT --] is defined. Can someone tell me where this is defined?

Thanks
vince@ahoycaptain.com
jim

Re: Custom Page Template Question

Post by jim »

The [-- PRODUCT --] displays the product using the template that is
assigned to the particular product being placed on the page. So if you
want to change the look of the product you edit the product's template.

Jim

Vince Salese wrote:
This is the loop from a custom page template that formats the products.

[-- LOOP PRODUCTS PAGE.Columns --]
td valign="top" align="[-- VAR.align --]"> <br>[-- PRODUCT --]</td
[-- END_LOOP PRODUCTS --]

I would like to re-fomat the product display (adding images, not display SKU
and some other things) in the table but can't seem to figure out where [--
PRODUCT --] is defined. Can someone tell me where this is defined?

Thanks
vince@ahoycaptain.com
Post Reply