I'm trying to add multiple products through an AJAX call, but it just doesn't work.
I've tried several ways.
I'm testing by just calling the URL where the cart is located.
This is an example of a command that works:
Kurv.aspx?cartcmd=emptycart
Here's an example of what I'm trying to do, but doesn't work:
Kurv.aspx?CartCmd=addMulti&ProductLoopCounter1=1&ProductID1=PROD48&VariantID1=&UnitID1=&Quantity1=1&ProductLoopCounter2=2&ProductID2=PROD18&VariantID2=&Unitid2=Quantity2=1&Redirect=/da-DK/AJAX-Kurv/Kurv.aspx
Can someone please help here? I've looked through the other examples here on Engage as well.