You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,21 @@
2
2
Install package using composer
3
3
```sh
4
4
composer require emico/magento1-attribute-landing
5
-
```
5
+
```
6
+
## Configuration
7
+
No specific configuration required
8
+
9
+
## Description / How to use
10
+
Configure landing pages under Cms > Attribute landing. An example would be Red dresses.
11
+
To configure the page Red dresses one would create a new landing page with as follows
12
+
13
+
Title: Red Dresses.
14
+
url path: red-dresses.
15
+
For "Category ID" you use the Magento category id of the Category "Dresses".
16
+
For "Search Attributes" you can use add filter to create a new record, fill in the attribute code of the color attribute and for value the attribute value of "red".
17
+
18
+
The page is now available under url red-dresses and should contain all products from the selected category with color red.
19
+
20
+
You can add additional filters to further customise the page.
0 commit comments