Changeset 1513194
- Timestamp:
- 10/12/2016 07:53:45 AM (9 years ago)
- Location:
- send-emails-for-woocommerce/tags/1.0.0
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
send-emails-for-woocommerce/tags/1.0.0/index.php
r1513149 r1513194 669 669 <?php 670 670 printf( 671 __( '%s Send Emails for WooCommerceis inactive due to conflicts%sOur plugin will conflict with the following plugins and cannot be used while they are active: %s', 'woocommerce-send-emails' ),671 __( '%sWooCommerce Send Emails is inactive due to conflicts%sOur plugin will conflict with the following plugins and cannot be used while they are active: %s', 'woocommerce-send-emails' ), 672 672 '<strong>', 673 673 '</strong><br>', … … 707 707 <?php 708 708 printf( 709 __( '%s Send Emails for WooCommerceneeds WooCommerce%s %sWooCommerce%s must be active for Send Emails to work. Please install & activate WooCommerce.', 'woocommerce-send-emails' ),709 __( '%sWooCommerce Send Emails needs WooCommerce%s %sWooCommerce%s must be active for Send Emails to work. Please install & activate WooCommerce.', 'woocommerce-send-emails' ), 710 710 '<strong>', 711 711 '</strong><br>', … … 724 724 <?php 725 725 printf( 726 __( '%s Send Emails for WooCommerceis inactive%s This version of Send Emails requires WooCommerce %s or newer. For more information about our WooCommerce version support %sclick here%s.', 'woocommerce-send-emails' ),726 __( '%sWooCommerce Send Emails is inactive%s This version of Send Emails requires WooCommerce %s or newer. For more information about our WooCommerce version support %sclick here%s.', 'woocommerce-send-emails' ), 727 727 '<strong>', 728 728 '</strong><br>', -
send-emails-for-woocommerce/tags/1.0.0/readme.txt
r1513149 r1513194 1 === Send Emails for WooCommerce===1 === WooCommerce Send Emails === 2 2 Contributors: stuartobrien, cxthemes 3 3 Tags: colors, customise, customize, woocommerce, edit, email, preview, send, style, template, test, text, ecommerce … … 6 6 Stable tag: 1.0.0 7 7 8 Send Emails for WooCommerceallows you to preview and send any of the WooCommerce transactional emails.8 WooCommerce Send Emails allows you to preview and send any of the WooCommerce transactional emails. 9 9 10 10 == Description == 11 11 12 Send Emails for WooCommerceenables the resending of any WooCommerce transactional emails that are sent automatically by WooCommerce when the order is created (when the customer checks-out). You can send to the original Order recipient, or any email address that you specify.12 WooCommerce Send Emails enables the resending of any WooCommerce transactional emails that are sent automatically by WooCommerce when the order is created (when the customer checks-out). You can send to the original Order recipient, or any email address that you specify. 13 13 14 14 The plugin adds a new 'Send Emails' meta box to your WooCommerce order-edit page that you can use to either "Send" or "Preview" any email. These are both very useful for Shop Admins, to see what the Customer will see, or Designers/Developers, to see what the email looks like. When you send the email you will be given the choice of sending it to the order recipient, or to any email address that you chose.
Note: See TracChangeset
for help on using the changeset viewer.