Hi,
I'm trying to add products to prestashop cart from an external url, I have achieved doing it for only one product:
http://domainshop/cart.php?add&id_product=3&qty=2
But I would like to do something similar but for multiple products with their quantities. Is it possible? Something like this?
http://domainshop/cart.php?add&id_product=3&qty=2&id_product=1&qty=2