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?
Thanks!
Leslie
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>
Leslie
Comment