Jump to content

Expressions missing in bank wire module


Recommended Posts

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...