Augen2203 Posted September 26, 2019 Share Posted September 26, 2019 Hello! And what about prestashop when the order status is “delivered”? Thank! Link to comment Share on other sites More sharing options...
NemoPS Posted September 26, 2019 Share Posted September 26, 2019 What do you mean? Currently the only way to set the status is manually, if that's what you are wondering Link to comment Share on other sites More sharing options...
Augen2203 Posted September 26, 2019 Author Share Posted September 26, 2019 Thank you for responding, I’m saying that if you set the order status to “delivered”, the user will not be notified of successful delivery Link to comment Share on other sites More sharing options...
NemoPS Posted September 27, 2019 Share Posted September 27, 2019 Well it depends on whether you have an email sending out for the status, or not. By default there isn't one, but you can clone an existing template, change its text, and add it to the status Link to comment Share on other sites More sharing options...
Augen2203 Posted September 27, 2019 Author Share Posted September 27, 2019 (edited) 10 hours ago, NemoPS said: Well it depends on whether you have an email sending out for the status, or not. By default there isn't one, but you can clone an existing template, change its text, and add it to the status Where is the letter template attached to the set status, in ps 1.7 do not tell me? Edited September 27, 2019 by Augen2203 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted September 29, 2019 Share Posted September 29, 2019 check under orders, statuses. Click on "delivered" and see if it's sending out an email, it is likely not. If so, clone an existing email from the mails/en folder, with another name, change the content, then set it there. Link to comment Share on other sites More sharing options...
Augen2203 Posted October 2, 2019 Author Share Posted October 2, 2019 Решил ситуацию следующим образом: добавил в папке mails в каталоге моей темы два новых шаблон письма, текстовый и html который мне нужен был, с моей информацией. и подписал например delivered.html и delivered.txt. после чего в файле classes/Language.php после строк // Added natives mails files $mFiles = array Добавил свои данные в таком виде: 'delivered.html', 'delivered.txt', И сохранил. Далее в админке в настройках заказа, создал новый шаблон письма включил у него опцию, отправлять письмо и выбрал свой новый шаблон. 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