cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9: How to get the appropriate products attributes details?

Magento 1.9: How to get the appropriate products attributes details?

I just display my attributes on the PLP page, but the attributes duplicates or mismatch, actually I am using $attributes = $_product->getAttributes(); for getting appropriate attributes, but my attributes duplicates.

 

duplicate.png

 

Instead of using this -> $attributes = $_product->getAttributes(); what is the best way to get products attributes.

complete code : https://justpaste.it/290fr Applied on list.phtml page.