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!!
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025