Cannot remove item from cart due to JavaScript error in seller name
I'm trying to remove an item from my cart, but I keep getting a JavaScript error. The item is:
The Human Body - What It Is And How It Works - A Deluxe Golden Book - 1959
https://www.ebay.com/itm/365782443926
The error seems to be caused by the seller name "J and J's" being improperly escaped in a JSON string:
'{"sellerId":"J and J's"}'] .cart-bucket__vendor-list li .cart-bucket-lineitem
The apostrophe in the seller name is being interpreted as the end of the string, which breaks the script. Has anyone else run into this? Is there a workaround or way to report this to eBay tech support?
1 comment
eburtonlab
Mentor11 months agoThanks for including the link to the item giving you problems. Let me try a few things.
Using a desktop browser I have problems removing that item from my cart, but I am able to remove it by using the eBay app.
@devon@ebay
Users have been complaining about some listings that cannot be removed from a cart using a desktop browser -- the OP has identified one and has a good theory about what the problem might be.