Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielkucal/magento-allcategories
Show all product categories on product page.
https://github.com/danielkucal/magento-allcategories
Last synced: about 2 months ago
JSON representation
Show all product categories on product page.
- Host: GitHub
- URL: https://github.com/danielkucal/magento-allcategories
- Owner: DanielKucal
- Created: 2015-09-18T01:52:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T01:55:14.000Z (over 9 years ago)
- Last Synced: 2023-03-01T20:22:23.054Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AllCategories
#### Magento module**Merix_AllCategories** module adds feature displaying all product categories on product page.
Just add code below to template */catalog/product/view.phtml*
```php
getChildHtml('allcategories') ?>
```
for example before product's short description.Module is ready to install via [Modman](https://github.com/colinmollenhour/modman).
##### Created for **[MerixStudio](http://merixstudio.com)**.