Displaying product options like colors, sizes, price… in the product list gives an incentive to the customer to select and purchase a product. It is likely not possible to achieve these options by installing default Magento alone. In this article, we will recommend some effective methods to show options for the configurable and product options in product list. Check them out!

Name:  tttt-604x270.jpg
Views: 42
Size:  23.1 KB


Showing options for Configurable products

Reality: You can both show all options for the product and add and customize price to each of the options. Just follow these steps:
1. Create Acatalog module with AHT namespace (app/local/AHT/Acatalog)
2.Create a file named app/etc/modules/AHT_Acatalog.xml to activate the module:

1<config>
2<modules>
3<AHT_Acatalog>
4<active>true</active>
5<codePool>local</codePool>
6</AHT_Acatalog>
7</modules>
8</config>

3. Create a file named app/local/AHT/Acatalog/ect/config.xml with the following content

FULL LESSION CLICK : Techniques to Show product options in product list

View more threads in the same category: