Cart
fetch function:
fetch function:zid.store.cart.fetch().then(function (response) {
})addProduct function:
addProduct function:// use this if product is simple
// for more details please check
// https://themes.zid.dev/product-template
zid.store.cart.addProduct({productId, quantity}).then(function (response) {
})
// product_id can be passed from onclick functionupdateProduct function:
updateProduct function:removeProduct function:
removeProduct function:redeemCoupon function:
redeemCoupon function:removeCoupon function:
removeCoupon function:Last updated