I’m experience an issue with “Item added to cart” header popup when someone clicks “add to cart” on the website. Instead of the product name, it reads “[product name] default title added to cart”. How do I remove the “default title”?
I’ve run into this before too. Whenever a product has 1 variant, the variant title displays “default title”. Most apps or themes look for “default title” or “if variant.size == 1” and filter it out.
Does “Item added to cart” come from your theme or from an app?