header table language adding option to product

  • Andrea Baldoni
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
9 years 10 months ago #45925 by Andrea Baldoni
header table language adding option to product was created by Andrea Baldoni
hi, when i add an option to a product, in header of value table, i see text in english though in administrator italian language file i have right translations. i mean Option Value, Quantity, Price and Weight

Please Log in or Create an account to join the conversation.

  • Andrea Baldoni
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
9 years 10 months ago #45927 by Andrea Baldoni
Replied by Andrea Baldoni on topic header table language adding option to product
maybe this can help you, in administrator/components/com_eshop/views/product/tmpl/default.php

you have code

<thead>
<tr>
<th class="title" width=""><?php echo JText::_('ESHOP_OPTION_VALUE'); ?></th>
<th class="title" width=""><?php echo JText::_('ESHOP_QUANTITY'); ?></th>
<th class="title" width=""><?php echo JText::_('ESHOP_PRICE'); ?></th>
<th class="title" width=""><?php echo JText::_('ESHOP_WEIGHT'); ?></th>
<th class="title" width="">&nbsp;</th>
</tr>
</thead>

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 10 months ago #46020 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic header table language adding option to product
Hello Andrea,
Please make sure that you have the following correct translations in Italian:

ESHOP_OPTION_VALUE
ESHOP_QUANTITY
ESHOP_PRICE
ESHOP_WEIGHT

Sincerely, Giang

Please Log in or Create an account to join the conversation.

  • Andrea Baldoni
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
9 years 10 months ago #46024 by Andrea Baldoni
Replied by Andrea Baldoni on topic header table language adding option to product
hi, yes i have them in language file, the issue is about just at the beginning when i add the option, after i save product i have the right language

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 10 months ago #46027 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic header table language adding option to product
Sorry, I am a bit confused.
So is it work for you?
Sincerely, Giang

Please Log in or Create an account to join the conversation.

  • Andrea Baldoni
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
9 years 10 months ago #46028 by Andrea Baldoni
Replied by Andrea Baldoni on topic header table language adding option to product
it's a very very little bug, but when i add an attribute i see header in english before save product

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
9 years 10 months ago #46072 by Giang Dinh Truong
Replied by Giang Dinh Truong on topic header table language adding option to product
I am sorry but I really don't understand the litle bug that you have. However, I think you can still use it without any problems.
Sincerely, Giang

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong