WP E-Commerce Style Email Wordpress Plugin - Rating, Reviews, Demo & Download

WP E-Commerce Style Email Preview Wordpress Plugin - Rating, Reviews, Demo & Download
5 Average out of 3 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

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

  1. The admin/settings page steps you through the process.

    The admin/settings page steps you through the process.


Reviews & Comments