Purchase

Triggered when the Thank You page loads.

Properties

NameTypeDescription
origintextWix App name, such as Stores or Bookings.
idtextProduct ID.
orderIdtextOrder ID.
revenuetextTotal purchase amount.
currencycurrencyPurchase currency in ISO-4217 format.
contentsarrayAll purchased products.
contents.idtextProduct ID.
contents.nametextProduct name.
contents.categorytextCollection name.
contents.pricecurrencyProduct price.
contents.currencycurrencyDefault site currency in ISO-4217 format.
contents.quantitynumberQuantity of product ordered.
userIdtextUser ID.

Example

Copy

Custom Events

Shipping Details

Triggered when the user adds shipping details and clicks to advance to the next step in the checkout flow.

Properties

NameTypeDescription
eventCategorytextWix category.
eventActiontextFixed 'Add Shipping Details' string.
eventLabeltextWix App name, such as Stores or Bookings.
contentsarrayAll purchased products.
contents.idtextProduct ID.
contents.nametextProduct name.
userIdtextUser ID.

Example

Copy

Delivery Method

Triggered when the user adds personal information and clicks to advance to the next step in the checkout flow.

Properties

NameTypeDescription
eventCategorytextWix category.
eventActiontextFixed 'Add Shipping Details' string.
eventLabeltextWix App name, such as Stores or Bookings.
contentsarrayAll purchased products.
contents.IdtextProduct ID.
contents.nametextProduct name.
userIdtextUser ID.

Example

Copy

Agree to Terms

Triggered when the user checks the Agree to terms & conditions checkbox.

Properties

NameTypeDescription
eventCategorytextWix category.
eventActiontextFixed 'Add Shipping Details' string.
eventLabeltextWix App name, such as Stores or Bookings.
contentsarrayAll purchased products.
contents.IdtextProduct ID.
contents.nametextProduct name.
userIdtextUser ID.

Example

Copy

Pickup Details

Triggered when the user enters pickup information and clicks to advance to the next step in the checkout flow.

Properties

NameTypeDescription
eventCategorytextWix category.
eventActiontextFixed 'Add Shipping Details' string.
eventLabeltextWix App name, such as Stores or Bookings.
contentsarrayAll purchased products.
contents.IdtextProduct ID.
contents.nametextProduct name.
userIdtextUser ID.

Example

Copy
Did this help?