-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from BitBagCommerce/OP-426
OP-426 - Added functionalities.md
- Loading branch information
Showing
7 changed files
with
49 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
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,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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.