Pro add-on · Marketing

Order Bumps for WordPress

One-click add-on offers on the checkout page to lift average order value.

$199/yr or $549 once — all 35 add-ons Same admin as the free core Enable or disable without losing data
What it does

Order Bumps, in practice.

Bump offers carry targeting conditions and an optional schedule; the eligible ones for the current cart are shown above the order summary. Accepting adds the product to the cart at a server-resolved price, so it flows through totals, tax, payment and fulfillment like any other line. Eligibility is re-checked at accept time.

CapabilitiesMarketing
  • Discount types: percent off, fixed amount off, or a fixed bump price
  • Targeting by subtotal range and by product or category, with a schedule
  • Excludes bumps whose product is already in the cart; priority ordered
  • Price always resolved server-side — the client never supplies it
  • Eligibility re-validated at accept time
  • Configurable maximum bumps per checkout
  • Accept is idempotent; decline removes the line
Where it shows up

Storefront, admin and settings.

On the storefront

  • Bump offers above the checkout order summary

In the admin

  • Order bumps — list, create, edit, delete

Settings you control

  • Maximum bumps to show per checkout
For developers

Routes and hooks.

Built on the same Addon SDK as every other Pro add-on — extend it instead of replacing it.

REST routes

  • GET /ambikly-pro/v1/order-bumps
  • POST /ambikly-pro/v1/order-bumps
  • GET /ambikly-pro/v1/order-bumps/{id}
  • PUT /ambikly-pro/v1/order-bumps/{id}
  • DELETE /ambikly-pro/v1/order-bumps/{id}
  • GET /ambikly-pro/v1/checkout/order-bumps
  • POST /ambikly-pro/v1/checkout/order-bumps/{id}/accept
  • DELETE /ambikly-pro/v1/checkout/order-bumps/{id}/decline

Core hooks it listens to

  • rest_api_init
  • wp_enqueue_scripts
Setup

From toggle to live in a few minutes.

  1. Enable it

    Ambikly → Add-ons → Order Bumps → toggle on. Pro must be active; nothing else to install.

  2. Set it up

    Open its settings panel and set: maximum bumps to show per checkout.

  3. Find it in use

    The storefront surfaces, admin screens and settings it adds are listed under “Where it shows up” above; nothing needs placing by hand unless a shortcode is named there.

  4. Turn it off without losing anything

    Disable the add-on from the same screen. Its settings and data stay in place, and a lapsed license pauses it the same way — the store keeps running.

FAQ

About Order Bumps.

Can a buyer tamper with the bump price?

No. The accept endpoint refuses a client-supplied price and resolves it server-side from the bump record.

Is this a second checkout step?

No. Accepting adds the product to the existing cart, so it flows through the same totals, tax and payment.

Get Order Bumps with every other add-on.

Pro is $199 a year or $549 once, for all 35 add-ons. Enable this one from the same admin the day you need it.