Pricing changes and Updates

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Is there a way to hide the (+) value from the weight difference pricing?

5 years ago
Hi,
You could opt for some the next options without modify source code, this in view file "_ProductAttributes.cshtml":
a) manipulate (with some C# string method) the variable "attributeValue.PriceAdjustment" to remove '+' sign, or
b) add javascript/ jquery code to remove it or replace for empty from the <label> element.

I hope this can help you..
5 years ago
Remark: The previous solution that uses JS/Jquery is for "RadioList", for Dropdown List be should handle <option> element.

Regards!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.