Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update page.md #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/08-discounts/05-buy_x_get_y_percentage/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ discount_product_max: 1

```
title: "Buy 3 tickets, get the next 2 at 50% off"
discount_type: buy_x_get_y_percent
discount_type: buy_x_get_y_percentage
discount_value: 50
discount_trigger_products:
- /products/mona-lisa-painting
Expand All @@ -58,4 +58,4 @@ discount_product_max: 2
* `discount_trigger_product_min: 3` is saying:
"3 of the `discount_trigger_products` should be in the cart. It doesn't matter if it's 3 of the same, one of each, or 2 of one and 1 of another. Just 3 of any."
* `discount_product_max: 1` is saying:
"Only apply the discount to 2 of `discount_product`. If you have more than 2 in the cart, it won't matter. Only 2 will be discounted."
"Only apply the discount to 2 of `discount_product`. If you have more than 2 in the cart, it won't matter. Only 2 will be discounted."