Hi everyone,
First time here. Great website!
I hope you can help me. I wanted to add product images in the view cart section so I placed the following code on my Act_ShoppingCartXML.htm page just below <Actinic:XMLTEMPLATE NAME="ProductLine"> as suggested by some of the existing postings here, but I am unable to see any product images in the 'view cart' page!
The code I added was as follows:
<Actinic:REMOVE TAG="THUMBNAIL">
<IMG SRC="NETQUOTEVAR:THUMBNAIL" width=75><!--THUMBNAILSIZE-->
</Actinic:REMOVE>
My website is http://www.gifts4ladies.co.uk
Please help!
Many thanks in advance
H.
First time here. Great website!
I hope you can help me. I wanted to add product images in the view cart section so I placed the following code on my Act_ShoppingCartXML.htm page just below <Actinic:XMLTEMPLATE NAME="ProductLine"> as suggested by some of the existing postings here, but I am unable to see any product images in the 'view cart' page!
The code I added was as follows:
<Actinic:REMOVE TAG="THUMBNAIL">
<IMG SRC="NETQUOTEVAR:THUMBNAIL" width=75><!--THUMBNAILSIZE-->
</Actinic:REMOVE>
My website is http://www.gifts4ladies.co.uk
Please help!
Many thanks in advance
H.
Comment