Skip to content

Commit

Permalink
installation and functionalities fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Aug 27, 2024
1 parent a917031 commit fab446a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions doc/functionalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ After an installation, the user has access to the "Bonus points strategies" sect
<img src="./images/bonus_panel.png"/>
</div>

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.

<div align="center">
<img src="./images/bonus_create.png"/>
</div>

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.

Expand Down
File renamed without changes
2 changes: 0 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
1. Extend `Order`(including Doctrine mapping):
```php
<?php
<?php
declare(strict_types=1);
Expand Down

0 comments on commit fab446a

Please sign in to comment.