Hi,
You can change the format of the product option price in App_Code of product option selector for
E-commerce module:
~\App_Code\CMSModules\Ecommerce\ProductOptionSelector.csHere under comment "Format product option price" you can find detection of the prefix sign:
string preffix = (skuPrice >= 0) ? "+ " : "- ";so you can modify it according to your needs.
Please note that each upgrade or hotfix may revert such change back, so you will always need to check it.
Regards,
Zdenek C.