0

我正在将 SimpleCart JS 用于我目前正在进行的项目,但我有一些小故障。

当我尝试从购物车中删除一个项目时,它绝对没有任何作用...... SimpleCart 有文档,但我认为它可以作为默认功能工作?

我在哪里或如何启动 remove.item(); 功能?

文档可在此处获得:http ://simplecartjs.org/documentation/simplecart-item-remove

simpleCart({
// array representing the format and columns of the cart,
// see the cart columns documentation

cartColumns: [
    { attr: "name" , label: "" } ,
    { attr: "quantity" , label: "" } ,
    { view:'remove', label: '' } ,
    { attr: "price" , label: "", view: 'currency' }

],

我希望我问这个问题足够清楚!再次感谢。

4

0 回答 0