...
Code Block | ||
---|---|---|
| ||
const callback = () => { console.log(payload); // { vendor_code: 'vendor_code', removeAll: true } } window.wizartDK.onRemoveShoppingCartItem(callback); |
To set the current state of the shopping cart, please use the following methods:
...
Code Block | ||
---|---|---|
| ||
const callback = () => { console.log(payload); // { vendor_code: 'vendor_code', removeAll: true } } window.wizartDK.onRemoveShoppingCartItem(callback); |
To set the current state of the shopping cart, please use the following methods: