FAQ
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Does it require WooCommerce?
Section titled “Does it require WooCommerce?”Yes. Nudge requires WooCommerce (8.0 or later) and does nothing until it is active, it shows an admin notice and stays inactive otherwise.
Where does the free-shipping amount come from?
Section titled “Where does the free-shipping amount come from?”In Automatic mode, Nudge reads the minimum order amount from your enabled WooCommerce free-shipping methods and uses the smallest one across all shipping zones, including the “rest of the world” zone. Only methods whose requirement is A minimum order amount (or …or a coupon / …and a coupon) qualify; a coupon-only requirement is ignored because it exposes no amount. In Manual mode you set a fixed amount. If Automatic finds no qualifying method, it falls back to the manual amount.
What total does the bar measure against the goal?
Section titled “What total does the bar measure against the goal?”The cart contents total, items only, before shipping, with discounts subtracted, which is the same figure WooCommerce uses to evaluate a free-shipping minimum order amount. That keeps the bar’s progress aligned with what the shopper actually needs to qualify.
What shows when no free-shipping goal is configured?
Section titled “What shows when no free-shipping goal is configured?”Nothing. Rather than render an empty or always-complete bar, Nudge outputs nothing until there is a real threshold to count down to. The same applies when the cart is empty or the bar is disabled.
Does it work with the Cart and Checkout blocks?
Section titled “Does it work with the Cart and Checkout blocks?”Yes. The bar renders on the classic Cart/Checkout templates and on the WooCommerce Cart/Checkout Blocks, and the plugin declares HPOS and Cart/Checkout Blocks compatibility.
Does it update live as the cart changes?
Section titled “Does it update live as the cart changes?”Yes. WooCommerce re-renders the totals, and the bar with them, whenever the cart changes, so the width and message are always correct server-side, even without JavaScript. Nudge’s small script only animates the change smoothly between renders; it listens for updated_cart_totals, updated_checkout and updated_shipping_method and adds no jQuery of its own.
How do I customise the messages?
Section titled “How do I customise the messages?”On WooCommerce → Nudge, edit the Progress message and Success message. Put the {amount} token in the progress message where the remaining total should appear; it is replaced with the amount formatted in your store currency. The success message takes no token. Leave a field blank to use the built-in default.
Can I match my brand colours?
Section titled “Can I match my brand colours?”Yes, but not from a setting, Nudge has no colour picker. The bar’s colours, track height, radius and font size are --nudge-* CSS custom properties on the .nudge element. Override them in your theme’s CSS (see Using the bar → Theming the colours). The bar is also dark-mode aware via prefers-color-scheme.
Will it slow my store down or shift the layout?
Section titled “Will it slow my store down or shift the layout?”No. When the bar is disabled, no Nudge styles or scripts load at all; when enabled, the assets load only on pages that actually render a bar. The single script is dependency-free and deferred, the track reserves its height up front for zero layout shift, and the animation respects prefers-reduced-motion.
Are there hooks or a shortcode for placing the bar?
Section titled “Are there hooks or a shortcode for placing the bar?”No. This release has no shortcode and no public filters or actions. The bar is placed via the Cart page and Checkout page toggles, which hook WooCommerce’s cart and checkout templates (classic and Blocks). Visual changes are made through the --nudge-* CSS custom properties.
How do I remove all plugin data?
Section titled “How do I remove all plugin data?”Deleting Nudge from the Plugins screen runs its uninstall routine, which removes the two options it creates, nudge_settings and nudge_db_version. Nudge creates no custom tables or post meta, so nothing else is left behind.