2016/07

Magento’s Product Attributes Index Explained

by Peter Spiller in Magento

The Product Attributes index is an important part of Magento's category filtering system. This post provides an overview of what it is and how it works.

Layered navigation and the Product Attributes index

Magento's layered navigation allows customers to filter categories by whatever attributes you've set up. Customers can filter down to red t-shirts that come in size L, or only phones with more than 16GB of storage that fit into their budget. The issue with allowing this flexibility is that the product attribute data that's being filtered on is stored in Magento's EAV (entity-attribute-value) database tables. The EAV data model allows Magento to efficiently store a wide range attribute data for different types of products, but a downside is that it's harder to query than traditional flat database tables. To solve this problem, Magento uses the Product Attributes index.

Read More

Magento Extension Roundup - June 2016

by Andrew Rollason in Magento Extension Reviews

It's time for another Magento extension round-up, reviewing some free extensions that were released in June. This time we're looking at extensions allow frontend PDF printing, admin panel two factor authentication, multiple cart item delete and Pinterest tracking pixels.

Frontend PDF Invoice by Modules4U

While Magento provides adequate functionality for customers to view details about their past orders, it leaves them out in the cold if they actually want to take a copy of their orders for record keeping. This extension fills this gap in functionality, providing an easy way for customers to download a PDF of their order, with no setup required.

Read More