Thread: Product Options
View Single Post
  #2  
Old 08-02-2006, 03:27 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

currency.tpl...replace this:

{if $value gte 0}+{else}-{/if}

with this:

{if $value gte 0}Add{else}Subtract{/if}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote