tohocasu Posted March 31, 2014 Share Posted March 31, 2014 (edited) Hi everyone, I got a task to make some changes in prestashop made by someone else and there are two tasks I have a problem with. Concretely: - is it possible to make invoice auto send by email after changing status to delivered? Or create option to send/not send email after status change? I found this topis, but I am not sure if it would do what I need: http://www.prestashop.com/forums/topic/48957-pdf-invoice-send-by-email/ - last programmer made a voucher module, but it is not viewing the voucher number in BO in orders. I am not sure what to do, because this is rather over my level to troubleshoot. In the attachment are module files and this is written in view.tpl: <table class="table" style="width:100%;"> <tr> <th>Kód kupónu:</th></tr> <tr><td>{if isset($kod_kuponu)}<p>{$kod_kuponu}</p>{else}<p>-Nebol prijatý žiadny kupón-</p>{/if}</td></tr> </table> I can not upload here the whole module, but if someone si willing to help I have no problem to send it to you by email or upload. If you have any ideas, please let me know payment.php validation.php Edited March 31, 2014 by tohocasu (see edit history) 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