Adding the Cart Tagging
nostojs(api => {
api.setTaggingProvider("cart", {
items: [
{
product_id: "Canoe123",
quantity: 1,
name: "Acme Canoe",
unit_price: 999.0,
price_currency_code: "EUR"
},
{
product_id: "Canoe245",
quantity: 3,
name: "Acme Large Canoe",
unit_price: 19.0,
price_currency_code: "EUR"
}
]
})
})Dynamic cart changes
Adding support for advanced use cases
Tagging the cart restore link
Troubleshooting


Translate attribute
Last updated
Was this helpful?