Client would like a large image of the first purchased product on the receipt page.
Does anyone know how this may be generated?
Placing the following produces a small image and some text descriptions but I cannot make the image large and remove the text.
I assume the 'Thumbnail' in the product dialogue must be the large image?
Thank you.
Does anyone know how this may be generated?
Placing the following produces a small image and some text descriptions but I cannot make the image large and remove the text.
I assume the 'Thumbnail' in the product dialogue must be the large image?
Code:
<Actinic:XMLTEMPLATE NAME="ProductLine"> <Actinic:THUMBNAIL> <img src="<actinic:variable name="Thumbnail" />" > </Actinic:THUMBNAIL> </Actinic:XMLTEMPLATE>
Comment