Multi AJAX requests inside a loop and building an array – Jquery ajax
I'm completely stuck. I want to accomplish the following: Update the shopping cart with the correct price agreements while logging in and out. Get current cartlines from LocalStorage (successful) With every cartline an AJAX request (getJSON for example) to get…