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

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -