Skip to content

Instantly share code, notes, and snippets.

@ghorvat
Created February 8, 2016 14:28
Show Gist options
  • Save ghorvat/cac7c515f782c38f4191 to your computer and use it in GitHub Desktop.
Save ghorvat/cac7c515f782c38f4191 to your computer and use it in GitHub Desktop.
Stock alert _FML
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
(31, 'Product stock alert - FML', '<!--@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 src=\"http://freedommakeup.servers.lab.uk/skin/frontend/flatshop/freedom/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:#c22039\">Thank you, {{var store.getFrontendName()}}</h5>\r\n </td>\r\n </tr>\r\n</table>\r\n<!-- End wrapper table -->\r\n</body>\r\n', NULL, 2, 'Products back in stock alert FML ', NULL, NULL, '2015-08-06 11:49:39', '2015-08-06 14:47:26', 'catalog_productalert_email_stock_template', '{\"var customerName\":\"Customer Name\",\"var alertGrid\":\"Alert Data Grid\"}');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment