Announcement

Collapse
No announcement yet.

thumbnail/product image in order details?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    thumbnail/product image in order details?

    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.

    #2
    It's in the Advanced Guide. Here's the extract
    Code:
    Including 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>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      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

      Comment


        #4
        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
        Nadeem Rasool
        SellerDeck Development

        Comment

        Working...
        X