View Single Post
  #17  
Old 12-31-2010, 10:46 AM
 
artistwantab artistwantab is offline
 

eXpert
  
Join Date: Jul 2009
Posts: 320
 

Default Re: Add thumbnail image on email invoice.

Ok I got it to work in 4.4.1

Quote:
<tr>
<th{if $is_nomail ne 'Y'} bgcolor="#cccccc"{/if}>{$lng.lbl_product}</th>
<th{if $is_nomail ne 'Y'} bgColor="#cccccc">{$lng.lbl_image}</th>
{if $order.extra.tax_info.display_cart_products_tax_ra tes eq "Y" and $_userinfo.tax_exempt ne "Y"}
<td align="center">
<th {if $is_nomail eq 'Y'}class="invoice-tax-column"{else}nowrap="nowrap" width="100" bgcolor="#cccccc"{/if}>
{if $order.extra.tax_info.product_tax_name ne ""}
{$order.extra.tax_info.product_tax_name}
{else}
{$lng.lbl_tax}
{/if}
</th>
{/if}
{/if}

Quote:
<a href="{$catalogs.customer}/download.php?id={$product.download_key}" target="_blank">{$lng.lbl_download}</a>
{/if}
</td>
<TD align="center">
<img src="{$http_location}/image.php?id={$product.productid}" width="75">
</TD>
__________________
X-Cart version 4.7.2
x-special Offers
Reply With Quote