Hello,
I am using the Ride theme, the check out button on shopping cart page doesn’t work normally, it refresh the page when I click on it. Paypal button and Google Pay button still work fine. Does any one have a solution for this issue?
Thanks a lot.
Hi @Louis24
pls try to change your cart page form action to ‘checkout’
https://community.shopify.com/topic/1719762
also share your store url here
As mentioned on twitter, Shopify relates the issue to Google Tag Manager - so try deactivating that.
If you want a solution without compromising your tracking, try the following:
<input type="hidden" name="checkout"/>
name="checkout", type="submit" and value="checkout"
(location and file depends on your theme)
Thank you so much, your solution works perfectly!