Shopify themes, liquid, logos, and UX
I would like to play a short mp3 when a customer clicks the "Add to Cart" button, is there a simple enough way to incorporate this? I am using the Dawn Theme.
Thank you in advance
Solved! Go to the solution
This is an accepted solution.
I was able to code a solution to my problem in a sort of janky way with Javascript.
In my cart-notification.js file, I added,
var audio = new Audio("your audio file")
audio.play()
to the open() {} function.
This plays my audio every time the cart notification box appears, which happens every time a customer adds a product to cart. Hopefully this can help someone looking to do something similar
This is an accepted solution.
I was able to code a solution to my problem in a sort of janky way with Javascript.
In my cart-notification.js file, I added,
var audio = new Audio("your audio file")
audio.play()
to the open() {} function.
This plays my audio every time the cart notification box appears, which happens every time a customer adds a product to cart. Hopefully this can help someone looking to do something similar
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024