Skip to content

Commit 3aad4e8

Browse files
committed
Merge branch 'develop' of github.com:firegento/firegento-dynamiccategory into develop
2 parents 506e340 + c2938c2 commit 3aad4e8

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

README.md

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FireGento_DynamicCategory
22
=========================
33

4-
This extension enables you to dynamically add products to a specific category based on product attributes.
4+
DynamicCategory is a **free community module** for Magento which allows you to add automatically products to a category, thanks to a set of rules based on the product attribute.
5+
6+
The interface to set the rules is very similar to the ono to create shopping cart rules. See the [**Usage**](#usage) Chapter below to see how to use it.
57

68
Facts
79
-----
@@ -14,18 +16,6 @@ You can define rules for products to be included in the category.
1416

1517
If a rule should be defined according to a specific attribute, that attribute needs to be enabled for "Use for Promo Rule Conditions" in its attribute configuration.
1618

17-
Description
18-
-----------
19-
20-
The module adds a new section "Dynamic Category Product Relater" at the tab "Category Products" while reading or editing a category into the backend.
21-
You can define rules for products to be included in the category.
22-
23-
![Dynamic Category Products](./docs/images/screenshot-tab-dynamic-products.png)
24-
25-
If a rule should be defined according to a specific attribute, that attribute needs to be enabled for "Use for Promo Rule Conditions" in its attribute configuration (See Catalog > Attributes > YOUR ATTRIBUTE > Edit it).
26-
27-
![Attribute Edit](./docs/images/attribute-rule-promotion.png)
28-
2919

3020
Requirements
3121
------------
@@ -64,7 +54,6 @@ Installation Instructions
6454
"magento-root-dir": "./"
6555
}
6656
}
67-
6857
```
6958

7059
- Then from your `composer.json` folder: `php composer.phar install` or `composer install`
@@ -87,6 +76,24 @@ DROP TABLE dynamiccategory_rule;
8776
DELETE FROM eav_attribute WHERE attribute_code = 'dynamiccategory';
8877
```
8978

79+
<a name="usage">
80+
Usage
81+
-----------
82+
83+
The module adds a new section "Dynamic Category Product Relater" at the tab "Category Products" while reading or editing a category into the backend.
84+
You can define rules for products to be included in the category.
85+
86+
![Dynamic Category Products](./docs/images/screenshot-tab-dynamic-products.png)
87+
88+
To define a rule, click on the `+` button and add one or more attributes then fill which value(s) must be valid or not to make the condition TRUE. Then it will apply the product to the current category if conditions are ok. You can set if it must be applied when only one or all conditions are valid.
89+
90+
When you finished to define the rules, save the current category.
91+
92+
93+
If a rule should be defined according to a specific attribute, that attribute needs to be enabled for "Use for Promo Rule Conditions" in its attribute configuration (See Catalog > Attributes > YOUR ATTRIBUTE > Edit it).
94+
95+
![Attribute Edit](./docs/images/attribute-rule-promotion.png)
96+
9097

9198
Support
9299
-------

0 commit comments

Comments
 (0)