woocommerce 电子邮件模板预览显示为纯文本而不是 html
woocommerce email template preview shows in plain text instead in html
在WooCommerce
> Settings
> Emails
有一段 "Email Template"
包含以下文本:
"This section lets you customize the WooCommerce emails. Click here to preview your email template."
当我点击 link 时,预览显示为纯文本,而不是 HTML。
有谁知道我怎样才能使它以 html 格式显示?
基本服务器信息和 WP 信息:
centOs 7
WC Version: 2.6.11
WP version: 4.7
Server Info: nginx/1.10.2
PHP Version: 5.4.16
谢谢
在同一设置页面中(在 "emails" 设置选项卡内),您在所有可用通知的列表之前。您需要先 "configure" 将每个通知的设置从 text/plain
更改为 content/type
到 text/html
(或 multipart/alternative
)。
例如完成订单电子邮件通知:
然后 "Save changes" …
在WooCommerce
> Settings
> Emails
有一段 "Email Template"
包含以下文本:
"This section lets you customize the WooCommerce emails. Click here to preview your email template."
当我点击 link 时,预览显示为纯文本,而不是 HTML。
有谁知道我怎样才能使它以 html 格式显示?
基本服务器信息和 WP 信息:
centOs 7
WC Version: 2.6.11
WP version: 4.7
Server Info: nginx/1.10.2
PHP Version: 5.4.16
谢谢
在同一设置页面中(在 "emails" 设置选项卡内),您在所有可用通知的列表之前。您需要先 "configure" 将每个通知的设置从 text/plain
更改为 content/type
到 text/html
(或 multipart/alternative
)。
例如完成订单电子邮件通知:
然后 "Save changes" …