Skip to content

Commit

Permalink
minor #13630 [Docs][Catalog Promotion] Warning added to docs (AdamKasp)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.11 branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.11
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.10 or 1.11 branch(the lowest possible)
 - Features and deprecations must be submitted against the master branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------

aeed988 Add warning to catalog promotion docs
  • Loading branch information
Zales0123 committed Feb 10, 2022
2 parents 03cd14f + aeed988 commit 2fb6084
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/book/products/catalog_promotions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ After changes in CatalogPromotion, we dispatch proper message with delay calcula
To enable asynchronous Catalog Promotion, remember about running messenger consumer in a separate process, use the command: ``php bin/console messenger:consume main``
For more information check official `Symfony docs <https://symfony.com/doc/current/messenger.html#consuming-messages-running-the-worker>`_

Be aware that loading Catalog Promotion without enabled consumer, will change promotion's state to `active` but products will not be discounted.

How the Catalog Promotions are applied?
---------------------------------------

Expand Down

0 comments on commit 2fb6084

Please sign in to comment.