View Single Post
  #5  
Old 06-01-2010, 05:17 PM
 
artistwantab artistwantab is offline
 

eXpert
  
Join Date: Jul 2009
Posts: 320
 

Default Re: Need Help with Invoice Layout

Ok...I got this far. The column shows an image box but it says "no image available"

Code:
<td> <img {if $id ne ''} id="{$id}"{/if} src=" {if $tmbn_url} {$tmbn_url|amp} {else} {if $full_url} {$http_location} {else} {$xcart_web_dir} {/if} /image.php?type={$type|default:"T"}&id={$productid} {/if} " {if $image_x ne 0} width="{$image_x}"{/if} {if $image_y ne 0} height="{$image_y}"{/if} alt="{$product|escape}" /> </td>
__________________
X-Cart version 4.7.2
x-special Offers
Reply With Quote