【发布时间】:2019-07-05 11:11:31
【问题描述】:
我正在尝试通过 ajax 更改产品的总价格,但这里没有更改是我的代码。
$.ajax({
type: 'POST',
url: '/cart/change.js',
data: {
id:28641310441556,
total_price:900,
},
dataType: 'json',
success: function() {
//do anything
}
});
【问题讨论】:
标签: shopify shopify-template shopify-api-node