Hi, I'm trying to get thumbnails to show on the checkout page, with no success. Could someone check this code out please and let me know if it's right?
<Actinic:XMLTEMPLATE NAME="ProductLine">
<!-- Product line begin -->
<TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0>
<TR>
NETQUOTEDEL:REFERENCE
<td><Actinic:REMOVE TAG="THUMBNAIL"><IMG SRC="NETQUOTEVAR:THUMBNAIL" THUMBNAILSIZE>
</Actinic:REMOVE></td>
Many thanks! Glenn.
<Actinic:XMLTEMPLATE NAME="ProductLine">
<!-- Product line begin -->
<TABLE BORDER=0 WIDTH=100% CELLSPACING=0 CELLPADDING=0>
<TR>
NETQUOTEDEL:REFERENCE
<td><Actinic:REMOVE TAG="THUMBNAIL"><IMG SRC="NETQUOTEVAR:THUMBNAIL" THUMBNAILSIZE>
</Actinic:REMOVE></td>
Many thanks! Glenn.
Comment