How to redirect add to cart button to cart page?

Hello guys.. Can anyone tell me please how to make the add to cart button redirect to cart page?

Here is my site: thedoglovr.com

Thanks either for the help!

1 Like

@Sermak

sorry for this issue can you please check your theme customization option maybe allow this ajax cart and cart page

@KetanKumar

Sorry my friend i cant understand.. Can you explain? I want when someone press add to cart, to direct on cart page

Thanks either

@KetanKumar I just fix it!

I replace this

this._hideErrorMessage();
this._setupCartPopup(item);

with this

window.location.href="/cart";

Thanks for the interest

1 Like

@Sermak

wow great

Thanks for update