Description
WooCommerce Reminder Emails for WordPress
A WooCommerce extension to send SMS & EMAIL notification to shop customers. Admin can send 3 custom emails to customers – Delivery Reminder Email, Pending Payment Email, Product Feedback Email. All these emails and sms are delivered according to the settings done by the site admins in backend. From subject to email body everything is manageable and dynamic placeholders can be used inside email body. This plugin uses the default email template that WooCommerce uses to deliver emails to maintain the consistency among all the emails. This is a must have premium plugin for any WooCommerce based website.
Features
- Send first, second and third payment reminder to your customer for pending order.
- Send pre delivery email and sms notification before delivery date to your customer.
- Get product reviews from your customer who recently purchased your product.
- Customers can be notified for putting a new order through SMS.
- All email and sms contents are fully customizable using backend interface.
- Use Data placeholders in email and sms contents.
- Send sms using twilio sms gateway. Easy to configure in the backend
- Delivery date is decided by customer and admin.
- Easy to use backend settings to customize all reminders notification.
Important Note
This plugin uses native WordPress cron system. If the traffic on your website isn’t sufficient to trigger crons quite often, we suggest you another method that will make sure your crons are always triggered on time :
– Step 1 : Add below code into your wp-config.php at the bottom( file on root of your WordPress installation ) :
define(‘DISABLE_WP_CRON’, true);
– Step 2 : Setup a cron on your server (or with a cron manager tool)
URL to set :
http://www.yourwebsite.com/wp-cron.php?doing_wp_cron
or with this command :
wget http://www.yourwebsite.com/wp-cron.php?doing_wp_cron
Set up the frequency to trigger cron as per your requirements. Setting up cron this way is recommended & it will ensure that all your cron events will be triggered on supposed time with no delay.