SHOPLINE offers a "Custom Message" feature for merchants to edit system default notifications. Merchants will be able to add relevant information, images and links to Email/SMS notifications. You may reference this article to copy and paste variables for when you are editing Payment Slip Upload Notifications, Order Message Notifications, Email Verification Notifications, Mobile Verification Notifications, Shop Message Notifications, Abandoned Cart Notifications and Delivered Notifications.
1. Payment Slip Upload Notifications
| Variables | Description |
| {{order.seller.name}} | Seller name |
| {{order.order_number}} | Order number |
| {{order.customer_url}} | Order URL |
2. Order Message Notifications
| Variables | Description |
| {{order.order_number}} | Order number |
| {{notification.url}} | Order URL |
| {{comment.text}} | Comment text |
3. Email Verification
| Variables | Description |
|
{{shop.name}} |
Shop name |
|
{{shop.logo}} |
Shop logo |
|
{{customer.name}} |
Customer name |
|
{{customer.email}} |
Customer email |
|
{{notification.url}} |
Verification URL |
4. Mobile Verification Notifications
| Variables | Description |
|
{{shop.name}} |
Shop Name |
|
{{code}} |
Verification code |
5. Shop Message Notification
| Variables | Description |
|
{{shop.name}} |
Shop name |
|
{{shop.logo}} |
Shop logo |
|
{{notification.url}} |
Shop comments notification URL |
|
{{message.content}} |
Comment message content |
|
{{message.image.url}} |
Comment image URL |
|
{{message.created_at}} |
Message time of creation |
6. Abandoned Cart Notifications
| Variables | Description |
|
{{persistent_cart.persistent_cart_items}} |
Cart items |
|
{{persistent_cart_item.image_url}} |
Cart item image URL |
|
{{persistent_cart_item.product_url}} |
Cart item URL |
|
{{persistent_cart_item.product_name}} |
Cart item name |
|
{{persistent_cart_item.product_type}} |
Cart item product type |
|
{{persistent_cart_item.item_type}} |
Cart item type |
|
{{persistent_cart_item.child_product_translations}} |
Cart item child product name |
|
{{persistent_cart_item.fields_translations}} |
Cart item variation name |
|
{{persistent_cart_item.quantity}} |
Cart item product quantity |
|
{{persistent_cart_item.price_label}} |
Cart item product price |
|
{{persistent_cart_item.is_preorder}} |
Cart item preordered or not |
|
{{persistent_cart_item.preorder_note}} |
Cart item preorder note |
7. Delivered Notifications
| Variables | Description |
|
{{customer.name}} |
Customer name |
|
{{customer.email}} |
Customer email |
|
{{shop.name}} |
Shop name |
|
{{shop.logo}} |
Shop logo |
|
{{product.title}} |
Product title |
|
{{product.price}} |
Product price |
|
{{product.image_url}} |
Product image |

Comments