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.
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
| Setting | Type | Details |
|---|---|---|
color_schemeColor scheme |
color_scheme | default: scheme-4 |
thresholdFree 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
none