Hi!
Im currently working on an "jquery wizard" for adding multiple products to basket.
I have to run the "add products" via an .post or .get
But there seems to be something missing in my "code"
Any idea of where I go wrong?
$.get('/default.aspx?ID=142&ProductID1=PROD116&Quantity1=3&ProductLoopCounter1=1&ProductID2=PROD116&Quantity2=3&ProductLoopCounter2=2&cartcmd=addMulti');
See attachement for a better syntax overview.