View Single Post
  #2  
Old 01-16-2005, 03:51 PM
 
balinor balinor is offline
 

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

Default

Comment out this piece of code in /modules/Product_Options/customer_options.tpl:

Code:
{if $v.is_modifier eq 'Y' && $o.price_modifier ne 0} ({if $o.modifier_type ne '%'}{include file="currency.tpl" value=$o.price_modifier display_sign=1}{else}{$o.price_modifier}%{/if}){/if}

Note that this is a global change. If you want other products in your shop to show price or % in the options, you will have to write specific {if} statements.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote