Showing posts with label
How to get attribute code in magento filter.phtml file.
Show all posts
Showing posts with label
How to get attribute code in magento filter.phtml file.
Show all posts
If you want to get attribute code in Magento "filter.phtml" file.
Then use below code in foreach loop:
<?php echo $_item->getFilter()->getAttributeModel()->getAttributeCode() ?>