Pricing changes and Updates

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

Hace 5 años
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..
Hace 5 años
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.