Kaspi88 Posted December 6, 2013 Share Posted December 6, 2013 In Prestashop version 1.3.2.3, I edited file AdminOrders.php $datetime = strtotime(Tools::getValue('datetime')); $history->date_add = date('Y-m-d H:i:s', $datetime); if (!$datetime || !Validate::isDate($history->date_add)) $this->_errors[] = Tools::displayError('Bad format Date and Time!'); else { if ($history->addWithemail(false, $templateVars)) Tools::redirectAdmin($currentIndex.'&id_order='.$id_order.'&vieworder'.'&token='.$this->token); $this->_errors[] = Tools::displayError('an error occurred while changing status or was unable to send e-mail to the customer'); } I can not figure out the file you edit in version 1.5.6. Please help! 1 Link to comment Share on other sites More sharing options...
Kaspi88 Posted December 12, 2013 Author Share Posted December 12, 2013 (edited) UP! nothing? Edit controllers/admin/AdminOrdersController.php Add new code to file override/controllers/admin/AdminOrdersController.php Edited December 12, 2013 by Kaspi88 (see edit history) Link to comment Share on other sites More sharing options...
DannetStudio Posted April 9, 2015 Share Posted April 9, 2015 Hello! Have you been able to solve this? I'm just trying to do the same! Link to comment Share on other sites More sharing options...
Kaspi88 Posted April 10, 2015 Author Share Posted April 10, 2015 (edited) Hello! Have you been able to solve this? I'm just trying to do the same! Yes, I have a problem for version 1.5.6.1 and 1.5.6.2 solved. Edited April 22, 2015 by Kaspi88 (see edit history) Link to comment Share on other sites More sharing options...
Kaspi88 Posted April 22, 2015 Author Share Posted April 22, 2015 For version 1.6.x is module prestaceskydatestatusorder here http://www.presta-moduly.cz/37-rucni-nastaveni-data-a-casu-u-stavu-objednavky-pro-prestashop-16x.html 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