Download the PHP package mindkomm/woocommerce-email-text-edit without Composer

On this page you can find all versions of the php package mindkomm/woocommerce-email-text-edit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package woocommerce-email-text-edit

WooCommerce Email Text Edit

This plugin allows you to edit email texts that are used in WooCommerce customer emails without having to edit the default templates that WooCommerce uses for emails.

Unlike other plugins, it will not overwrite your existing email template files.

Installation

You can install the package with Composer:

Usage

After you’ve installed the plugin, go to WooCommerceSettingsEmails and select a customer email that you want to edit. You’ll find two new edit field where you can edit the content and the footer content of the email.

The following custom emails are supported:

Additionally, if you use the WooCommerce Subscriptions plugin, the following email types are supported as well:

If you want to test how your emails will look without having to create and send a lot of orders, you can use the very handy WooCommerce Email Test plugin.

Technical details

This plugin won’t overwrite any email templates that you’ve already defined. It will instead hook into the woocommerce_email_header action with a priority of 999 and start an output buffer. The output buffer will then be released in a function hooked to woocommerce_email_order_details with a priority of 1. All output that was echoed between these two hooks will be suppressed.

It will do the same for the content in the footer. There, it will hook into the woocommerce_email_customer_details and woocommerce_email_footer actions.

Because of this setup, this plugin might not work if you have already heavily customized your emails with custom templates.

Filters

See the Filters documentation.


All versions of woocommerce-email-text-edit with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mindkomm/woocommerce-email-text-edit contains the following files

Loading the files please wait ....