Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.atomcommerce.io/llms.txt

Use this file to discover all available pages before exploring further.

The free shipping bar shows shoppers how much more they need to spend to unlock free shipping. It appears as a banner at the top of your store, inside the cart drawer, or both — and updates automatically as the cart changes.

Where it appears in Shopify

The bar can appear in three places:
  • Top bar — a sticky banner fixed to the top of every page (or cart page only)
  • Minicart — inside the cart drawer, above the cart lines
  • Both — top bar and minicart at the same time
Set this with the Display Location setting in the Atom Commerce Connector theme block: Online Store → Themes → Customize → Atom Commerce Connector → Free Shipping Bar.

What shoppers see

In progress — shopper hasn’t qualified yet

Free shipping progress bar showing amount remaining to qualify

Qualified — shopper has met the threshold

Free shipping progress bar showing success state after qualifying
A screenshot of the bar inside the cart drawer (minicart location) is not yet available.

What it requires

The free shipping bar reads from a free shipping offer created in Atom Commerce with a spend threshold. It does not connect to Shopify’s native free shipping rates or any other discount system. If no active free shipping offer exists, the bar hides automatically — unless you set an Initial Message, in which case it shows that text instead. Does it affect checkout? No. The bar is a display element only. Whether a shopper actually qualifies for free shipping is determined at checkout by Atom’s discount logic.

Eligible subtotal vs cart total

The bar tracks the shopper’s eligible cart subtotal — not the raw cart total. This matters when your free shipping offer excludes certain products or fulfillment methods. Example:
  • Offer: Free shipping on orders over $100
  • Excluded: gift cards, Pickup in Store
  • Cart: 50tshirt+50 t-shirt + 50 hoodie + 30giftcard=30 gift card = 130 visible total
  • Eligible subtotal: $100 (gift card excluded)
  • Bar shows: $0 remaining — shopper qualifies if they choose standard shipping
If the shopper selects Pickup in Store at checkout, the free shipping discount won’t apply — that fulfillment method is excluded from the offer.
If your free shipping bar appears to show the wrong amount remaining, check whether any products in the cart are excluded from the offer, or whether the shopper’s selected fulfillment method is excluded.

Basic setup

1

Enable the bar

Turn on Enable Free Shipping Bar.
2

Choose where it appears

Set Display Location to Top Bar, Minicart, or Both.Use Top Bar for store-wide visibility — it’s the most prominent placement. Use Minicart if you want the message close to checkout without affecting the rest of the site. Use Both for maximum visibility.
3

Customize the message (optional)

Leave Progress Message and Success Message blank to use Atom’s defaults.If you customize, use [AMOUNT] for the remaining spend and [DISCOUNT] for the offer name:
Only [AMOUNT] away from [DISCOUNT]
Shopper sees: Only $15.00 away from Free Shipping
4

Set an initial message (optional)

Add an Initial Message to show the bar even when no free shipping offer is active — for example, to announce your free shipping threshold before a shopper starts adding items.Leave it blank to hide the bar entirely when there’s no active offer.

Messages

The bar has four message slots. Only [DISCOUNT] and [AMOUNT] tokens are supported — the **bold** emphasis syntax used in cart upsell pills is not available here. The amount is automatically styled using the Amount Color setting.
SettingWhen shownAvailable tokens
Progress MessageWhile the shopper is working toward the threshold[DISCOUNT], [AMOUNT]
Success MessageAfter the shopper qualifies[DISCOUNT]
Initial MessageWhen no active free shipping offer exists
Additional TextAlways, as a second line below the main message
Additional Text is useful for small-print notes, for example:
*excludes fine art & posters*

Styling

Top bar appearance

SettingDefaultWhat it controls
Background TypeSolid ColorChoose between a solid color or a full-width image
Background Color#e8f5e9Fill color (when background type is solid color)
Background ImageImage (when background type is image)
Text Color#333333Message text
Display PagesAll PagesShow on all pages, or cart page only

Amount styling

The remaining spend amount uses separate styling from the rest of the message text.
SettingDefaultWhat it controls
Amount Color#008a5e (green)Color of the spend amount
Amount Font Weight600Weight of the spend amount

Behavior

These settings are optional. Most stores don’t need them.
SettingDefaultWhat it does
Shipping Details Page URLMakes the bar a clickable link to a page of your choice (e.g. your shipping policy)
Enable Shipping Bar DelayOffWaits before showing the bar; the timer resets if the user moves their mouse. Use this to avoid content shifting while a shopper is actively interacting with the page.
Delay Duration2000 msHow long to wait before showing the bar (0–9900 ms)
Animation Duration0 sHow long the slide-down animation takes (0–2 s). Leave at 0 for no animation.