Mukesh Ravi Posted April 12, 2013 Share Posted April 12, 2013 Hi, I am using Prestashop 1.5.4. I want add multiple product add to cart by a single click. Means add multiple product to cart by a single add to cart button on product listing page. Anyone can help me? Thanks in advance. Link to comment Share on other sites More sharing options...
NemoPS Posted April 12, 2013 Share Posted April 12, 2013 You could use a trick, and actually launch a jquery each on all the ticked items, firing ajaxcart::add for the current iteration. I usually do it this way. Otherwise you'll need to create a custom jquery function to handle this. But again, it will call the add method for all of the items ticked, so it's basically the same way, but with a function Link to comment Share on other sites More sharing options...
hyperkick Posted August 15, 2013 Share Posted August 15, 2013 You could use a trick, and actually launch a jquery each on all the ticked items, firing ajaxcart::add for the current iteration. I usually do it this way. Otherwise you'll need to create a custom jquery function to handle this. But again, it will call the add method for all of the items ticked, so it's basically the same way, but with a function Can you post an example of your solution? Link to comment Share on other sites More sharing options...
Beluga Posted September 25, 2013 Share Posted September 25, 2013 I'm also interested in a solution (for PS 1.5). Every product in the list would have a field for the amount (default 0, of course) and then you could add everything at once. Link to comment Share on other sites More sharing options...
Recommended Posts