Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)**.