PDA

View Full Version : thumbnail/product image in order details?


color22
25-Feb-2005, 08:40 AM
Hi

Is it possible to have a thumbnail / product image on the order details page?
I have the thumbs running on the checkout and search pages, but this is the only page that the image doesn’t show.

http://www.missilemedia.com/index2.html << test pages


Ps I got this one below sorted

http://community.actinic.com/showthread.php?t=12512

cheers Chris.

NormanRouxel
25-Feb-2005, 09:05 AM
It's in the Advanced Guide. Here's the extractIncluding Thumbnail Images in the Shopping Cart
It is possible to include the Actinic 'thumbnail images' ('Thumbnail Image' field in the 'General tab
of your products) within the shopping cart next to the product name.
To do this, include the following code within 'Act_ShoppingCartXML.html' between
<Actinic:XMLTEMPLATE NAME="ProductLine"> and its equivalent closing XML tag: </Actinic:XMLTEMPLATE>:

<Actinic:REMOVE TAG="THUMBNAIL">
<IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE>
</Actinic:REMOVE>

color22
25-Feb-2005, 09:25 AM
Hi Norman

thanks for the reply, I have already that code in my 'Act_ShoppingCartXML.html' page and it works fine in the cart but what I want to do is to click on the 'add to cart button' and then on the next page (Order Details) show the image of the product just selected by the customer.

Cheers

Chris

ps thanks Norman the upsell we got off you works like a dream and my client is over the moon with it :)

Nadeem
01-Mar-2005, 09:21 AM
Hi Chris,

I'm sorry, but i don't understand, what Norman has showed your from the Advance User Guide is the thumbnail image which appears in the checkout stages. Remember the image that it takes is the one defined in the thumbnail for that particular product.
If you are using components, then it will only take the image of the main product.

Kind Regards