Style the emails that WP e-Commerce sends to your customers.
This plugin lets you style the automated emails that WP e-Commerce sends to your customers, using a simple theme template file. 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. This plugin works with the WP e-Commerce customer emails for:
This plugin can also be used to style the other emails that WordPress sends out (blog subscriptions, user registrations, etc).
You can adjust the content that WP e-Commerce creates for customer emails using the Admin tab of the Store settings. 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 the 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.
The plugin's other home on the web is over at Schwambell.
Requires: 3.2 or higher
Compatible up to: 3.3.2
Last Updated: 2012-2-16
Downloads: 4,722
0 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?