Skip to content

Commit

Permalink
Update cart-promotions.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
zairigimad committed Sep 17, 2023
1 parent 61c1fc0 commit 847eb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/orders/cart-promotions.rst
Expand Up @@ -58,8 +58,8 @@ The types of rules that are configured in **Sylius** by default are:

* **Cart Quantity** - checks if there is a given amount of items in the cart,
* **Item Total** - checks if items in the cart cost a given amount of money,
* **Taxon** - checks if there is at least one item from given taxons in the cart,
* **Items From Taxon Total** - checks in the cart if items from a given taxon cost a given amount of money,
* **Has at least one from taxons** - checks if there is at least one item from given taxons in the cart,
* **Total price of items from taxon** - checks in the cart if items from a given taxon cost a given amount of money,
* **Nth Order** - checks if this is for example the second order made by the customer,
* **Shipping Country** - checks if the order's shipping address is in a given country.
* **Customer Group** - checks if the current customer is in a given customer group.
Expand Down

0 comments on commit 847eb18

Please sign in to comment.