Gift with Purchase
What is a Gift with Purchase?
A gift with purchase is a promotion that adds a free item to an order once a defined condition is met, for example a minimum order value, a specific product in the cart or a limited campaign period. The gift is usually a small accessory, a sample or a low cost complement to the main product. It is announced on product pages and in the cart, and the item is either added automatically or chosen from a short list. The mechanism rewards a purchase without reducing the stated price of the goods.
Definition
A gift with purchase is a promotion rule that links a qualifying condition to an additional line item at zero price. It differs from a discount because the list price of the purchased product stays intact, which protects price perception and reference prices. Variants include an automatic gift, a choice between several gifts, and a tiered structure in which a higher order value unlocks a larger gift. Stock control is the main operational risk, because an advertised gift that runs out has to be withdrawn from every surface at once. Accounting, tax treatment and returns handling for a zero price item follow local rules, and the promotion terms have to state the condition and the campaign period clearly.
Why it matters
In a composable setup the promotion engine decides eligibility and returns the gift as a regular cart line at zero price, so the storefront implements no pricing logic of its own. The storefront surfaces the promotion in three places: an announcement on category or product pages, a hint in the cart while the condition is still open, and the resulting line item once it is met. Announcement content can be cached at the edge, while eligibility is evaluated per cart at runtime. Because gift stock is finite, availability is checked at display time and again when the order is placed, and the component falls back to a neutral state when the campaign ends.
Use cases
On a product detail page a badge can state that a gift is included with the current item, which sharpens the offer without a price change. In the cart a hint can show the amount still missing to reach the gift condition, comparable to a shipping progress indicator. Where a choice is offered, a compact selector in the cart or drawer allows one gift to be picked before checkout. In checkout the gift appears as a line at zero price so the order summary stays complete. After purchase a gift can support a follow up campaign, for example a sample that introduces an adjacent category.
Related
Explore Conversion Rate Optimization (CRO) · Scarcity Marketing.