Lince Posted July 31, 2018 Share Posted July 31, 2018 (edited) Hello, There seem to be some expressions missing from the bank wire module in this file: modules/ps_wirepayment/views/templates/hook/payment_return.tpl Only two expressions are defined: <source>Your order on %s is complete.</source> <source>Please send us a bank wire with:</source> And a few of them are missing: {l s='Please specify your order reference %s in the bankwire description.' sprintf=[$reference] d='Modules.Wirepayment.Shop'}<br/> {l s='We\'ve also sent you this information by e-mail.' d='Modules.Wirepayment.Shop'} {l s='Your order will be sent as soon as we receive payment.' d='Modules.Wirepayment.Shop'} {l s='If you have questions, comments or concerns, please contact our [1]expert customer support team[/1].' d='Modules.Wirepayment.Shop' sprintf=['[1]' => "<a href='{$contact_url}'>", '[/1]' => '</a>']} Is there a way for me to add this expressions ? I was going to modify the translations file: app/Resources/translations/es-ES/ModulesWirepaymentShop.es-ES.xlf But I see there is some "trans-unit id" which I don't know what it is or how to fill it. Thanks. Edited July 31, 2018 by Lince Add some bold text (see edit history) Link to comment Share on other sites More sharing options...
Giordx Posted September 7, 2018 Share Posted September 7, 2018 Hi Lince, same problem for me. Did you solve it? 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