Add multiple items to cart via embed tools / link
AnsweredUnfortunately, you cannot add multiple items to the cart using embed tools and have to create a separate link to add each product.
We would love to see the ability to use embed tools / link/ url parameters to be able to add multiple items to the cart at the same time. None of the special treatments of the embed tools are necessary (free ship items, etc), just a simple add to cart with itemid that treats the resulting cart as if the user added them all themselves manually.
-
Hey Brian,
I agree that the ability to add more than one item at a time to the cart via a single link should be a part of the embedded tools.
I thought in the past that AmeriCommerce did have the ability to add more than one item to the cart at a time using a single link, but I have not able to figure out how to do it recently, so I used the JS API to mimic the old multi add to cart capabilities. It is not ideal, but it works.
I have a working example here: https://secure.cougarpartscatalog.com/bulk_add.html?skus=19951,26324,26106,26205,26039
1 -
interesting Joshua, def gonna check out what you did and see if that works for us. thanks for sharing!
0 -
Hey Brian,
The JS API script is minified on our site, so let me know if you would like a link to the non-minified version.
0 -
Thanks Joshua, would appreciate it! Drop me your contact here and I'll hit you up.
https://www.projectorscreen.com/contact-us
0 -
Hey guys - I put an example below of how to add multiple items to cart via embed tools. If this isn't solve your use case, please let me know.
store/addtocart.aspx?itemid_1=6475&qty_1&itemid_2=6503&qty_2=1
0
Please sign in to leave a comment.
Comments
5 comments