X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Product Options drop down menu Price Removal (https://forum.x-cart.com/showthread.php?t=35252)

DanielPrior 11-07-2007 05:27 AM

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

chamberinternet 11-07-2007 05:28 AM

Re: Product Options drop down menu Price Removal
 
For which x-cart version ?

DanielPrior 11-07-2007 05:33 AM

Re: Product Options drop down menu Price Removal
 
4.1.8

balinor 11-07-2007 06:24 AM

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! :)

chamberinternet 11-07-2007 06:52 AM

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

DanielPrior 11-07-2007 07:13 AM

Re: Product Options drop down menu Price Removal
 
Thank you that worked great

balinor 11-07-2007 07:15 AM

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.