How to include Shipped Shield and Green in subscription orders?


Shipped
Last Updated: 1 month ago

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.

  1. From the Shopify admin, go to Online Store > Themes.

  2. Navigate to the live theme and select “Customize”.

  3. In the theme editor, go to the Cart page.

  4. Click into the Shipped Shield app block.

  5. Locate the “Subscription” dropdown and select “Yes”.

  6. 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.

  1. From the Shopify admin, go to Online Store > Themes.

  2. Navigate to the live theme and select “Edit code”.

  3. Open the theme.liquid file.

  4. In the code, locate </head> and insert a line right before it.

  5. Then copy and paste the following script.

<script>
    shippedConfig = {
    isShopifySubscriptions: true,
    }
</script>
  1. If you have an existing shippedConfig script, just add “isSubscription: true,” into the script.

  2. 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.

  1. From the Shopify admin, go to Settings > Checkout.

  2. Navigate to the live checkout page and select “Customize”.

  3. In the checkout editor, click into the Shipped Shield app block.

  4. Locate the “Subscription” dropdown and select “Yes”.

  5. 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.

  1. Navigate to the live theme and select “Edit code”.

  2. Open the checkout.liquid file.

  3. In the code, locate the Shipped widget script and insert a line right before it.

  4. Then copy and paste the following script.

<script>
    shippedConfig = {
    isShopifySubscriptions: true,
    }
</script>
  1. If you have an existing shippedConfig script, just add “isSubscription: true,” into the script.

  2. 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.


Was this article helpful?