Skip to content

Commit

Permalink
[CatalogPromotion] exclusivness documented
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKasp committed Nov 18, 2021
1 parent 31ca767 commit 1c4915c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/book/products/catalog_promotions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ If you get used to :doc:`Cart Promotions </book/orders/cart-promotions>` this wi
It is managed by combination of promotion scopes and actions, where you can specify on which e.g. products or taxons
you can specify the Catalog Promotion with your custom actions as well as actions like percentage discount.

It is possible to set start and end date for Catalog Promotions, their priority (Promotion will be applied on descending order of priority).
You can also set exclusiveness of promotion, in this case only one catalog promotion will be applied - exclusive one with highest priority.

You can assign the needed channels too.

.. warning::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
'required' => false,
])
->add('exclusive', CheckboxType::class, [
'label' => 'sylius.form.catalog_promotion.exclusive',
'label' => 'sylius.form.promotion.exclusive',
'required' => false,
])
->add('scopes', CollectionType::class, [
Expand Down

0 comments on commit 1c4915c

Please sign in to comment.