Announcement

Collapse
No announcement yet.

Product Thumbnail in Customer Invoice

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

    Product Thumbnail in Customer Invoice

    Trying to search for this in the forum produced no answers, but I swear it's been covered before. I'm going to ask and try to use enough keywords to help others find this.

    I want to put the product thumbnail into the EMAIL_ORDERCONF_CUSTOMER Order Confirmation: Customer

    Is there a way to natively include it or should I use Toolkit snippet?

    Code:
    <mvt:item name="toolkit" param="prodthumb|imgurl|l.all_settings:item:code" />
    <mvt:if expr="g.imgurl">
    <img src="&mvte:global:imgurl;" border="0">
    <mvt:else>
     
    </mvt:if>
    Thanks!
    Leslie
    Leslie Kirk
    Miva Certified Developer
    Miva Merchant Specialist since 1997
    Previously of Webs Your Way
    (aka Leslie Nord leslienord)

    Email me: [email protected]
    www.lesliekirk.com

    Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

    #2
    Re: Product Thumbnail in Customer Invoice

    If you need to pull the "legacy" thumbnail field on bask/checkout/email templates, toolkit it the best option.

    However, it is going to be be better long term to use the Additional Images functionality. You can easily add an image type to the basket/checkout screens. See instructions here:

    http://www.mivamerchant.com/blog/pr8...ur-basket-page


    It is also worth noting that in Version 9, the additional images tab gets renamed to just Images and the old thumbnail/fullsize upload fields get moved to a Legacy Images section. This is to encourage people to migrate away from the old way of handling images. Anyone, using the old thumbnail/fullsize images can easily convert to the new way of handling images with a quick import/export.

    - Brennan
    Last edited by Brennan; 08-19-14, 07:51 AM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment


      #3
      Re: Product Thumbnail in Customer Invoice

      Thanks - for now I went with the Toolkit - it was quick and easy.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Re: Product Thumbnail in Customer Invoice

        bump
        Attached Files
        Last edited by doakh; 03-31-15, 04:53 AM.
        Doak Heggeness
        Web Developer | Certified Miva Merchant Developer

        Comment

        Working...
        X