![]() |
Product Options drop down menu Price Removal
Hi is there away to remove the + price in the product options drop down menu.
Thanks in advance http://www.sexybliss.co.uk/Plus.gif |
Re: Product Options drop down menu Price Removal
For which x-cart version ?
|
Re: Product Options drop down menu Price Removal
4.1.8
|
Re: Product Options drop down menu Price Removal
Welcome to the X-Cart forums! Please start by reading the following thread, which will help you get started and hopefully make your experience here a positive one:
http://forum.x-cart.com/showthread.php?t=23970 Please note that this link is not an answer to your question, but we need you to update your signature with your X-Cart version. Thanks! :) |
Re: Product Options drop down menu Price Removal
Open /modules/Product_Options/customer_options.tpl
Find the following code: Code:
<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> and replace with the following: Code:
<option value="{$o.optionid}"{if $o.selected eq 'Y'} selected="selected"{/if}>{$o.option_name}</option> Backup the file because you make any changes ... Hope this helps. Regards Shafiq :sK |
Re: Product Options drop down menu Price Removal
Thank you that worked great
|
Re: Product Options drop down menu Price Removal
Daniel can you please take a moment to update your forum signature as requested? This is a requirement to use the forum so that we don't have to ask you each time. Thank you :)
|
All times are GMT -8. The time now is 07:28 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.