Show Total Price On Production Options

Can anyone recommend the 'cleanest' solution if on production options, instead of showing the modifier next to each option like (+ $10.00) I want to just show total price.

So if base price is $10 and option adds $10, option is: Some Option ($20.00)

The + is displayed by the modifier.tpl but this would of course change it any instances the modifier is displayed and I'm not sure how many other functions/areas use that function.

Seems like better to modify product_options.tpl and just bypass using the modifier.tpl function?

---

eh I modified product_options.tpl to set the display_sign value to false and just added the base price to the modified price display.

We made similar modification recently

http://forum.cs-cart.com/topic/44297-price-modifier-dropdown-improvement/

If you PM me temporary FTP access, we can make it for you free of charge