Magento Add Multiple Products To Cart

First, in app/design/frontend/template/catalog/product/list.html, firstly we need to add checkboxes to allow customers to select which products they want and also hidden fields for storing the URLs to add the product and text fields for the quantity. [php] Next, we need to add the JavaScript that does the actual processing, also within the list section right after the script block that contains: decorateList(‘products-list’, ‘none-recursive’). [js] [/js] At the bottom of the list I added a submit button. [php]

Comments (1)

  1. JOE

    Thanks for your code. Can you please give more details how I can implement this code in magento 1.5.

    Thank you

Leave a Comment

Your email address will not be published. Required fields are marked *

*