View Single Post
  #77  
Old 09-24-2004, 02:05 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Couldn't you do something in the tpl like if

Code:
{if $order.shipping_cost eq "0.00"} N/A {else} {$order.shipping_cost} {/if}

I just made up the shipping cost varible, I am not sure what it is.
Reply With Quote