Hiding the price adjustment brackets in attributes drop down

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 anni tempo fa
Anyone?
8 anni tempo fa
a.m. wrote:
Workitem created
Vote it up :)
Done. Please see changeset 86b67039e53f

I have looked in administration and documentation and have not found where can this be done: Configurable (and localized) formats for attribute price adjustment (product and checkout attributes).

Can someone please guide me?
8 anni tempo fa
Mariann wrote:
Hi,

remove the following line from the view _ProductAttributes.cshtml:

@(!String.IsNullOrEmpty(pvaValue.PriceAdjustment) ? " [" + pvaValue.PriceAdjustment + "]" : null)

This is line number 153 (for version 3.00).


What has this been renamed to in version 3.6, because none of that appears in the 3.6 code?
8 anni tempo fa
Check this post: https://www.nopcommerce.com/boards/t/36392/nopcommerce-360-released.aspx?p=4#147243
8 anni tempo fa
What about in 3.7 version ??
8 anni tempo fa
It is the same as in version 3.60
6 anni tempo fa
Please check below links for hide price adjustment on order summery.

I have added solution for it on below forums

https://www.nopcommerce.com/boards/t/28191/how-to-remove-xxx-from-product-attributes-on-cart-page-ie-ordersummarycshtml-.aspx#187379https://www.nopcommerce.com/boards/t/28191/how-to-remove-xxx-from-product-attributes-on-cart-page-ie-ordersummarycshtml-.aspx#187379
6 anni tempo fa
There has to be an easier way to hide the price adjustment brackets in attributes drop down in version 3.9, please tell me there is and how to do it.
6 anni tempo fa
Hi,

Has somebody found the solution for 3.90 Can't find it.

Cheers,
6 anni tempo fa
Hey,

see this post I made a few weeks ago:
https://www.nopcommerce.com/boards/t/28191/how-to-remove-xxx-from-product-attributes-on-cart-page-ie-ordersummarycshtml-.aspx?p=2#192888

This will require source code changes.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.