Hey guys, so I just found out about the ability to add things to cart via the querystring parameters. The example given to me is
https://battleshopper.com/shoppingcart/addtocart?productid=52280&quantity=2 which works wonderfully! Forgive me if its a dumb question, but to work in what I want to do, the ideal setup would be adding multiple products (probably around 40 in total) to the cart at once. Is this possible?