Hello,
Is there a way to remove the + sign on products options? How I do options? I make the price 0 on products and the first option I put the product with the lowest price. But on site it shows:
First option: +13.50 RON
Second Option: +19.90 RON
I want to remove the + sign, but I have not found a way…
Please help!
Hi,
Which version do you use?
[quote name='minute' timestamp='1389688231' post='175072']
Hello,
Is there a way to remove the + sign on products options? How I do options? I make the price 0 on products and the first option I put the product with the lowest price. But on site it shows:
First option: +13.50 RON
Second Option: +19.90 RON
I want to remove the + sign, but I have not found a way…
Please help!
[/quote]
I use latest, 4.0.3
Hi!
In the /design/themes/YOUR_THEME/templates/views/products/components/product_options.tpl file search for this string:
display_sign=true
and replace with:
display_sign=false
You will find 4 times, if you replace all, the +/- signs will be disabled in the product option appearance. If you want to disable this only for select options, you are able to set the display_sign variable for that particular option type.
After file change, clear your cache!
Regards,
Istvan
[quote name='minute' timestamp='1389698766' post='175081']
I use latest, 4.0.3
[/quote]
Thank you Istvan
You are welcome.
[quote name='minute' timestamp='1389701812' post='175095']
Thank you Istvan
[/quote]