Jump to content

Add multiplae product to cart at once


Recommended Posts

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

  • 4 months later...

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

  • 1 month later...
×
×
  • Create New...