Skip to content

Commit

Permalink
OP-426 - Added functionalities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Aug 13, 2024
1 parent 4a429cb commit 8d2e6fe
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ our [academy](https://bitbag.io/pl/akademia?utm_source=github&utm_medium=url&utm
***

* [Overview](#overview)
* [Functionalities](doc/functionalities.md)
* [Installation](#installation)
* [Support](#support)
* [About us](#about-us)
Expand Down
48 changes: 48 additions & 0 deletions doc/functionalities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Functionalities

---
## Introduction

---
SyliusProductAttributeGroupsPlugin allows you to group your attributes and attach them grouped to the products.

## Usage
If you need to add multiple sets of the same attributes to your products, you do not need to add them individually each time.
It is possible to create an attribute group, which allows attributes from the group to be added to a product in one click.

---
### Adding attribute group

Selectable list of attribute groups:
<div align="center">
<img src="./images/attribute_group.png"/>
</div>
<br>

Adding new group:
<div align="center">
<img src="./images/new_attribute_group.png"/>
</div>
<br>


### Adding an attribute group to a product
Once a group of attributes has been added, go to the "attributes" tab on the add or edit product page. <br>
Then select the relevant product group.

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

Group attribute tags should appear in the form on the left. When you click on the 'Add attributes' button, new forms will be added.
<div align="center">
<img src="./images/adding_attributes_added.png"/>
</div>
<br>

Now it is just a matter of completing the forms and saving the changes.
<div align="center">
<img src="./images/adding_attributes_added_2.png"/>
</div>
<br>
Binary file added doc/images/adding_attributes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/adding_attributes_added.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/adding_attributes_added_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/attribute_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/new_attribute_group.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d2e6fe

Please sign in to comment.