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
Custom Page Template Question
Re: Custom Page Template Question
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:
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