If you would like to offer customers the options to add Shipped Shield and/or Green to their subscription orders, you can do so by enabling the subscription feature on the Shipped widget.
Before setting up Shipped products, please note the below subscription app requirement.
Subscription app requirement
Only subscription apps integrated with Shopify Checkout or using Shopify selling plan structure is currently supported. These subscriptions app include:
Enable Subscription on Shipped widget
Shopify with Theme 2.0 App Block
Use the below instructions if the Shipped widget is installed using an app block.
From the Shopify admin, go to Online Store > Themes.
Navigate to the live theme and select “Customize”.
In the theme editor, go to the Cart page.
Click into the Shipped Shield app block.
Locate the “Subscription” dropdown and select “Yes”.
Click “Save”.
Shopify with Non 2.0 Themes
Use the below instructions if the Shipped widget is installed using a script added to your theme files.
From the Shopify admin, go to Online Store > Themes.
Navigate to the live theme and select “Edit code”.
Open the theme.liquid file.
In the code, locate </head> and insert a line right before it.
Then copy and paste the following script.
<script>
shippedConfig = {
isShopifySubscriptions: true,
}
</script>
If you have an existing shippedConfig script, just add “isSubscription: true,” into the script.
Click “Save”.
Shopify Plus with Checkout Extensibility
Use the below instructions if the Shipped widget is installed to your checkout page using an app block.
From the Shopify admin, go to Settings > Checkout.
Navigate to the live checkout page and select “Customize”.
In the checkout editor, click into the Shipped Shield app block.
Locate the “Subscription” dropdown and select “Yes”.
Click “Save”.
Shopify Plus with Legacy Checkout
Use the below instructions if the Shipped widget is installed using a script added to your checkout.liquid.
From the Shopify admin, go to Online Store > Themes.
Navigate to the live theme and select “Edit code”.
Open the checkout.liquid file.
In the code, locate the Shipped widget script and insert a line right before it.
Then copy and paste the following script.
<script>
shippedConfig = {
isShopifySubscriptions: true,
}
</script>
If you have an existing shippedConfig script, just add “isSubscription: true,” into the script.
Click “Save”.
Shipped subscriptions set up
In order for Shipped Shield and Shipped Green to be added correctly to the subscription orders, they must be added to your subscription catalog with all available delivery frequencies. Please make sure that you do not apply any discounts.
For example,
Product A has frequencies of 2, 4, and 6 weeks
Product B has frequencies of 1, 3, and 5 weeks
Shipped Shield needs to be set up with 1, 2, 3, 4, 5, and 6 weeks frequencies
Please contact us at support@invisiblecommerce.com if you need assistance in checking subscription app requirement, enabling the subscription feature or product set up.