-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b85c074
commit 5c53367
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Functionalities | ||
|
||
--- | ||
|
||
The SyliusAgreementPlugin adds the functionality of defining, managing, and attaching agreement clauses and checkboxes to forms in your Sylius store. | ||
|
||
Once installed, it has access to the Agreements section, where all created agreements are listed. | ||
|
||
<div align="center"> | ||
<img src="./images/agreement_panel.png"/> | ||
</div> | ||
|
||
The plugin provides a special configuration form to create agreements. It is possible to choose the name, code, place where it should be displayed, date of publication, and mode (if the agreement is required or not). | ||
|
||
<div align="center"> | ||
<img src="./images/agreement_create.png"/> | ||
</div> | ||
|
||
Created and enabled agreements are now displayed in the chosen place. For example, under the registration form in the shop. | ||
|
||
<div align="center"> | ||
<img src="./images/agreement_register.png"/> | ||
</div> |