Hi,

We checked and found that nopCommerce 4.00 and 4.10 have this issue. Older version's don't have this issue.

Actually we are facing a similar issue which is discussed here already. But in our context, same thing is happening for any type of string that have a plus "+" sign in it. For example, a URL with + sign or a javascript that have a + sign in it or a topic page content.. list is very big.

We found that if we write value on viewpage using @Html.Raw then it solves otherwise when you view page source in browser, it shows you + instead of "+" sign

To solve this, we now need to replace almost all model values wherever required with @Html.Raw but there must be some way that nopCommerce team or anyone may suggest to do it at one place and would effect at all places.

Thank you,
Atul