Skip to content

Commit 7b92834

Browse files
committed
Clarify Campaigns App offer eligibility
1 parent 021e0c7 commit 7b92834

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

content/docs/apps/campaigns-app/campaigns-offers-and-discounts.mdx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ _Product + Quantity + Price + (optionally a Subscription schedule and recurring
1010

1111
Campaigns App **Offers & Discounts** opens up the possibility of selling at multiple price points on your checkout, without the need for creating individual Packages for each variation.
1212

13+
<Callout type="info">
14+
15+
Campaigns App Offers & Discounts are separate from the store-level Offers and Coupons found in the broader Offers menu. Use this guide for Campaigns App Packages, Campaigns API checkout flows, and Campaign Cart SDK behavior.
16+
17+
</Callout>
18+
19+
## Packages, Offers, and Coupon Codes
20+
21+
In Campaign Cart SDK 0.4.x checkout flows, the Campaigns App **Offer** is the source of truth for which Packages or items qualify for a discount. A coupon code does not need to be hand-wired to a specific bundle card in the checkout template. The coupon code activates one or more Campaigns App Offers, and each Offer's conditions and incentive define which cart items receive the discount.
22+
23+
For example, if an exit intent popup or promo code field applies a code for an extra discount, configure the Offer to target the eligible Package quantity, Product Range, or shipping incentive. The checkout should then apply the coupon code and let Campaigns API cart calculation return the discounted package prices, shipping price, and order summary totals.
24+
25+
Use checkout template state, such as whether a coupon code is currently applied, only for presentation: success messages, badges, or conditional copy. Do not use it to decide which bundle price should be shown. Bundle picker pricing should follow the calculated Offer result.
26+
1327
### Set up Offers
1428

1529
From the Campaigns App main list view, click on your campaign name, or choose "View".
@@ -40,4 +54,4 @@ Define the discount to be applied when the offer conditions are met
4054
* Apply a percentage off the shipping price
4155
* Apply a percentage off the entire order
4256
* Discount Amount (Percentage)
43-
* **Discount Price Rounding** - set a custom rouding rule to force discounted prices to round to a desired value
57+
* **Discount Price Rounding** - set a custom rouding rule to force discounted prices to round to a desired value

0 commit comments

Comments
 (0)