Shipping Goal Bar for WooCommerce

Description

Shipping Goal Bar for WooCommerce displays a progress message in the cart and checkout. Before the configured goal is reached, it shows the remaining amount. After the goal is reached, it displays a success message.

You can configure:

  • A general free-shipping goal based on the cart subtotal excluding tax.
  • A separate goal for each WooCommerce currency, with an option to disable the bar for a currency.
  • The message shown before and after the goal is reached.
  • The {remaining} placeholder for the formatted amount left to spend.
  • An optional shipping icon, text color, and progress-bar color.
  • The position in the classic WooCommerce cart.

The bar supports classic and block-based carts and checkouts. Classic cart changes refresh the bar through WooCommerce cart fragments and a lightweight vanilla JavaScript update. In the block cart, the current value is rendered when the page loads; after a quantity change, reload the page to refresh it.

The plugin only displays the configured goal. It does not create or configure a WooCommerce free-shipping method, so the store’s shipping zones and methods must use a matching amount.

The public plugin does not contact WooModuly.cz, does not use an external service, and contains no licensing, custom updater, or telemetry. WordPress.org provides updates for this version.

Screenshots

Installation

  1. Install and activate the plugin in WordPress.
  2. Use the Settings link next to Shipping Goal Bar for WooCommerce.
  3. Set the general goal and, if needed, per-currency goals.
  4. Adjust the messages, colors, icon, and classic-cart position.

WooCommerce must be active.

FAQ

Does the plugin enable free shipping?

No. It displays progress toward the amount you configure. Set up the actual free-shipping method in WooCommerce shipping zones and use the same minimum amount.

Which cart amount does the bar use?

It uses the WooCommerce cart subtotal excluding tax.

Can I use a different goal for each currency?

Yes. A positive per-currency amount overrides the general goal. Zero uses the general goal, and a negative value disables the bar for that currency.

Does it support the block cart and checkout?

Yes. The bar renders with both classic shortcodes and WooCommerce blocks. In the block cart, reload the page after a quantity change to refresh the displayed amount.

Does the plugin support HPOS?

Yes. It declares HPOS compatibility. The plugin reads the cart and does not write order data.

Does it send store or customer data anywhere?

No. The plugin uses only local WooCommerce cart and settings data and calls no external service.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Shipping Goal Bar for WooCommerce” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial public release as a standalone free plugin.