Making the Multiple Shipping Address Checkout Cart the Default

Please note that this is not recommended under any circumstance.

However, if you always want the multiple shipping address cart page to show instead of your regular cart, you can add this to your theme.liquid file, directly after the opening <head> html tag.

{% if template contains 'cart' %}<meta http-equiv="refresh" content="2;url=/a/gs/cart/" />{% endif %}

You must also change all links to the cart page from “/cart” to “/a/gs/cart/”. The final url must have the closing “/” in order to work.

This will allow for the multiple shipping address feature to always be used.

Can't find the answer in our documentation?
Contact Support