The free shipping banner lets you display a dynamic message inside a Digioh Campaign that updates in real time as a shopper adds items to their cart. The Shopify Cart Targeting and Personalization extension automatically calculates how much more the shopper needs to spend to qualify for free shipping and exposes that value as a merge tag you can place anywhere in your Campaign copy.
For example, you can show:
“You're only $25 away from FREE shipping on your order of $50+!”
Once they pass the threshold, the message can change to something like:
“You’ve unlocked FREE shipping!”
Prerequisites
- The Digioh JavaScript snippet must be active on your Shopify store.
Step 1: Install the Extension
-
- In your Digioh account, navigate to the top-right dropdown and click Extensions.

- Go to the Display Rules section, install the Shopify Cart Targeting and Personalization

- Once installed, make sure to click Publish to Your Site for the extension to start running.
- In your Digioh account, navigate to the top-right dropdown and click Extensions.
Step 2: Set the Free Shipping Threshold
You need to tell Digioh what your free shipping threshold is. This is done once using an account-level metadata key.
- Click your account name in the top-right corner of Digioh and select Account Metadata from the dropdown.

- Add a new metadata entry:
Key:
free_shippingValue: Your free shipping threshold as a plain dollar number, for example75or75.00. Do not include a currency symbol.
- Click Save.
Step 3: Add the Merge Tags to Your Campaign
Once the free_shipping metadata key is configured, two merge tags become available for use in your Campaign copy:
| Merge Tag | Description | Example Output |
|---|---|---|
[FREE_SHIP] |
The free shipping threshold is formatted with the store's currency symbol. | $75.00 |
[FREE_SHIP_NET] |
The remaining amount the shopper needs to add to qualify for free shipping, formatted with the currency symbol. | $15.01 |
- In the Campaign Builder, open the text element where you want the banner message to appear.
- Add
[FREE_SHIP_NET]and/or[FREE_SHIP]to your copy. For example:
Add [FREE_SHIP_NET] for FREE SHIPPING on purchases over [FREE_SHIP]!
Step 4: Configure When the Banner Appears
Add a display rule so the banner only shows to shoppers who have not yet reached the free shipping threshold.
- In the Campaign Builder, navigate to the Display Rules tab.
- Add a rule: select Free Shipping Remaining from the Shopify Cart dropdown, set the operator to greater than, and enter
0.
- Optionally, add a page rule to restrict the banner to product pages, the cart page, or leave it sitewide.
- Save and publish your Campaign.
Step 5: Go Live
We recommend testing the banner on your live store before publishing. Add different products to your cart and confirm the merge tag values update in real time as your cart total changes. Verify the banner disappears once the cart total exceeds the threshold.
- Confirm the Campaign is toggled on in your Campaign list.
- Click Publish.
How It Works
On each page load, the extension reads the shopper's current cart total and subtracts it from the free_shipping threshold. The result is exposed as the Free Shipping Remaining display rule property and as the [FREE_SHIP_NET] merge tag. Both update automatically whenever the cart changes.
Related Articles
Want to get more from Digioh?
Get the playbooks leading brands use to convert more visitors into revenue.
Browse the Playbooks ?Platform Tour
See what else you can do with Digioh in our self-guided platform tour.
Take the Tour ?



![Digioh Campaign Builder showing a text element with [FREE_SHIP_NET] and [FREE_SHIP] merge tags in the copy field, previewed in the banner canvas](http://dyzz9obi78pm5.cloudfront.net/app/image/id/6a297deadc4495cad40498a4/n/screenshot-2026-05-11-131628.png)
