mrnous6 Posted January 23, 2021 Share Posted January 23, 2021 Hello. Is there any way how to remove "waiting for validation" from payment name in order_conf email? This is added only when the order is in the state that is not marked as paid. (please, do not advise me to mark all order states as paid ) Thank you. Link to comment Share on other sites More sharing options...
jetway Posted January 26, 2021 Share Posted January 26, 2021 PS 1.7.X.X: That is set in Shop Parameters -> Order Settings -> Statuses. (Always back up the store before applying any changes so you can always revert to your old version) 1 Link to comment Share on other sites More sharing options...
carlfriedrich Posted February 5, 2021 Share Posted February 5, 2021 I don't find an option for this on the Statuses page. Can you point out, where exactly this can be changed? I only see several order statuses there, but no item for the order confirmation mail. Link to comment Share on other sites More sharing options...
Peshay Posted February 8, 2021 Share Posted February 8, 2021 Hi carlfriedrich do you have a solution by now? Thanks Link to comment Share on other sites More sharing options...
jetway Posted February 8, 2021 Share Posted February 8, 2021 It's the order Status text that needs to be adjusted and can be found in my previous post's location. (PS1.7) Link to comment Share on other sites More sharing options...
Peshay Posted February 8, 2021 Share Posted February 8, 2021 (edited) Hi Jetway, thank you, every status looks great and is correctly translated ... so I can't find it there. And it is just in the eMail order_conf ... in the backoffice or on the website itself, everything is fine. Edited February 8, 2021 by Peshay (see edit history) Link to comment Share on other sites More sharing options...
carlfriedrich Posted February 12, 2021 Share Posted February 12, 2021 I finally found a solution for this. The pull request, which integrated this message, helped me find out: https://github.com/PrestaShop/PrestaShop/pull/16063 You can simply add a translation for the according text block. In the back office, go to Design -> E-Mail-Themes and click "Translate E-Mails" for your language. There, search for "(waiting for validation)" and add your translation. If you want to remove the message completely, simply type a single space character into the translation field. In my case, the message is gone from the order_conf e-mail then. 2 1 Link to comment Share on other sites More sharing options...
Peshay Posted February 18, 2021 Share Posted February 18, 2021 wtf - you found it ☺️ Thank you. Link to comment Share on other sites More sharing options...
joelphil Posted April 22, 2022 Share Posted April 22, 2022 On 2/12/2021 at 3:41 PM, carlfriedrich said: I finally found a solution for this. The pull request, which integrated this message, helped me find out: https://github.com/PrestaShop/PrestaShop/pull/16063 You can simply add a translation for the according text block. In the back office, go to Design -> E-Mail-Themes and click "Translate E-Mails" for your language. There, search for "(waiting for validation)" and add your translation. If you want to remove the message completely, simply type a single space character into the translation field. In my case, the message is gone from the order_conf e-mail then. I have the same issue, but I don't have Design -> E-mail Themes. In International -> Translations I can select emails but this is for the text and layout. Where can I find this "waiting for validation" translation? (PS 1.7.4.3) Thanks! Link to comment Share on other sites More sharing options...
ComGrafPL Posted April 22, 2022 Share Posted April 22, 2022 Edit in text and layout. Same as in template file for this specific e-mail. Link to comment Share on other sites More sharing options...
joelphil Posted April 22, 2022 Share Posted April 22, 2022 53 minutes ago, ComGrafPL said: Edit in text and layout. Same as in template file for this specific e-mail. No, email translations are the template layouts. It's from data somewhere: {payment} And when it's bank transfer it says "Bank transfer - Waiting for validation". It's not in the translation file of the bankwire module. So it must be somewhere else, but I can't find where... Link to comment Share on other sites More sharing options...
davetech Posted August 3, 2022 Share Posted August 3, 2022 I found it guys. For the Order Status that the order has moved into, we need to mark it as a 'paid' status. So, go to the Order Status in question, Edit it, and select 'Set the order as paid'. Then the email template will not include the term "waiting for validation" as it thinks the order has been paid for. 1 Link to comment Share on other sites More sharing options...
bloggus Posted October 19, 2022 Share Posted October 19, 2022 But where can this "waiting for validation" be translated? Thee has to be a translation. It is not in the core ... Link to comment Share on other sites More sharing options...
joelphil Posted October 19, 2022 Share Posted October 19, 2022 I found the solution: remove it in classes/paymentmodule.php Link to comment Share on other sites More sharing options...
bloggus Posted October 19, 2022 Share Posted October 19, 2022 Oh, that's nice. Although it would be nice to just translate it. The translations is awkward in my language. I'm fine having it there, but the bad translation. I just can't find it anyware in the translation backend. 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