Softminal Cart Reward Progress Bar

Description

Softminal Cart Reward Progress Bar displays a dynamic, live-updating progress bar in your store that motivates customers to add more items to their cart in order to unlock rewards like free shipping, discounts, or free gifts.

It works seamlessly with WooCommerce, SureCart, and FluentCart — giving you the flexibility to use it across different eCommerce platforms on the same WordPress site.

When a shopper adds products to their cart, the bar updates in real time — no page reload required — showing how close they are to earning a reward. This creates a sense of urgency and encourages higher spending, directly increasing your average order value.

Reward Types

  • Free Shipping — Show progress toward a free shipping threshold. Shipping cost is automatically zeroed when the goal is reached.
  • Percentage Discount — Automatically apply a percentage discount to the cart when the spending goal is met.
  • Free Gift — Automatically add a free product to the cart when the customer reaches the goal amount.

Bar Styles

  • Rounded — Pill-shaped bar with smooth edges.
  • Flat — Clean, squared bar with no border radius.
  • Striped — Animated diagonal stripes for a more dynamic look.

Celebration Animations

When a customer reaches the goal, the bar can celebrate with one of four animations:

  • Pulse — A quick scale-up effect.
  • Glow — A pulsing glow around the bar.
  • Bounce — A playful bounce animation.
  • Confetti — Colorful confetti sparkles appear around the bar.

Multi-Platform Support

  • WooCommerce — Classic cart, block cart, block checkout, mini-cart, and HPOS compatible.
  • SureCart — Native integration via Alpine.js event bridge.
  • FluentCart — Native integration via wp.hooks event bridge.

The plugin auto-detects which eCommerce platform is active, or you can manually select one from the settings page.

Full Customization

  • Bar and track colors, text colors, reached-state colors, empty-state colors.
  • Gradient fills with configurable direction (horizontal, diagonal, vertical).
  • Bar height, border radius, width, shadow, and border — all configurable.
  • Font size, font family, font weight, and text alignment.
  • Container padding, bar gap, and container background color.
  • Per-state display modes: show bar + text, bar only, text only, or hidden.
  • Per-state icons via emoji input or WordPress Media Library upload.

Messages & Placeholders

Customize the message shown at each stage using dynamic placeholders:

  • {remaining} — Amount still needed to reach the goal.
  • {percent} — Percentage of goal reached (0–100).
  • {reward} — The configured reward label.
  • {goal} — The goal amount with currency symbol.
  • {total} — Current cart subtotal with currency symbol.

Three separate message templates: empty cart, in-progress, and goal reached.

Dark Mode

Softminal Cart Reward Progress Bar respects prefers-color-scheme: dark automatically. You can also configure custom dark mode colors for the bar, track, and text.

RTL Support

Full right-to-left language support with auto-detection or manual override (LTR / RTL).

Currency Formatting

Configure the currency symbol position (before/after), decimal places (0–2), and thousand separator (comma, dot, space, or none) independently from your eCommerce platform.

Smart Cart Rules

Control exactly which cart items count toward the reward goal — so the bar never promises a reward the store doesn’t intend to give:

  • Exclude sale items — Discounted products don’t count toward the goal.
  • Only count specific categories — Restrict goal progress to selected product categories (by slug or ID).
  • Exclude categories — Gift cards, deposits, bundles, or any category you choose never count.
  • Exclude specific products — Blocklist individual product IDs.
  • Free gifts added by the plugin itself never count toward the goal.

Category and product rules apply to WooCommerce stores.

Scheduling

Optionally restrict the progress bar to a specific date range — useful for seasonal promotions, flash sales, or holiday campaigns.

Accessibility

The progress bar is built with proper ARIA attributes (role="progressbar", aria-valuenow, aria-valuemin, aria-valuemax, aria-label) so it is fully usable by screen readers and assistive technologies. Animations respect prefers-reduced-motion.

Shortcode

Place the bar anywhere using the [cbpb_bar] shortcode. Works with the Block Editor (Gutenberg), Elementor, Divi, Bricks, and any other page builder that supports shortcodes.

Developer Friendly

  • No custom database tables — all settings stored in wp_options.
  • Clean uninstall — all cbpb_* options are removed on plugin deletion.
  • CSS custom properties drive all styling — zero theme conflicts, no !important.
  • Fully namespaced PHP (CartBoostPB\) with PSR-4 autoloading.
  • REST API at softminal-cart-reward-progress-bar/v1 with capability-based permission checks.
  • The admin app’s uncompiled source (resources/) and build tooling (package.json, vite.config.js, build.sh) are available in the public development repository: https://github.com/softminal/softminal-cart-boost-progress-bar
  • Extensible via filters: cbpb_subtotal (adjust the subtotal that drives goal progress — e.g. for multi-currency conversion) and cbpb_reward_tiers (modify reward tiers at runtime — e.g. convert tier amounts into the visitor’s currency).

100% Free

Every feature is included at no cost. There is no premium tier, no feature gating, and no upsells.

Installation

Automatic Installation

  1. Log in to your WordPress admin dashboard.
  2. Go to Plugins > Add New.
  3. Search for Softminal Cart Reward Progress Bar.
  4. Click Install Now and then Activate.
  5. Navigate to Softminal Rewards Bar in the admin sidebar to configure your settings.

