Due to a plugin i’m using for customising products and how it adds to the product count i’d like to remove this from the modal so customers don’t get too confused. Is this possible?
Dawn Theme: Can you remove the product count within the button in the Add to Cart Notification modal
Topic summary
Issue: A merchant using a product customization plugin wants to remove the item count displayed in the Add to Cart notification modal’s button to prevent customer confusion.
Initial request: One participant asked for the store URL, affected page, and password (if applicable) to diagnose live, with guidance on sharing unpublished theme access.
Solution provided: Edit the locale file en.default.json. Locate the string “view”: “View my cart ({{ count }})” (noted around line 42, or search for it) and change it to “view”: “View my cart” to remove the dynamic count placeholder.
Outcome: The change worked as intended, resolving the issue. No further actions or disagreements; the thread is effectively closed.
Hello @davideggington ,
Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).
If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.
Kind regards,
Diego
Hello Mr @davideggington
-
Open File en.default.json
-
On Line 42 (or find)
“view”: “View my cart ({{ count }})”, -
Change to
“view”: “View my cart”,
Thanks, worked perfectly.
