Marketing use case n°1
TRANSACTIONAL LOOPS 1: POST-PURCHASE
Your customer has just purchased. Send him/her a post-purchase recap of the products including some coupon or special offer for a second purchase. Alternatively, send a thank you for your purchase.
Transactional loop used
Insert three rows in your design created with Message Builder:
1) a one-column row where you’ll copy paste the beginning of the loop {SPLIO FOREACH PRODUCT IN ORDER}
2) a two-column row composed by an image block on the left, where you’ll add $product.img_url$ as a link in Dynamic Url (see image options) and a text block on the right where you’ll insert the body of the loop
3) a one-column row where you’ll copy the end of the loop {SPLIO ENDFOREACH}
{SPLIO FOREACH PRODUCT IN ORDER} |
$order.extid$ $product.extid$ $product.name$ Quantity: $product.quantity$ $product.brand$ $product.description$ $product.price$ |
{SPLIO ENDFOREACH} |
Final result
---
001
White T-Shirt For Man
Quantity: 1
Wild
With Its New Styling And Graphic Details, This T-Shirt Is A Wildcard In Any Wardrobe And Is Designed For Travel, Leisure
65.00 EUR
---
002
White T-Shirt For Woman
Quantity: 1
Wild
With Its New Styling And Graphic Details, This T-Shirt Is A Wildcard In Any Wardrobe And Is Designed For Travel, Leisure
85.00 EUR
Marketing use case n°2
TRANSACTIONAL LOOPS 2: ABANDONED CART
Oh no, your customer just left the basket page without finalizing the purchase. Send a reminder of the product details of the basket and a call-to-action to buy now.
Transactional loop used
Insert three rows in your design created with Message Builder:
1) a one-column row where you’ll copy paste the beginning of the loop {SPLIO FOREACH PRODUCT IN BASKET}
2) a two-column row composed by an image block on the left, where you’ll add $product.img_url$ as a link in Dynamic Url (see image options) and a text block on the right where you’ll insert the body of the loop
3) a one-column row where you’ll copy the end of the loop {SPLIO ENDFOREACH}
{SPLIO FOREACH PRODUCT IN BASKET} |
$basket.extid$ |
{SPLIO ENDFOREACH} |
Final result
---
003
Naive dress for Woman
Quantity: 1
Cream/White
Designed For Any Woman Who Wishes to Dare, Leisure
165.00 EUR
Marketing use case n°3
TRANSACTIONAL LOOPS 3: ORDER REMINDER
You can send a detailed recap of what your customer has purchased in terms of order's items inserted into the order, displaying the ID of your order, discount applied and store name. Afterwards, all the details of your order lines.
Transactional loop used
Insert three rows in your design created with Message Builder:
1) a one-column row where you’ll copy paste the beginning of the loop {SPLIO FOREACH PRODUCT IN ORDER}
2) a two-column row composed by an image block on the left, where you’ll add $product.img_url$ as a link in Dynamic Url (see image options) and a text block on the right where you’ll insert the body of the loop
3) a one-column row where you’ll copy the end of the loop {SPLIO ENDFOREACH}
{SPLIO FOREACH PRODUCT IN ORDER} |
$order.extid$ $store.name$ $order.discount_amount$ $orderline.total_line_amount$ $orderline.currency$ $product.name$ Quantity: $product.quantity$ |
{SPLIO ENDFOREACH} |
Final result
10
Store: La Fayette
---
90,31 €
White T-Shirt For Man
Quantity: 1
5
Store: La Fayette
---
83,94 €
Black T-Shirt For Woman
Quantity: 2
20
Store: La Fayette
---
39,07 €
Grey Sweater Unisex
Quantity: 1