Redirect Support for Line Item Properties
Follow these instructions if your products inside of Shopify can be individually customized. These customization fields are called Line Item Properties.
This document assumes that you have already followed the instructions on this article: Shopify Checkout Redirect - Standard Cart
Step 1 - Log into Shopify and navigate to Online Store>Themes
Step 2 - Select and edit the theme you want to make changes to
Step 3 - Locate the redirect script inside theme code
The Redirect Script would have been placed in Step 2 on this article: Shopify Checkout Redirect - Standard Cart
If instructions were followed exactly, the snippet should be called {your-shopify-store-name}-cart.js.liquid
Step 4 - Replace old script with new script
Copy the script below and paste this over the old script
Last updated