javascript - How to call /cart/update.js in debut theme of shopify -
all shopify
experts knowing default debut theme not having version of ajax api.
i developing own website need use cart update ajax.
i have tried below code giving me errors in console.
jquery.post('/cart/update.js', {updates: {90231456621: 2}});
screenshot:
answer: (so other people having similar problems can see issue solved)
the id passing product id, id shopify expects of it's add/change/update endpoints variant id. changing legal variant id should solve problem.
cheers!
Comments
Post a Comment