Add options select to magento product list page
April 9, 2010 | in Magento Tutorials
This tutorial will show you how to modify product list page, show up attribute/options select, then user can add product to cart from product listing page.
You need to edit your list.phtml file located at:
app/design/frontend/default/{your-theme}/template/catalog/product/list.phtml
find this line(s):
isSaleable()): ?>
and below it replace this code:
For Magento version 1.3
For Magento version 1.4
