Created
February 8, 2016 14:29
-
-
Save ghorvat/7659dd4172951932d6de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO `core_email_template` (`template_id`, `template_code`, `template_text`, `template_styles`, `template_type`, `template_subject`, `template_sender_name`, `template_sender_email`, `added_at`, `modified_at`, `orig_template_code`, `orig_template_variables`) | |
VALUES | |
(32, 'Product stock alert - MUR', '<!--@subject Email - Header @-->\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n <meta name=\"viewport\" content=\"initial-scale=1.0, width=device-width\" />\r\n</head>\r\n<body>\r\n{{var non_inline_styles}}\r\n<!-- Begin wrapper table -->\r\n<table width=\"50%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" id=\"background-table\">\r\n <tr>\r\n <td valign=\"top\" class=\"container-td\" align=\"center\">\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" align=\"center\" class=\"container-table\">\r\n <tr>\r\n <td>\r\n <table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" class=\"logo-container\">\r\n <tr>\r\n <td class=\"logo\">\r\n <a href=\"{{store url=\"\"}}\">\r\n <img style=\"width:50%\" src=\"http://www.makeuprevolutionstore.com/skin/frontend/flatshop/default/images/logo.png\" alt=\"{{var logo_alt}}\" border=\"0\"/>\r\n </a>\r\n </td>\r\n </tr>\r\n </table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td valign=\"top\" class=\"top-content\">\r\n <!-- Begin Content -->\r\n\r\n{{inlinecss file=\"email-inline.css\"}}\r\n\r\n<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\r\n <tr>\r\n <td class=\"action-content\">\r\n <h1>{{var customerName}},</h1>\r\n\r\n {{var alertGrid}}\r\n </td>\r\n </tr>\r\n\r\n\r\n</table>\r\n\r\n </td>\r\n </tr>\r\n </table>\r\n <h5 style=\"color:#f9ad85\">Thank you, Revolution HQ</h5>\r\n </td>\r\n </tr>\r\n</table>\r\n<!-- End wrapper table -->\r\n</body>\r\n', NULL, 2, 'Product stock alert - MUR', NULL, NULL, '2015-08-06 15:05:48', '2015-08-06 16:49:27', NULL, NULL); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment