gonebdg - webindoshop.com 194 Posted August 2, 2015 [MODULE] Unpaid Order Reminder Version : 1.2.16 Category : Ordering Process, Automatic emails, Payment reminders Module Name : unpaidreminder Compatibility : Prestashop v.1.6.x Short Description : Increase your revenue by sending email reminders to customers automatically to remind them that their order has not been paid. Benefits for Merchant : Increase revenue, because now you can push your customers to pay for their order immediately in appropriate way Automate and simplify the task in managing customer orders No need to check customer orders one by one everyday to find out which one has not been paid No need to open the customer order detail within your PrestaShop Back Office if you want to remind them about unpaid order by sending them an email No need to open the customer order detail within your PrestaShop Back Office if you want to cancel the order or setup an order status as canceled Improve product stock management because unpaid order who has been placed by a customers is decreasing the related products stock All customer orders won't be forgotten, and won't be left awaiting payment Features : Multi languages Send reminder email notification automatically Automatic change order status when reminder sent Live or Test mode Configurable reminder title Configurable reminder text Append reminder text into the email template from the last order status, e.g bank wire, cheque, etc Ability to set up an order statuses for exclusions Ability to set up starting date of customer orders to be reminded Configurable reminder interval (interval days) Configurable reminder repetition (maximum repetition) Ability to cancel unpaid order automatically if has been reached the maximum repetition and due date Simple cron url to be set within your cron jobs or run it by yourself regularly Benefits for Customer : Won't forget about their unpaid order No need to cancel their order manually or ask the store to cancel for their order Compelled to promptly pay for their order Installation :Can be installed easily through PrestaShop Admin modules. No special actions needed. Screenshots : Demo Front Office : http://demo.webindoshop.comDemo Back Office : http://demo.webindoshop.com/Adminuor/User : demo@demo.comPassword : demodemo --------------- CHANGELOG --------------- v.1.2.16 [*] Replace strtoupper() with Tools::strtoupper() [*] Replace strtolower() with Tools::strtolower() [*] Replace isset() with Tools::getIsset() [*] Define var $topics [*] Define var $os_reminders [*] Define var $order_state [*] Append license on files [*] Add smarty escape modifiers for several smarty var [*] Several improvements based on PrestaShop standards [*] Optimalizations on module core and cron [*] Now cancellation email on test mode will be sent to admin test emai address [*] Now the heading text and color on email reminder will be shown as defined in corresponding order status [+] Add file Readme.md [+] Add "Order ID" field config for test mode [+] Add new methods getUnpaids(), getOrders() and getOrderStateByOccurence() [+] Add new method truncateOccurences() [+] Add Logger when history addition failed or there is an invalid order object [-] Remove config_id.xml Share this post Link to post Share on other sites
jannr9000 0 Posted December 18, 2015 Dear Friend,I have installed Universal Payment Module v2.1.0 from prestashop forum, when i go to settings of Unpaid Order Reminder i don't see there any option to Select status for exclusions.Kindly help me with this.kind regards Share this post Link to post Share on other sites
gonebdg - webindoshop.com 194 Posted December 18, 2015 Dear Friend, I have installed Universal Payment Module v2.1.0 from prestashop forum, when i go to settings of Unpaid Order Reminder i don't see there any option to Select status for exclusions. Kindly help me with this. kind regards Hello, Configuration "Select status for exclusions" is to select status order for exclusions NOT to select payment module for exclusions. Share this post Link to post Share on other sites
c00l75 1 Posted April 24, 2016 (edited) Hi, I did set your module but email template reminder is empty!! :-( another issue: test mode seems doesn't work. I'm not able to receive any email for a my old "fake" order (done a month ago). I checked the right status. Edit: all seem works fine. My fault, sorry unpaidreminder.html Edited April 24, 2016 by c00l75 (see edit history) Share this post Link to post Share on other sites
enchufe 0 Posted August 23, 2016 Hello, can this module increase the stock quantity when the auto-cancellation order is enabled and cron? Can I customise the reminder and cancellation email? Share this post Link to post Share on other sites
gonebdg - webindoshop.com 194 Posted August 23, 2016 Hello, can this module increase the stock quantity when the auto-cancellation order is enabled and cron? Can I customise the reminder and cancellation email? Hello, The auto cancellation on "Unpaid order reminder" module was use the default cancellation function of Prestashop thus it will restore the stock quantity. Example : Product A ; Stock = 8 Customer bought product A = 2 ; Now the Stock of Product A = 6 His order not paid until due date, thus his order automatically cancelled by "Unpaid order reminder" module and the stock of Product A restored. Stock Product A = 8. The "Unpaid order reminder" module was using default bankwire module email template, thus you can only customize the reminder text which appended to the top of bankwire email template. @see >> https://www.prestashop.com/forums/uploads/monthly_08_2015/post-30874-0-16518300-1438493688.png Share this post Link to post Share on other sites
ricardo21ferreira 1 Posted January 9, 2018 (edited) Hi, we are interested in this module but we have one question. Can you change the module to cancel the order after x days without a status change. ? (not by order creation) Edited January 9, 2018 by ricardo21ferreira reply (see edit history) Share this post Link to post Share on other sites
gonebdg - webindoshop.com 194 Posted January 10, 2018 Hi ricardo21ferreira By default it can't, because currently there are only 2 option values for "Set order status to" : Use the last order status Reminder #n Is there any specific reason why you don't want to change the status ? It used as a reminder history, so Admin (You) know that a particular customer order has been reminded and it used by the module as identifier for the next occurrences (next actions) Same case for "Cancel" order. If this module automatically cancel order after N days without change the order status, then for the next occurence this module won't know which order that has been cancelled. Of course it can be modified to fulfill what you need, so the reminder won't change the status but it will need modifications. Share this post Link to post Share on other sites