Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standard WooCommerce email styles #18

Merged
merged 2 commits into from
May 2, 2017

Conversation

ryanshoover
Copy link
Contributor

@ryanshoover ryanshoover commented Apr 29, 2017

  1. Modifies the get_content_html and get_content_plain functions to include the standard WooCommerce header and footer areas
  2. Applies the_content filters to the email content (so that WYSIWYG editing is respected).

These resolve #13

The pull request also adds the Woo Custom Emails menu item as a submenu under WooCommerce instead of a submenu under Settings. This should be a more intuitive place for end users to look for the settings.

Modifies the `get_content_html` and `get_content_plain` functions to include the standard WooCommerce header and footer areas + applies `the_content` filters to the email content (so that WYSIWYG editing is respected).
Adds the Woo Custom Emails menu item as a submenu under WooCommerce instead of a submenu under Settings. This should be a more intuitive place for end users to look for the settings.
@mehulkaklotar mehulkaklotar merged commit 0e7f36d into wp3sixty:master May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<p> and <br> stripped from html mail content
2 participants