Skip to content

Commit

Permalink
Create functionalities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonFilipek authored Aug 13, 2024
1 parent 15907bc commit 9220808
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions doc/functionalities.md
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>

0 comments on commit 9220808

Please sign in to comment.