Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 6da6ecb

Browse files
author
Edwin Jacobs
committed
Added some documentation, this needs improvement
1 parent 7e3c6ec commit 6da6ecb

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,21 @@
22
Install package using composer
33
```sh
44
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.
21+
22+
This plugin is compatible with Tweakwise!

0 commit comments

Comments
 (0)