Hi,
I seem to be having a "Brain Cramp" and cannot figure out how to customize
the table that will show my products on a 2 column custom template. I want
to simply make some cosmetic changes to sku, prod description, etc and I
cannot seem to find these fields within the custom template?
I checked the custom product template that I am using for my more info page
and I can alter that one no problem. So what am I missing here??? That
table must be somewhere in the [-- VAR.COL 2 --] area but I do not see the
code for it.
Sample test page here:
http://exerciseequipmentpadding.com/store/page0.html
I just want to be able to eliminate and change the position of some of the
product var fields on this page.
Thanks, kevin
<!------ Begin Table of Products------->[-- VAR.COL 2 --]<table width="100%"
cellspacing="5">
[--LOOP PRODUCTS VAR.col --]
<td valign=top align=left >
<div align="left">
[--PRODUCT--]</div>
</td>
[--END_LOOP PRODUCTS--]
</table>
<!------ End Table of Products ------->