Shopify themes, liquid, logos, and UX
My add to cart button opens pop up cart. I want to set it to go to cart page. I am using dawn 2.0 @Guleria
Solved! Go to the solution
This is an accepted solution.
Hey,
It's relatively straightforward.
Just go to Online store -> themes -> actions -> edit code
Then go to Assets -> product-form.js
There you will see
this.form.addEventListener('submit', this.onSubmitHandler.bind(this));
You will need to comment this out like
//this.form.addEventListener('submit', this.onSubmitHandler.bind(this));
Cheers!
This is an accepted solution.
Hey,
It's relatively straightforward.
Just go to Online store -> themes -> actions -> edit code
Then go to Assets -> product-form.js
There you will see
this.form.addEventListener('submit', this.onSubmitHandler.bind(this));
You will need to comment this out like
//this.form.addEventListener('submit', this.onSubmitHandler.bind(this));
Cheers!
Thank you so much!!
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025