Changes in the order flow
On the new redemption flow, the number of steps were simplify and consequentially, some events are not longer fired. In the past flow, for redeem a offer in-store, we had a confirmation step. As we skip this step ,
Offer Code requested
andRestaurant Offer selected
should not been triggered anymore;Once you confirmed we had different events for in-store flow (
Offer redeemed confirmed
) and Online flow(Offers added to cart
); Now They were unified by the newOffer added to order
for both and use the attributeredemptionMode
to distinguish between Online and In-store;The
Offer Click
event was replaced byOffer Selected
In-store offer selected - Old Flow
Step 1 | Step 2 - confirmation step | Step 3 - offer confirmed |
---|---|---|
 |
|
 |
In-store offer selected - New Flow
Step 1 | Step 2 - offer confirmed |
---|---|
 |
|
Â