--> $.ajax({ //Process the form using $.ajax() type: 'POST', //Method type url: 'https://thepadelhall.com/storeGroupOfProduct', //Your form processing file URL data: postForm, //Forms name arr = $.parseJSON($data); //convert to javascript array $.ajax({ //Process the form using $.ajax() type: 'POST', //Method type url: 'https://thepadelhall.com/deleteThisProductFromCart', //Your form processing file URL data: postForm, //Forms name arr = $.parseJSON($data); //convert to javascript array // Add product to favorite //Api Set Product as favorite $.ajax({ //Process the form using $.ajax() type: 'POST', //Method type url: 'https://thepadelhall.com/StoreGuestFavorites', //Your form processing file URL data: postForm, //Forms name // Remove product from favorite //Api Remove Product as favorite $.ajax({ //Process the form using $.ajax() type: 'POST', //Method type url: 'https://thepadelhall.com/RemoveFromFavorite/' + product_id, //Your form processing file URL data: postForm, //Forms name