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.
10 years ago
I need help with this also ... I made the changes in _ProductAttributes.cshtml

but the brackets still appear as part of the attribute information in   OrderSummary.cshtml

they are called by this line of code :

<div class="attributes">
@Html.Raw(item.AttributeInfo)
</div>

can anyone give guidance on how we can stop [xxx] appearing in the cart page ?
10 years ago
\Libraries\Nop.Services\Catalog\ProductAttributeFormatter.cs
10 years ago
This might sound dumb, but where is the libraries folder? I don't have that.. (Im using 3.2 if that makes a difference)
9 years ago
New York wrote:
feature suggestion....

Make it configurable (and localized) similar to these formats newly added in 3.20

  <LocaleResource Name="ShoppingCart.EstimateShipping.ShippingOptionWithRate">
    <Value>{0} ({1})</Value>
  </LocaleResource>
  <LocaleResource Name="ShoppingCart.Totals.Shipping.Method">
    <Value>({0})</Value>
  </LocaleResource>
  <LocaleResource Name="Checkout.SelectShippingMethod.MethodAndFee">
    <Value>{0} ({1})</Value>
  </LocaleResource>
  
  <LocaleResource Name="Checkout.SelectPaymentMethod.MethodAndFee">
    <Value>{0} ({1})</Value>
  </LocaleResource>


Hi Is there a way to pay is by adjustment from the drop down list displays the calculations carried away
Software version 3.4 is
9 years ago
bcring wrote:
I need help with this also ... I made the changes in _ProductAttributes.cshtml

but the brackets still appear as part of the attribute information in   OrderSummary.cshtml

they are called by this line of code :

<div class="attributes">
@Html.Raw(item.AttributeInfo)
</div>

can anyone give guidance on how we can stop [xxx] appearing in the cart page ?


Hi Is there a way to pay is by adjustment from the drop down list displays the calculations carried away
Software version 3.4 is
9 years ago
Any update on this?  Has the price adjustment attributes display on product pages been made configurable?  If not, suggestions on removing adjustment display in attributes drop down in v3.5
8 years ago
rgraham wrote:
Any update on this?  Has the price adjustment attributes display on product pages been made configurable?  If not, suggestions on removing adjustment display in attributes drop down in v3.5


Still looking for an update.  Have the price adjustment attributes display on product pages been made configurable?  If not, how may they be removed from the display in attributes drop downs in v3.5?
8 years ago
New York wrote:
Workitem created
Vote it up :)

Done. Please see changeset 86b67039e53f
8 years ago
a.m. wrote:
Workitem created
Vote it up :)
Done. Please see changeset 86b67039e53f


Hi Andrei.  This is what I need for our store. Tell me, this RED I have to remove and GREEN is what I have to add in files, correct? Also I see that in changes is not same line # in nop 3.50, thats what confused me.

8 years ago


this doesnt wotk
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.