[SOLVED Workaround] No translation in the CONFIRM email

Started by tzic, April 20, 2012, 10:49:47 AM

Previous topic - Next topic

chiappa

Quote from: kkmediaproduction on January 06, 2013, 13:59:08 PM
It is solved in the next version vm 2.2 (2.1)

How do you know that? You can see into the future?

Just updated and seems the new version 2.0.18a has not fixed this issue.

K&K media production


bacaro

Hello,

I'm trying to implement that, but this workaround is not working.
Query gives null value in language column.
SELECT  u.*,o.*,
                                s.order_status_name
                        FROM s_virtuemart_orders o
                        LEFT JOIN s_virtuemart_orderstates s
                        ON s.order_status_code = o.order_status
                        LEFT JOIN s_virtuemart_order_userinfos u
                        ON u.virtuemart_order_id = o.virtuemart_order_id;

After exact spelling didn't work I've changed to:
<input type='hidden' name='language' value='<?php echo JFactory::getLanguage()->getTag(); ?>' />
but still it's not working

Tried to change in files:
components/com_virtuemart/views/cart/tmpl/default.php
components/com_virtuemart/views/cart/tmpl/shopper_adresses.php
but still no result. Could you please help me?

Regards,
Lucas

K&K media production

Hi Lucas,

there are changes in different core files necessary. Please wait for vm 2.2 (2.1)

We are working on different new features for this new version and the first test version will come as soon as possible.

Regards
Maik


bacaro

Hello,

thank you for the quick answer! I'll be waiting for a new version. I was interested in setting parameters because there will be crucial parameter related to TAX requirement that I'll have add to invoice and if it's not going to be filled invoice won't be valid...
That is why below stated query was very important to work correctly with all parameters set.
SELECT  u.*,o.*,
                                s.order_status_name
                        FROM s_virtuemart_orders o
                        LEFT JOIN s_virtuemart_orderstates s
                        ON s.order_status_code = o.order_status
                        LEFT JOIN s_virtuemart_order_userinfos u
                        ON u.virtuemart_order_id = o.virtuemart_order_id;

PS. thanks for a great Joomla extension and I would like to say new guy "welcome" to everybody :).

Regards,
Lucas

kratzi

Hi,

sorry I use this old topic. I have updated to 2.0.26 therefore the latest version and the bug is still not fixed.


kkmediaproduction writes to wait for VM2.2 which should be available soon.

How can I get this version as this topic is already quite old so I hope this should be already implemented.

Thx kratzi

K&K media production

This is also solved in 2.0.26 since some moths. The mails are in the order language from the shopper.

tnet

[SOMEHOW SOLVED] Hi,
I have to say it took me very much time to solve. I updated to virtuemart.2.0.26d. But there are two new language English files:
en-GB.com_virtuemart_orders.ini
en-GB.com_virtuemart_shoppers.ini

From that time all Shopper field was always in English.

These files are not translated yet in the Czech translation. I don't need English too much so I simply deleted these files. Now translation forks again.

I really don't understand how such non systematic change could be made to 2.0.26d.


Anyway I have still problem to translate the name: Confirmed by shopper. I haven't find it anywhere in the "active" ENG translation but it is still there!:-)

Milbo

The different language files are there since vm2.0.20, since Juli. They made all a lot easier. "confirmed by shopper" is in the FE language.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

tnet

Thank you for reply.
Yes I had 2.0.20 before. I understand there was some reason to make it. I don't know too much about language translations. I can add any missing word if necessary. That is OK for me. A little problem is Joomla itself because the language overrides is too simple it don't show details.