Lite Shipping Counter & Notice

Plugin Banner

Lite Shipping Counter & Notice

by Luis Ruiz

Download
Description

Lite Shipping Counter & Notice displays a simple message in Cart and/or Checkout telling customers how much they need to add to qualify for free shipping.

Features:

  • Toggle enable/disable globally
  • Custom message text with %%amount%% placeholder
  • Show on Cart and/or Checkout pages
  • Optional built-in styling or disable for custom CSS
  • Background & text color customization
  • Rounded corners option
  • Ultra lightweight – no external assets on frontend
  • Modern React-based settings page
  • HPOS compatible
  • Multilingual Compatibility: WPML, Polylang, TranslatePress, qTranslate-X, Weglot, WordPress locale (fallback)

Development

This plugin uses a build process to generate the JavaScript and CSS files
distributed in assets/build/.

The original, human-readable source files are available in the
assets/src/ directory included in this plugin.

  1. Upload the plugin folder to /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ screen.
  3. Go to WooCommerce Free Shipping Notice to configure.
  4. Make sure you have a Free Shipping method configured with a minimum amount.
  1. Settings page with all options.

    Settings page with all options.

  2. Notice example on Cart page.

    Notice example on Cart page.

  3. Notice example on Checkout page.

    Notice example on Checkout page.

Does it add scripts or styles to the frontend?

No external assets are loaded on the frontend. If styling is enabled, minimal inline styles are printed. If you disable built-in styling, only the CSS class lscn-notice is output for custom styling.

What placeholder can I use in the message?

Use %%amount%% to display the remaining amount with currency formatting.

Why is the notice not showing?

The notice only appears when:
1. The plugin is enabled
2. You have a Free Shipping method with a minimum order amount configured
3. The cart total is below the free shipping threshold
4. You’re on the Cart or Checkout page (depending on settings)

1.0.2

  • Added assets/build/ folder.

1.0.1

  • Updated screenshots.

1.0.0

  • Initial release.
Back to top