The RemoveFromCart event should be triggered when a profile removes a product from the cart on the website.
...
Field label | Field content | |
---|---|---|
event | RemoveFromCart | |
Product id of the product that will be removed from the cart |
Please note: the product id in the event needs to correspond with the SKU of the product in Squeezely!
...
Are there multiple languages used on the website? → then also send language in the product array
Is there more than one currency used on the website? → also send currency in the event
Additional fields
...
Expand | ||
---|---|---|
| ||
An overview of the data fields you can send in the event, can be found here: 📄 Data fields (EN) |
Expand | ||
---|---|---|
| ||
Can❓Can't figure it out? ➡ Consult a webdeveloper |
Expand | ||
---|---|---|
| ||
First you need to create the custom data fields in Squeezely Create 🛠 Creating custom data fields (EN) If the custom data fields are available in the datalayer, you can send them along with the field label: custom_(name of the field). In the case of the custom data field custom_province, for example, custom_province must be sent along. |
...