WP e-Commerce Style Email

from 0$

WP e-Commerce Style Email is a WP Plugin Package from the Open Source WP Plugins range Style the emails that WP e-Commerce sends to your customers.


For more information about a tailored WP Plugin Package like WP e-Commerce Style Email please contact us directly.

This plugin lets you style the automated emails that WP e-Commerce sends to your customers, using a simple theme template file.
It’s a little like gift wrapping all your communications.
To use this plugin, you don’t need to know how WP e-Commerce does its emailing, nor necessarily any php.
You DO need to know how to edit your WordPress theme, including what a theme template file is.
The plugin’s settings page walks you through the rest.
This plugin works with the WP e-Commerce customer emails for:

  • Purchase Reports
  • Purchase Receipts
  • Order Pending
  • Order Pending: Payment Required
  • Shipping Tracking Notifications
  • Unlocked Files (for download purchases)

This plugin can also be used to style the other emails that WordPress sends out (blog subscriptions, user registrations, contact forms, etc).

This plugin has an admin page where you can activate live email styling (after your private design testing) or send yourself a test styled email.
In order to maintain readability, line breaks in any original content are automatically replaced with <br /> tags.

Here’s a simple example of what you might put in the wpsc-email_style.php theme template file:

<html><body>
<h2 style="color:#016E0F"><?php echo ecse_get_email_subject(); ?></h2>
<?php echo ecse_get_email_content(); ?><br />
</body></html>

Of course, you’ll want to add a lot more html, css and maybe even php to achieve your own style.
You may want to consult the ‘nets about how html works inside emails.

Are you familiar with the WordPress template hierarchy theming system?
This plugin creates a template hierarchy just for emails,
allowing you to get fancy and separately style each kind of email.
Or you can just stick to the single wpsc-email_style.php theme template file and keep it simple.

Do you want to style customer receipt content beyond what WP e-Commerce allows in it’s admin settings tab?
This plugin allows you to template the content of customer receipts to make them beautiful,
and even includes a sample set of theme template files for you to copy and adapt as you wish.

The plugin’s other home on the web is over at Schwambell.

Download & install the zip archive

The plugin package installer can be downloaded from the WP2E project tab called “code”.

1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.

2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.

3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.

Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.

WP e-Commerce Style Email

typePlugin
version0.6.2
descriptionStyle the emails that WP e-Commerce sends to your customers.