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

Commit

Permalink
Added some documentation, this needs improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Jacobs committed May 8, 2019
1 parent 7e3c6ec commit 6da6ecb
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,21 @@
Install package using composer
```sh
composer require emico/magento1-attribute-landing
```
```
## Configuration
No specific configuration required

## Description / How to use
Configure landing pages under Cms > Attribute landing. An example would be Red dresses.
To configure the page Red dresses one would create a new landing page with as follows

Title: Red Dresses.
url path: red-dresses.
For "Category ID" you use the Magento category id of the Category "Dresses".
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".

The page is now available under url red-dresses and should contain all products from the selected category with color red.

You can add additional filters to further customise the page.

This plugin is compatible with Tweakwise!

0 comments on commit 6da6ecb

Please sign in to comment.