Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Wrong Language in invoice
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1

TOPIC: Wrong Language in invoice

Wrong Language in invoice 11 years, 9 months ago #36374

Where can I change the following Textes:

no shipping date
Variable Symbol
and so on ..

Because I need German Textes!

Greets Anton
The topic has been locked.

Re: Wrong Language in invoice 11 years, 9 months ago #36450

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

This is probably not translatable at the moment.

You can modify code in: administrator/components/com_vminvoice/helpers/invoicehtml.php - around line 95 is:
$replacement = 'no shipping date';

Modify it to:
$replacement = $this->_('COM_VMINVOICE_NO_SHIPPING_DATE');

Then you will translate it in ini file (frontend language files):
COM_VMINVOICE_NO_SHIPPING_DATE="no shipping date"

Translation for Variable Symbol I found only in admin lang files. There is not this string in code.
Try add there this translation (in admin language file):
COM_VMINVOICE_VARIABLE_SYMBOL="Variable Symbol"

First missing text I will immediately modify, so it should be in next release.
ARTIO Support Team
Last Edit: 11 years, 9 months ago by maju.
The topic has been locked.
  • Page:
  • 1
User Login Empty