Manual Installation

  1. Download the plugin ZIP file from WordPress.org.
  2. Log in to your WordPress admin dashboard.
  3. Go to Plugins > Add New > Upload Plugin.
  4. Choose the downloaded ZIP file and click Install Now.
  5. Click Activate after installation completes.
  6. Navigate to Softminal Rewards Bar in the admin sidebar to configure your settings.

Manual Installation via FTP

  1. Download and extract the plugin ZIP file.
  2. Upload the softminal-cart-reward-progress-bar folder to /wp-content/plugins/ on your server.
  3. Log in to your WordPress admin dashboard and go to Plugins.
  4. Find Softminal Cart Reward Progress Bar in the list and click Activate.
  5. Navigate to Softminal Rewards Bar in the admin sidebar to configure your settings.

FAQ

Does Softminal Cart Reward Progress Bar work with the WooCommerce block-based cart and checkout?

Yes. Softminal Cart Reward Progress Bar fully supports both the classic cart/checkout shortcodes and the newer block-based cart and checkout pages. The progress bar updates in real time in both setups.

Can I customize the colors and messages?

Yes. You can change the bar color, background color, text color, and messages for each state (empty cart, in-progress, goal reached). Messages support dynamic placeholders such as {remaining}, {goal}, {percent}, {reward}, and {total}.

Can I use Softminal Cart Reward Progress Bar with more than one eCommerce platform?

Softminal Cart Reward Progress Bar auto-detects which eCommerce plugin is active (WooCommerce, SureCart, or FluentCart) and uses the appropriate adapter. You can also manually select the platform in the settings.

Will the progress bar slow down my site?

No. Softminal Cart Reward Progress Bar is lightweight and loads minimal CSS and JS only on pages where the bar is displayed. The bar updates via AJAX or platform-native events without full page reloads. No custom database tables are created.

Is Softminal Cart Reward Progress Bar compatible with HPOS (High-Performance Order Storage)?

Yes. Softminal Cart Reward Progress Bar declares full compatibility with WooCommerce HPOS.

How do I display the bar using a shortcode?

Use [cbpb_bar] in any post, page, or widget area. The bar will display the current cart progress toward the configured reward goal wherever the shortcode is placed.

Does the bar work in the mini-cart / drawer cart?

Yes. Enable “Mini-Cart” in the Display Locations settings. The bar renders in a compact layout optimized for mini-cart widgets.

Does Softminal Cart Reward Progress Bar set any cookies or collect personal data?

No. Softminal Cart Reward Progress Bar does not collect, store, or transmit any personal data. It reads cart totals from your eCommerce platform to calculate progress and stores plugin settings in the WordPress options table. No cookies are set and no external services are contacted.

Do I need WooCommerce to use this plugin?

Not necessarily. Softminal Cart Reward Progress Bar also works with SureCart and FluentCart. You need at least one of these three eCommerce plugins active.

Can I exclude sale items, gift cards, or certain products from the goal calculation?

Yes. Under Advanced Smart Cart Rules you can exclude sale items, restrict the goal to specific product categories, exclude categories entirely, or blocklist individual product IDs. The bar, messages, and reward unlocks all use the filtered subtotal, so shoppers only see progress for items that actually qualify. Category and product rules apply to WooCommerce stores.

Does the plugin work with multi-currency stores?

The bar always displays your platform’s active currency symbol. If you use a multi-currency plugin that converts cart prices, use the cbpb_reward_tiers filter to convert each tier’s goal amount into the visitor’s currency (or the cbpb_subtotal filter to normalize the subtotal). A small code snippet in your theme or a snippets plugin is all that’s needed.

Can I schedule the bar to show only during a sale or promotion?

Yes. Enable the scheduling option in the Advanced settings and set a start and end date. The bar will only appear within that date range.

Is there a premium version?

No. Softminal Cart Reward Progress Bar is 100% free with all features included. There is no pro tier, no feature gating, and no upsells.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Softminal Cart Reward Progress Bar” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.1.0 (02 July, 2026)

  • New: Smart Cart Rules — control which cart items count toward the reward goal.
  • New: “Only Count These Categories” and “Exclude Categories” rules (WooCommerce) — restrict goal progress by product category, using slugs or IDs.
  • New: “Exclude Products” rule (WooCommerce) — blocklist individual product IDs from the goal calculation.
  • Fix: The “Exclude Sale Items” setting is now enforced — previously it was saved but sale items still counted toward the goal.
  • Improvement: Free gifts added by the plugin no longer count toward the goal subtotal.
  • Developer: New cbpb_subtotal filter — adjust the subtotal that drives goal progress (multi-currency, custom eligibility) on all three platforms.
  • Developer: New cbpb_reward_tiers filter — modify reward tiers at runtime (e.g. convert tier amounts for multi-currency stores).

1.0.1 (17 June, 2026)

  • New: Multi-tier rewards — stack multiple reward milestones (free shipping, discount, free gift) on a single progress bar.
  • New: Milestone markers on the bar show each reward threshold and light up as shoppers unlock them.
  • New: “Reward Tiers” admin editor with add/remove tiers, per-tier reward type, label, and marker color, plus a tier-aware live preview.
  • New: Message placeholders {next_reward} and {unlocked_count}.
  • Improvement: Fully backward compatible — existing single-goal stores keep working unchanged.

1.0.0 (03 May, 2026)

  • Initial release.