Redirect to products to Cart page

Hi I am trying to redirect my customers when they click Add to Cart to go straight to the Cart page. This is my website petalsfloralandeventdesign.com Any help will be really appreciated.

Hello @Petalsfloral

Welcome to Shopify Community.

Please check the theme settings. There must be an option available to disable the side cart redirect to cart page, Else you will need help to edit the code.

Thanks

Hi @Petalsfloral

You can follow this instruction:

Step 1: Go to Online store > Themes > Actions > Edit code. -

Step 2: Go to Assets >product-form.js and find this code

this.form.addEventListener('submit', this.onSubmitHandler.bind(this));

Copy

comment this code like this

/* this.form.addEventListener('submit', this.onSubmitHandler.bind(this)); */

Copy

We’re happy to support you. If our suggestions are useful, please let us know by giving it a like or marking it as a solution.