Advanced 1 min read

Shopify Liquid return_to not working

The return_to on the form tag is not working. The current workaround is to add <input type="hidden" name="checkout_url" value="/pages/help" /> in between the form tags. Where the value /pages/help can be changed...

By Joe Pichardo

The return_to on the form tag is not working. The current workaround is to add <input type="hidden" name="checkout_url" value="/pages/help" /> in between the form tags. Where the value /pages/help can be changed to the page you want to redirect to.

Discussion

Loading comments...