Triggers
Last updated
Last updated
Triggers are events that prompt an offer. These events help you place the offer along the buyers journey.
Each trigger has a required set of elements labeled with certain , which are outlined below.
Flow Phantom has three triggers:
On page load (ol)
Add to cart (atc)
Post purchase (pp)
These offers will display on page load, and then update every time the cart changes. On page load is great for creating “frequently bought together” offers.
The outermost element of the offer that represents the “offer” element.
These offers display immediately after adding a product to the cart. Add to cart offers are based on what is being added to the cart and what is already in the cart. Additionally they need to be “opened” and “closed” programmatically by Flow Phantom.
The outermost element of the offer that represents the “offer” element.
The element that when clicked will display the atc offer component on the page.
The element that when clicked will close the atc component on the page.
These offers display immediately after the user clicks purchase. Post purchase offers are based on what is already in the cart. Additionally they need to be “opened” and “closed” programmatically by Flow Phantom.
The outermost element of the offer that represents the “offer” element.
The element that when clicked will display the atc component on the page.
The element that when clicked will close the atc component on the page.
This will be used to decline the offer - once clicked the purchase will complete without adding the offer.
This element opens the component via a , which must set the component to a display that is NOT none.
This element closes the component via a , which must set the component to a display none.
This element opens the component via a , which must set the component to a display that is NOT none.