Hello ShopSite users,
We have an order form for adding quickly multiple products with their SKU, the problem is that if one of the given SKU is wrong, it won't add anything in the cart.
http://cableorganizer.com/orderform.htm
This why I would like to know if there is any way to fix that, currently we pass the SKUs through the URL, we have something like that:
http://cableorganizer.com/cgi-cableorga ... i?storeid=[...]&dbname=products&sku=VWOW-PK&VWOW-PK:qnty=1&sku=CTMINI&CTMINI:qnty=2&function=add
That works good when all SKUs are correct, but if only one of them are wrong, that will add nothing at all
Any ideas?
Thanks you very much for your time,