Aleks
Aleks

Reputation: 45

woocommerce email template preview shows in plain text instead in html

In WooCommerce > Settings > Emails there is a section "Email Template" with the following text:

"This section lets you customize the WooCommerce emails. Click here to preview your email template."

When I click on the link, preview shows in plain text, not HTML.

Does anyone have an idea how can I make it show in html format?

Basic server info and WP info:

centOs 7
WC Version: 2.6.11
WP version: 4.7
Server Info: nginx/1.10.2
PHP Version: 5.4.16

Thanks

Upvotes: 1

Views: 1953

Answers (1)

LoicTheAztec
LoicTheAztec

Reputation: 254362

In this same setting page (within this "emails" setting tab), you have just before the list of all available notification. You need first to "configure" settings for each notification changing content/type from text/plain to text/html (or multipart/alternative for both of them).

For example for complete order email notification:

enter image description here

Then "Save changes" …

Upvotes: 2

Related Questions