Skip to content

Commit 74b0ec8

Browse files
authored
Update README.md
Update readme to reflect ability to sort homepage categories
1 parent 4c00c81 commit 74b0ec8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,14 @@ Go to `Admin Panel > Stores > Settings > Configuration > Magepow > Categories`
9494

9595
![config-module-img](https://github.com/magepow/magento-2-categories/blob/master/media/magento-2-categories-10.jpg)
9696

97-
The home page also has the same settings as the category page, except that the home page can choose the display categories instead of excluding the display category.
97+
The home page also has the same settings as the category page, except that:
98+
99+
* The home page can choose the display categories instead of excluding the display category.
100+
* The home page can order the categories by 'custom sort', which will display in the order ids appear in the config value.
101+
You can curate this by manually setting the ids in the env.php file to override admin based config.
102+
```
103+
./bin/magento config:set -e magepow_categories/home_page/category_select "64,72,73,1052,68,69,70,1046,65,88,311"
104+
```
98105
* Select the categories displayed on the home page.
99106

100107
![config-module-img](https://github.com/magepow/magento-2-categories/blob/master/media/magento-2-categories-11.jpg)

0 commit comments

Comments
 (0)