diff --git a/doc/functionalities.md b/doc/functionalities.md index 08c686f..01c7132 100644 --- a/doc/functionalities.md +++ b/doc/functionalities.md @@ -11,13 +11,15 @@ After an installation, the user has access to the "Bonus points strategies" sect -Users can then create their own bonus points strategies through a special configuration form. +Users can then create their own bonus points strategies through a special configuration form.
-It is possible to set the name and code for the strategy, rules for how the points should be awarded and specify taxons that allow the user to gain new points. +It is possible to set the name and code for the strategy, rules for how the points should be awarded and specify taxons that allow the user to gain new points. + +`It is important to select individual taxons when setting the rules for awarding points. Thus, if points are to be credited for orders from any category, all taxons must be selected.` When acquired, points can be used at the cart stage. diff --git a/doc/images/bonus_cart2.png.png b/doc/images/bonus_cart2.png similarity index 100% rename from doc/images/bonus_cart2.png.png rename to doc/images/bonus_cart2.png diff --git a/doc/installation.md b/doc/installation.md index 773029d..cc985ef 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -40,8 +40,6 @@ 1. Extend `Order`(including Doctrine mapping): ```php -