View Single Post
  #5  
Old 03-03-2003, 12:02 PM
 
usermike usermike is offline
 

Advanced Member
  
Join Date: Jan 2003
Posts: 41
 

Default

You could provide a condition such as the following:

Code:
{if $product.price > 50000} {$lng.lbl_call_for_price} {else} blah blah {/if}
Reply With Quote