Order Bumps for WordPress
One-click add-on offers on the checkout page to lift average order value.
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.
- 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
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
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-bumpsPOST /ambikly-pro/v1/order-bumpsGET /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-bumpsPOST /ambikly-pro/v1/checkout/order-bumps/{id}/acceptDELETE /ambikly-pro/v1/checkout/order-bumps/{id}/decline
Core hooks it listens to
rest_api_initwp_enqueue_scripts
Works with
From toggle to live in a few minutes.
-
Enable it
Ambikly → Add-ons → Order Bumps → toggle on. Pro must be active; nothing else to install.
-
Set it up
Open its settings panel and set: maximum bumps to show per checkout.
-
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.
-
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.
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.
Also on the same license.
Abandoned Cart Recovery
Win back customers who left items in their cart with a sequence of automated emails.
MarketingAffiliate System
Track referrals and record commissions for affiliate partners.
MarketingDynamic Pricing
Rule-based discounts — tiered, role-based, cart-quantity, scheduled. Stacks or stays exclusive per rule.
MarketingGet 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.