Sections reference

Shipping progress bar

A slim strip showing shoppers how close their real cart subtotal is to a merchant-set free-shipping threshold, with a live percentage-fill progress bar. Switches to an "unlocked" message once the threshold is met. Driven entirely by the real cart object - this theme's convention (see assets/cart.js, assets/product-form.js) is that every cart mutation triggers a full page reload, so server-rendered Liquid is always fresh and no client-side polling is needed.

Available on
index, page, cart, any
Source file
sections/shipping-progress-bar.liquid
Blocks
none
Merchant notes. Set the threshold to the real free-shipping minimum you offer, in your shop's currency major units (for example 50 for $50.00). Leave it at 0 to always show the "unlocked" message. Never set a threshold that does not match an actual active shipping discount.

Settings

SettingTypeDetails
color_scheme
Color scheme
color_scheme default: scheme-4
threshold
Free shipping threshold
number default: 50
Enter the amount in your shop's currency, for example 50 for $50.00.

Blocks

This section has no configurable blocks.

Depends on