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:

enter image description here

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

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -