Adding Multiple Products with Quantity to the Cart

 

SmithCart supports the ability to pass multiple “ProductIDs” and “Quantities” to dynamically add products to the cart using the querystring.

 

The format of the URL when passing multiple product ids and quantities in the querystring is the following:

 

https://www.mydomain.com/BuyNow/cart.aspx?ProductID=5,6,12,19,28&Qty=1,2,1,2,1