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

php - Cannot override Laravel Spark authentication with own implementation -

What is happening when Matlab is starting a "parallel pool"? -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -