SatishMasani Posted January 15, 2016 Share Posted January 15, 2016 Hi Guys, I need a little customization in my prestashop website, I am using prestashop version 1.6.0.14, I am using Agile Multiple Seller Module , One Page Checkout Module, and PrestaSMS module. I want to send a email to customer,vendor and admin when the order-status is changed to Cancelled by the admin. Currently prestashop sends a mail to customer when an order is cancelled. I want to implement same notification system to admin and vendors. Note: I have multiple vendor's who sell on on my store, so associated vendor should get email when they are product is cancelled. Anyone any idea how to go about it. Thank You. Link to comment Share on other sites More sharing options...
bellini13 Posted January 15, 2016 Share Posted January 15, 2016 create a module that hooks the order status update event. catch the event, lookup the products attached to the order, and send your emails Link to comment Share on other sites More sharing options...
SatishMasani Posted January 16, 2016 Author Share Posted January 16, 2016 (edited) Can you give a little overview of what files are need to edited. As i am new to prestashop didn't get much about what you have written. Do you know any smiliar link where step by step process are shown. Thanks for Valuable time. Edited January 16, 2016 by SatishMasani (see edit history) Link to comment Share on other sites More sharing options...
SatishMasani Posted February 9, 2016 Author Share Posted February 9, 2016 Hello Everyone, I have tried to add hookActionOrderStatusPostUpdate() in mailalerts module i want to get current order details like qty , price , merchant name(vendor),shop email and customer details. how do i get that when this hook is executled for the particular order. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now