Skip to content

Instantly share code, notes, and snippets.

@Griminy
Created February 26, 2015 16:36
Show Gist options
  • Save Griminy/950086bbf149ee4be251 to your computer and use it in GitHub Desktop.
Save Griminy/950086bbf149ee4be251 to your computer and use it in GitHub Desktop.
email_templates.yml
Templates:
abandoned_checkout_notification:
name: 'Abandoned Checkout Notification'
title: 'Complete your Purchase'
body: 'Your shopping cart has been reserved and is waiting for your return!'
template_type: 'abandoned_checkout_notification'
contact_buyer:
name: 'Contact Buyer'
title: 'Order with some stuff'
body: 'Dear moran'
template_type: 'contact_buyer'
fulfillment_request:
name: 'Fulfillment Request'
title: 'Order Fulfillment Request'
body: 'Please fulfill order'
template_type: 'fulfillment_request'
gift_card_notification:
name: 'Your gift card is ready!'
title: 'New order'
body: 'Here is your gift card'
template_type: 'gift_card_notification'
new_order_notification:
name: 'New Order Notification'
title: 'Order placed'
body: 'You have a new order'
template_type: 'new_order_notification'
new_order_notification_mobile:
name: 'New Order Notification (mobile)'
title: 'Order'
body: 'You have a new order'
template_type: 'new_order_notification_mobile'
order_cancelled:
name: 'Order Cancelled'
title: 'Order cancelled'
body: 'Your order was cancelled at your request, because we did not have enough stock to fulfill your order.'
template_type: 'order_cancelled'
order_confirmation:
name: 'Order Confirmation'
title: 'Order confirmation'
body: 'This email is to confirm your recent order.'
template_type: 'order_confirmation'
refund_notification:
name: 'Refund Notification'
title: 'Refund Notification'
body: 'You have a new order'
template_type: 'refund_notification'
shipping_confirmation:
name: 'Shipping confirmation'
title: 'Shipping confirmation'
body: 'Shop has refunded your order'
template_type: 'shipping_confirmation'
shipping_update:
name: 'Shipping update'
title: 'Shipping update'
body: 'The following shipped items from order have been updated with new shipping information:'
template_type: 'shipping_update'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment