How To Simultaneously Add Multiple Products To A Magento Shopping Cart
Posted September 27th, 2009 in Programming / 9 CommentsTags: JavaScript, Magento, PHP, Programming
This post is a bit overdue considering the project for which I did this was completed months ago. I finally got around to documenting it. Magento’s product list view lets customers add products to the shopping cart one at a time. The client wanted customers to be able to add multiple products to the shopping cart simultaneously. Given the time constraints for the projects, I created an ad hoc AJAX method to accomplish this feature request.