View Single Post
  #4  
Old 01-31-2007, 03:56 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Putting RRP and savings (as $) in product page.

Try this...
Code:
{if $product.list_price ne "0"} <b>{$lng.lbl_list_price}:</b> {$config.General.currency_symbol}{$product.list_price}<br> <b>{$lng.lbl_price}:</b> {$config.General.currency_symbol}{$product.taxed_price}<br> <b>{$lng.lbl_save}:</b> {$config.General.currency_symbol}{math equation="x - y" x=$product.list_price y=$product.taxed_price format="%.2f"} ! {/if}
__________________
xcartmods.co.uk
Reply With Quote