Zum Inhalt springen

Getting started

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

Nudge ships enabled, with the threshold set to read from WooCommerce automatically. For most shops the only setup is confirming where the bar appears.

  • WordPress 6.5 or newer
  • WooCommerce 8.0 or newer (HPOS and Cart/Checkout Blocks supported)
  • PHP 8.1 or newer

A configured free-shipping method helps Automatic mode but is not required, Nudge falls back to a manual amount when it finds none.

  1. Install WooCommerce and make sure it is active. Nudge shows an admin notice and stays inactive while WooCommerce is missing.
  2. Install Nudge from the plugin directory (when live on WordPress.org) or upload the nudge folder to /wp-content/plugins/.
  3. Activate the plugin.

There is no wizard. Nudge does not create any database table on activation, it stores its configuration in two options (nudge_settings and nudge_db_version).

Open WooCommerce → Nudge in wp-admin. The screen has three sections:

  • General, Enable Nudge (the master switch), plus Cart page and Checkout page toggles for where the bar shows. All three are on by default.
  • Free-shipping threshold, Threshold source (Automatic or Manual) and a Manual amount (default 50) used when the source is Manual or as the fallback for Automatic.
  • Messages, the Progress message (with the {amount} token) and the Success message. A live preview under each field shows the wording with a sample amount.

Changes save with the standard Save Changes button. No cache clearing is needed.

  1. Add a product and open the Cart, the bar should show the remaining amount to free shipping above the totals.
  2. Add or remove items, after WooCommerce recalculates, the bar should re-render with a new width and animate toward the goal.
  3. Cross the threshold, the bar fills completely and switches to the success message.
  4. Empty the cart, or have no free-shipping goal configured, the bar should disappear entirely rather than show a broken or always-complete state.
  • Confirm Enable Nudge is on and the relevant page toggle (Cart or Checkout) is ticked. When the bar is disabled, no Nudge styles or scripts load on the front end at all.
  • In Automatic mode, confirm you have an enabled free-shipping method whose requirement is A minimum order amount (or …or a coupon / …and a coupon) with a non-zero amount. A coupon-only requirement exposes no amount to count down to, so it is ignored.
  • If you have no such method, set the source to Manual and enter an amount.

The free edition covers everything documented here: automatic or manual threshold, cart and checkout placement, editable messages and themeable colours.

A Nudge Pro build is planned but not released. This documentation describes the free edition only.