It would be much cleaner to do this
and set the Customvar BORDER to 0 globally and to whatever you want per product.
Alternatively replace BORDER=CUSTOMVAR:BORDER with simply CUSTOMVAR:BORDER and set it to "border=0" globally and "border=1" per product. This would let you add in differnt things like "style=....." instead.
Code:
<!-- ProductImage HTML begin --> <!-- This file is used to build the product image markup. --> <IMG SRC="NETQUOTEVAR:IMAGEFILE" ALT="NETQUOTEVAR:ALTERNATETEXT" ALIGN="CENTER" BORDER=CUSTOMVAR:BORDER NETQUOTEVAR:IMAGEHEIGHT NETQUOTEVAR:IMAGEWIDTH NETQUOTEVAR:OTHERIMAGEMARKUP> <!-- This file is used to build the product image markup. --> <!-- ProductImage HTML end -->
Alternatively replace BORDER=CUSTOMVAR:BORDER with simply CUSTOMVAR:BORDER and set it to "border=0" globally and "border=1" per product. This would let you add in differnt things like "style=....." instead.
Comment