Merge pull request #6722 from TheMadeleine/docs/book/promotion-usage-limit

[Documentation][Book] Promotion - usageLimit clarification
This commit is contained in:
Michał Marcinkowski 2016-11-15 08:48:13 +01:00 committed by GitHub
commit b6444aeff7

View file

@ -11,6 +11,10 @@ the period of time when it works.
There is a possibility to define **exclusive promotions** (no other can be applied if an exclusive promotion was applied) There is a possibility to define **exclusive promotions** (no other can be applied if an exclusive promotion was applied)
and **priority** that is useful for them, because the exclusive promotion should get the top priority. and **priority** that is useful for them, because the exclusive promotion should get the top priority.
.. tip::
The ``usageLimit`` of a promotion is the **total number of times this promotion can be used**.
How to create a Promotion programmatically? How to create a Promotion programmatically?
------------------------------------------- -------------------------------------------