View Single Post
  #2  
Old 10-30-2009, 04:58 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: Product Options Help

You need to edit skin1/modules/Product_Options/customer_options.tpl and comment out the code similar to this
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 plain_text_message=1} {else} {$o.price_modifier}% {/if} ) {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote