Removing cost from Product Name

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 лет назад
Hey,

Would anyone happen to know how I can remove the [+$5.00] extra tag from the Name column of the Message to Store after a purchase?  Specifically, this extra value is confusing my clients and they are thinking that they are being charged this extra value from the actual price. If I can display the WEIGHT value, it would be great.



Tks!
5 лет назад
Hi,

Can you please share URL of this product so I could give you honest solution?

Regards,
Atul
5 лет назад
nopAdvance.com wrote:
Hi,

Can you please share URL of this product so I could give you honest solution?

Regards,
Atul



Here you go!
https://store.ulsprouts.com/organic-wheatgrass-3

I was able to remove that piece from the drop-down list, but do not know how to get rid of it from the Message to Client and Store.
5 лет назад
Hi,

You will get your solution at line number 1013 inside ShoppingCartModelFactory.cs file.

AttributeInfo = _productAttributeFormatter.FormatAttributes(sci.Product, sci.AttributesXml)
5 лет назад
nopAdvance.com wrote:
Hi,

You will get your solution at line number 1013 inside ShoppingCartModelFactory.cs file.

AttributeInfo = _productAttributeFormatter.FormatAttributes(sci.Product, sci.AttributesXml)


Will this work?

AttributeInfo = _productAttributeFormatter.FormatAttributes(sci.Product, "")
5 лет назад
Hi,

Well. I leave that up to you. You can try and see the result. But, this is the exact place where you need to change.

Regard's,
Atul
5 лет назад
nopAdvance.com wrote:
Hi,

Well. I leave that up to you. You can try and see the result. But, this is the exact place where you need to change.

Regard's,
Atul


BTW, it also shows up on the Shopping cart area as well.

5 лет назад
nopAdvance.com wrote:
Hi,

You will get your solution at line number 1013 inside ShoppingCartModelFactory.cs file.

AttributeInfo = _productAttributeFormatter.FormatAttributes(sci.Product, sci.AttributesXml)


This solution is for shopping cart page. You can check similarly for another pages.

Thank you,
Atul
5 лет назад
nopAdvance.com wrote:
Hi,

Well. I leave that up to you. You can try and see the result. But, this is the exact place where you need to change.

Regard's,
Atul


I do not think that is that spot...  I removed the whole building string and set the Attributes = ""  and still get the [+$5.00] entry.  Could it be setting for display from another location?

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