Axari Posted January 11, 2013 Share Posted January 11, 2013 (edited) Hi everyone, Prestashop 1.4.5.1 here I have a custom module that allows a user to paste a list of items into a window, and the shop does a lookup and gives them proper add-to-cart buttons. I'd like to add a button that add's their entire list to the cart without them having to click individually though. (like a single-click button that adds multiple items to the shopping cart) I have tried: http://shopdomain.com/cart.php?add&id_product=11134&id_product=11132&id_product=11129&token= but it only adds the last item in the string. and... http://shopdomain.com/cart.php?add&id_product=11134,11132,11129&token= but it only adds the first item in the string. Does anyone know how to do this? Any advise would be appreciated! Edited January 11, 2013 by Axari (see edit history) Link to comment Share on other sites More sharing options...
l2c2 Posted February 21, 2013 Share Posted February 21, 2013 Hello Axari, Have you found any solutions? -- Fabien Link to comment Share on other sites More sharing options...
Axari Posted March 31, 2013 Author Share Posted March 31, 2013 Nope, not yet Link to comment Share on other sites More sharing options...
l2c2 Posted April 2, 2013 Share Posted April 2, 2013 I have used the update quantity function for multiple adds in a module and that's all right Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now