Announcement

Collapse
No announcement yet.

Product Image in Order Detail

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

    Product Image in Order Detail

    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.
    Josie Henley-Einion
    Collectors Supplies
    http://www.csbooks.co.uk

    #2
    Hi Josie,

    Unfortunately, I haven't tried this before to answer your question immediately. I've forwarded this issue to Development team. I'll get back to you as soon as I find a workaround.

    Cheers,
    Cheers,
    Suresh Babu G

    Comment


      #3
      I'm afraid that there's no way involving NETQUOTEVAR's to get what you want. That's why my patches that accomplish this are so complex. The main problem is that once you are in the cart and checkout the pages are created by Perl scripts that read the .cat files for product info - and these files contain no image information.

      My http://www.drillpine.biz/actinicstuf...InCheckout.txt may do the trick.

      Norman
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Looks like it's too complicated for me to work on this! I had thought that it might be a simple thing, how wrong I was. Oh well, it wasn't a necessary, only something that would be nice.

        Thanks for the info.

        Josie
        Josie Henley-Einion
        Collectors Supplies
        http://www.csbooks.co.uk

        Comment

        Working...
        X