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

eXpert
  
Join Date: Jul 2009
Posts: 320
 

Default Re: Need Help with Invoice Layout

Trying to add the retail price on the invoice also but all I get is a $ sign.

Code:
<td> {strip} {if $plain_text_message eq ""} <span class="currency"> {/if} {if $display_sign} {if $value gte 0} + {else} - {/if} {/if} {assign var="cf_value" value=$value|abs_value|formatprice} {if $tag_id ne "" && $plain_text_message eq ""} {assign var="cf_value" value="<span id=\"`$tag_id`\">`$cf_value`</span>"} {/if} {$config.General.currency_format|replace:"x":$cf_value|replace:"$":$config.General.currency_symbol} {if $plain_text_message eq ""} </span> {/if} {/strip}
__________________
X-Cart version 4.7.2
x-special Offers
Reply With Quote