If you need anything else feel free to reach out to our team
Close the cart drawer.
closeCart()
Open the cart drawer.
openCart()
Toggle the cart drawer.
toggleCart()
Add a new cart item or updating existing.
monster_addCartitem(items)
Parameters:
Remove a cart item
monster_removeCartitem(id)
Parameters:
Reset the cart items.
monster_setCartitems(items)
Parameters:
Close the cart drawer.
closeCart()
Open the cart drawer.
openCart()
Toggle the cart drawer.
toggleCart()
Add a new cart item or updating existing.
monster_addCartitem(items)
Parameters:
Name | Type | Description |
---|---|---|
Items | Cartitem | The cart item. |
Remove a cart item
monster_removeCartitem(id)
Parameters:
Name | Type | Description |
---|---|---|
id | number | The cart item id. |
Reset the cart items.
monster_setCartitems(items)
Parameters:
Name | Type | Description |
---|---|---|
items | Array.<Cartltem> | The cart items array. |
Updated on: 18 / 07 / 2022