Pro add-on · Marketing

Dynamic Pricing for WordPress

Rule-based cart discounts — tiered, role-based, quantity, BOGO and scheduled.

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

Dynamic Pricing, in practice.

A rule engine over the cart totals: active, in-window, under-limit rules are evaluated against the cart and appended as discount lines. Rules target everything, specific products, categories, tags or brands, and are either combinable or exclusive. Usage limits are enforced atomically at order creation.

CapabilitiesMarketing
  • Discount types: percent, fixed amount, fixed price, and buy-X-get-Y
  • Conditions: subtotal range, minimum quantity, user roles, logged-in, exclude sale items
  • Targets: whole cart, products, categories, tags or brands, with exclusions
  • Exclusive rules take the largest discount; combinable rules keep the best per scope
  • Total discount capped so a cart can never go negative
  • Usage limit enforced atomically — a rule can’t be over-redeemed by concurrent checkouts
  • Respects Flash Sales windows when excluding sale items
Where it shows up

Storefront, admin and settings.

On the storefront

  • Discount line in cart and checkout totals, labelled with the rule name

In the admin

  • Pricing rules list, create, edit, delete
  • Activate / deactivate a rule
  • Rule-builder metadata

Settings you control

  • Apply discount against (cart / matching items)
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/pricing-rules
  • POST /ambikly-pro/v1/pricing-rules
  • GET /ambikly-pro/v1/pricing-rules/{id}
  • PUT /ambikly-pro/v1/pricing-rules/{id}
  • DELETE /ambikly-pro/v1/pricing-rules/{id}
  • POST /ambikly-pro/v1/pricing-rules/{id}/activate
  • POST /ambikly-pro/v1/pricing-rules/{id}/deactivate

Core hooks it listens to

  • ambikly_cart_totals
  • ambikly_order_created
  • rest_api_init
Setup

From toggle to live in a few minutes.

  1. Enable it

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

  2. Set it up

    Open its settings panel and set: apply discount against (cart / matching items).

  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 Dynamic Pricing.

How do stacked tier rules behave?

Rules on the same target keep only the single best discount rather than summing; rules with different scopes still stack.

What does making a rule exclusive do?

If an exclusive rule matches, no other rule applies; among several exclusive matches, the largest discount wins.

Can a usage limit be exceeded by concurrent checkouts?

No. The increment is guarded by the limit; if it was exhausted in between, the order is stopped and the customer asked to review their cart.

Get Dynamic Pricing 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.