![]() |
product options - price modifiers - display
i've scanned the forums but can't seem to find the answer (and in fact it appears that in earlier versions of xcart this was not an issue) but i have a quick question about the way the price modifier is displayed. i'm actually okay with the fact that it shows the price modification in parens, but i'm wondering why the minus sign shows up when the modifier is - but the plus sign doesn't show up when the modifier is +
for example, i have defined the following options: cotton bamboo=+25% recycled=-20% and when it displays on the customer end it shows: cotton bamboo (25.00%) recycled (-20.00%) i'd like it to display the + on the bamboo option (and if i could drop those two decimal places, that'd make me happy, too). should i be working in /common_files/modules/Product_Options/customer_options.tpl and if so, what value do i need (i'm guessing for display_sign)?? thanks, julie |
Re: product options - price modifiers - display
Yes, you should edit the "skin/common_files/modules/Product_Options/customer_options.tpl" template.
Find and replace this code: Code:
{if $o.modifier_type ne '%'} Code:
{if $o.modifier_type ne '%'} |
Re: product options - price modifiers - display
How can I do this in 4.5
I am working on a new site. |
All times are GMT -8. The time now is 01:17 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.