├── .gitignore ├── Abandoned Checkout Notification.html ├── Customer Account Activation.html ├── Customer Account Welcome.html ├── Gift Card Notification.html ├── Order Cancelled.html ├── Order Confirmation.html ├── Password Reset.html ├── README.md ├── Refund Notification.html ├── Shipping Confirmation.html ├── Shipping Update.html └── demo-come-back.jpg /.gitignore: -------------------------------------------------------------------------------- 1 | Working 2 | Old 3 | Liquid -------------------------------------------------------------------------------- /Abandoned Checkout Notification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Abandoned Checkout Notification.html -------------------------------------------------------------------------------- /Customer Account Activation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Customer Account Activation.html -------------------------------------------------------------------------------- /Customer Account Welcome.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Customer Account Welcome.html -------------------------------------------------------------------------------- /Gift Card Notification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Gift Card Notification.html -------------------------------------------------------------------------------- /Order Cancelled.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Order Cancelled.html -------------------------------------------------------------------------------- /Order Confirmation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Order Confirmation.html -------------------------------------------------------------------------------- /Password Reset.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Password Reset.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Responsive HTML Email Templates for Shopify 2 | 3 | ### Templates for all 'customer facing' emails: 4 | 5 | * Abandoned Checkout Notification - Sent to a potential customer who has abandoned their checkout 6 | * Customer Account Activation - Sent to customer with information on how to activate their account 7 | * Customer Account Welcome - Sent to customer when they activate their account 8 | * Customer Password Reset - Sent to customer when they wish to reset their password 9 | * Gift Card Notification - Sent to the customer when a gift card is created 10 | * Order Cancelled - Sent to the customer when an order is cancelled 11 | * Order Confirmation - Sent to the customer when an order is created 12 | * Refund Notification - Sent to the customer when their order is refunded 13 | * Shipping confirmation - Sent to the customer when an order is shipped 14 | * Shipping update - Sent to the customer when an order's shipping information is updated 15 | 16 | ![alt text](https://github.com/Cam/Shopify-HTML-Email-Templates/raw/master/demo-come-back.jpg "Demo Example") 17 | 18 | Don't forget to convert your final markup to inline styles so email software doesnt mess it up! 19 | 20 | You can do that here: 21 | 22 | http://zurb.com/ink/inliner.php 23 | 24 | ### More Info 25 | 26 | Contact me at http://camgould.com for more info -------------------------------------------------------------------------------- /Refund Notification.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Refund Notification.html -------------------------------------------------------------------------------- /Shipping Confirmation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Shipping Confirmation.html -------------------------------------------------------------------------------- /Shipping Update.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/Shipping Update.html -------------------------------------------------------------------------------- /demo-come-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cam/Shopify-HTML-Email-Templates/82a149f5d8753d18f2e03c9c5470eae03315ae8d/demo-come-back.jpg --------------------------------------------------------------------------------