Author Topic: text_message_account  (Read 3604 times)

Offline Gokk

  • Newbie
  • *
  • Posts: 5
  • Karma: +1/-0
    • View Profile
text_message_account
« on: August 20, 2016, 12:46:43 PM »
Hi,
I have this string with no translation and can't find it (image attached).
When selecting COD as payment and ordering, message appears, where can I translate this?

Thanks

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: text_message_account
« Reply #1 on: August 21, 2016, 10:28:18 AM »
This depends what controller is loading this template.
You need to see the route in the URL. Add text_message_account to the storefront translation for this controller (block in case on language definition).
This can be done in the admin
http://docs.abantecart.com/pages/localization/language_definitions.html

Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5774
  • Karma: +274/-2
    • View Profile
Re: text_message_account
« Reply #2 on: August 25, 2016, 04:08:08 AM »
Quick solution is add missed language definitions manually ;) in Admin > System > Localization > Language definitions

section: Storefront
block: checkout_success
need to add two keys
Code: [Select]
key:text_message_account
value: <p>Your order #%s has been created!</p>
<p>You can view your order details by going to the <a href="%s">invoice page</a>.</p>
<p>Please direct any questions you have to the <a href="%s">store owner</a>.</p>
<p>Thank you for shopping with us!</p>

Code: [Select]
key:text_message_guest
value: <p>Your order has been successfully processed!</p>
<p>You can view your order details by going to the <a href="%s">invoice page</a>.</p>
<p>Please direct any questions you have to the <a href="%s">store owner</a>.</p>
<p>Thank you for shopping with us!</p>

Offline Gokk

  • Newbie
  • *
  • Posts: 5
  • Karma: +1/-0
    • View Profile
Re: text_message_account
« Reply #3 on: August 25, 2016, 09:47:54 AM »
Thanks you both guys, that did the trick!

 

Powered by SMFPacks Social Login Mod