-
Notifications
You must be signed in to change notification settings - Fork 9
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
15907bc
commit 9220808
Showing
1 changed file
with
30 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,30 @@ | ||
# Functionalities | ||
|
||
--- | ||
|
||
BitBag SyliusCatalogPlugin Allows for displaying catalog with products - calculated dynamically with rules. | ||
|
||
Once installed, user has access to the "Catalog" section. | ||
|
||
<div align="center"> | ||
<img src="./images/catalog_panel.png"/> | ||
</div> | ||
|
||
It is possible to create your own catalog through the configuration form. User can configure: | ||
|
||
* code | ||
* names, when it should be shown | ||
* when it should be shown - this is useful for time restricted special offers or promotions | ||
* there is set of rules that restrict which products will be shown inside, they can be combined using AND or OR. | ||
* there is another set of rules - used to restrict products associated with given catalog - it can be shown on product details page | ||
* templates for each catalog | ||
|
||
<div align="center"> | ||
<img src="./images/catalog_create.png"/> | ||
</div> | ||
|
||
This is an example catalog on the Homepage for the creation form from the previous screen. | ||
|
||
<div align="center"> | ||
<img src="./images/catalog_homepage.png"/> | ||
</div> |