Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elgentos/categorytiling
Adds tiling display option to categories for showing sub-categories as tiles
https://github.com/elgentos/categorytiling
magento2 magento2-extension magento2-extension-free magento2-module
Last synced: about 1 month ago
JSON representation
Adds tiling display option to categories for showing sub-categories as tiles
- Host: GitHub
- URL: https://github.com/elgentos/categorytiling
- Owner: elgentos
- Created: 2018-10-07T12:20:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T14:57:18.000Z (about 2 years ago)
- Last Synced: 2024-10-28T12:11:36.093Z (2 months ago)
- Topics: magento2, magento2-extension, magento2-extension-free, magento2-module
- Language: PHP
- Size: 35.2 KB
- Stars: 20
- Watchers: 16
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elgentos CategoryTiling
This will show any subcategories as tiles on the frontend;
![image](https://user-images.githubusercontent.com/431360/46581654-97e4c180-ca3c-11e8-8ade-45ec3cca7355.png)
# Usage
The extension will add tiling display options to categories' 'Display Mode' for showing sub-categories as tiles;
![image](https://user-images.githubusercontent.com/431360/46581646-83a0c480-ca3c-11e8-8565-8d474dcd7525.png)
# Installation
```
composer require elgentos/category-tiling
php bin/magento module:enable Elgentos_CategoryTiling
php bin/magento setup:upgrade
```