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!
![Smilie](https://community.sellerdeck.com/core/images/smilies/smile.gif)
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!
![Frown](https://community.sellerdeck.com/core/images/smilies/frown.gif)
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