| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Easy Question - But Need Fast | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() I was wondering how to take of the prices shown the product options drop down menu. For example. (-$14.00) next to number of units..
|
|||||||
#2
|
|||||||
|
|||||||
![]() Just looking at a version 4.2.2 installation which is different, but in this area might be similar. I opened:
skin1/modules/Product_Options/customer_options.tpl And around line 50 I see: Code:
As you can tell it prints the option name first and then prints the modifier depending on if it's a price or percentage. Just surround that with {* *} to make it a comment, save and test. (don't just deleted it it's handy to be able to put it back.
__________________
Jason Diehl Finding Cures for Your Online Headaches: http://www.internetmedicineman.com/ |
|||||||
#3
|
|||||||||
|
|||||||||
![]() skin1/modules/Product_Options/customer_options.tpl
backup first!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! change this {foreach from=$v.options item=o} <option value="{$o.optionid}"{if $o.selected eq 'Y'} selected="selected"{/if}>{$o.option_name}{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}</option> {/foreach} to this {foreach from=$v.options item=o} <option value="{$o.optionid}"{if $o.selected eq 'Y'} selected="selected"{/if}>{$o.option_name}</option> {/foreach}
__________________
xcart 5.1.2 |
|||||||||
|
|||
X-Cart forums © 2001-2020
|