Hi all,
I'm trying to put a product image on the Order Detail page (Act_OrderDetail.html - the page that asks the user to confirm their choice after adding to cart). It doesn't seem to work. I've tried the straightforward NETQUOTEVAR:PRODUCTIMAGE as in the category page and this simply prints NETQUOTEVAR:PRODUCTIMAGE, which is not very helpful. Don't understand this as there are other NETQUOTEVARs there and I've put it in between the two XMLtemplate tags. I've also tried
<IMG SRC="NETQUOTEVAR:INFOIMAGE" ALT="NETQUOTEVAR:PRODUCTNAME" WIDTH=NETQUOTEVAR:INFOIMAGEWIDTH HEIGHT=NETQUOTEVAR:INFOIMAGEHEIGHT>
taken from the extended info page, and
<Actinic:REMOVE TAG="THUMBNAIL">
<IMG SRC="NETQUOTEVAR:THUMBNAIL" THUMBNAILSIZE>
</Actinic:REMOVE>
taken from Knowledge base artice Ref: CD507a. I know that these are all different templates but I thought I might give it a go. Does anyone know if putting an image in this template is possible? I thought it might be easy but apparently not.
I've seen various fixes of Norman's, i.e. putting images in the shopping cart and search results, but this isn't what we're looking for. We want just one image displayed above the product name when the user is asked to confirm.
We are using Actinic version 6.1.2 Catalog
Any help appreciated.
I'm trying to put a product image on the Order Detail page (Act_OrderDetail.html - the page that asks the user to confirm their choice after adding to cart). It doesn't seem to work. I've tried the straightforward NETQUOTEVAR:PRODUCTIMAGE as in the category page and this simply prints NETQUOTEVAR:PRODUCTIMAGE, which is not very helpful. Don't understand this as there are other NETQUOTEVARs there and I've put it in between the two XMLtemplate tags. I've also tried
<IMG SRC="NETQUOTEVAR:INFOIMAGE" ALT="NETQUOTEVAR:PRODUCTNAME" WIDTH=NETQUOTEVAR:INFOIMAGEWIDTH HEIGHT=NETQUOTEVAR:INFOIMAGEHEIGHT>
taken from the extended info page, and
<Actinic:REMOVE TAG="THUMBNAIL">
<IMG SRC="NETQUOTEVAR:THUMBNAIL" THUMBNAILSIZE>
</Actinic:REMOVE>
taken from Knowledge base artice Ref: CD507a. I know that these are all different templates but I thought I might give it a go. Does anyone know if putting an image in this template is possible? I thought it might be easy but apparently not.
I've seen various fixes of Norman's, i.e. putting images in the shopping cart and search results, but this isn't what we're looking for. We want just one image displayed above the product name when the user is asked to confirm.
We are using Actinic version 6.1.2 Catalog
Any help appreciated.
Comment