WP e-Commerce Style Email

plugin banner

Style the emails that WP e-Commerce sends to your customers.

Author:Jacob Schwartz (profile at wordpress.org)
WordPress version required:3.2
WordPress version tested:3.4.2
Plugin version:0.6.2
Added to WordPress repository:13-09-2011
Last updated:20-12-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:3
Plugin URI:http://schwambell.com/wp-e-commerce-style-ema...
Total downloads:16 371
Active installs:60+
plugin download
Click to start download

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.


Screenshots
FAQ
ChangeLog