WakaMage Unpaid Order Reminder
WakaMage Unpaid Order Reminder
Documentaion
You may have experienced the problem that many orders from customers that choose non-online payment method (e.g bank transfer, check, Western Union, etc), don't actually transfer the money. Your customers maybe forgotten, or they actually delay the payment.
By using Unpaid Order Reminder Magento extension, you can send email reminder to those customers automatically. By doing this, you can tell or urgent your customers to make payment immediately to get your great product. So, this definitely can increase your sales and revenue.
It will sends 2 emails:
- Unpaid order reminder email.
- Order email that consist of order details.
Features:
- Send email automatically to remind customer who have unpaid order.
- Cancel unpaid order automatically after certain time. You can set the time to cancel order in admin configuration.
- Customer can cancel the order at any time by clicking the cancel order link in the email reminder.
- You can set the best time in admin configuration to send email reminder to customer.
- Able to use Magento transactional email if you don’t want to use the default email template.
To make this extension works properly, you must set up the Magento cron in your server. If you are using cPanel, it is very easy. Find the cron job menu in your cPanel and here is the command to run Magento cron.
*/5 * * * * /usr/bin/wget http://www.domainanda.com/cron.php
The above command will run every 5 minutes.
*/15 * * * * /usr/bin/wget http://www.domainanda.com/cron.php
The above command will run every 15 minutes.