VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: keran on September 14, 2013, 12:05:24 PM

Title: 2.0.22c was full of errors: Multilanguage and Multicurrency errors
Post by: keran on September 14, 2013, 12:05:24 PM
And I recommend don't use it on production sites!

1. Wrong prices and wrong currency sign on order confirmation and email templates
2. Switching language on products edit form doesn't work (additional language overwrites the default)
3. Switching currency on front-end doesn't work on product pages

probably there are more important bugs, but these three errors prevent the sale of international.
Title: Re: 2.0.22c is full of errors: Multilanguage and Multicurrency errors
Post by: jenkinhill on September 14, 2013, 12:42:27 PM
Update to 2.0.22d  - http://dev.virtuemart.net/projects/virtuemart/files
Title: Re: 2.0.22c is full of errors: Multilanguage and Multicurrency errors
Post by: AH on September 14, 2013, 13:01:39 PM
2.0.22d

Still has errors relating to discounts and net price disclosure

http://forum.virtuemart.net/index.php?topic=118564.msg402503#msg402503
Title: Re: 2.0.22c is full of errors: Multilanguage and Multicurrency errors
Post by: keran on September 15, 2013, 19:51:53 PM
Quote from: keran on September 14, 2013, 12:05:24 PM
Joomla 2.5.14
VirtueMart after update to 22d:

1. Wrong prices and wrong currency sign on order confirmation and email templates - it's still not fixed
custom fix for this problem is described here: http://www.rupostel.com/phpBB3/viewtopic.php?f=5&t=640&sid=a645705d0bee86f0e6f0d7658e6c155c thanks Stan from Rupostel.

2. Switching language on products edit form doesn't work (additional language overwrites the default) - it's still not fixed, additional language is not saved, no icon flags are displayed like on previous versions.
3. Switching currency on front-end doesn't work on product pages - strange :/ on product pages we have to twice change the currency to take effect
Title: Re: 2.0.22c is full of errors: Multilanguage and Multicurrency errors
Post by: Maxim Pishnyak on September 16, 2013, 05:37:44 AM
For 2. Fix http://forum.virtuemart.net/index.php?topic=118455 must to work on your "22d".

For 3. I can't see this report in this forum section http://forum.virtuemart.net/index.php?board=127.0 . Can you? If you can't too then you could give more details about third issue and I'll rename the thread title.
Title: Re: 2.0.22c was full of errors: Multilanguage and Multicurrency errors
Post by: keran on September 16, 2013, 14:14:27 PM
1. not fixed on 22d
2. fixed but no icon flags are displayed
3. it works - the problem was on sh404SEF component - sorry VM team.
sh404SEF will broke also search function for additional languages.

Thanks for support.
Title: Re: 2.0.22c was full of errors: Multilanguage and Multicurrency errors
Post by: fuzzfree on September 16, 2013, 16:49:51 PM
2.0.22d seems to correct the problem with multilanguage errors in products (did not test other multi-lang features like in catgories, manufacturers etc). The problem was the default/english product names, descrs etc were replaced with second lang (greek)....

Flags still not showing, waiting for 2.0.22e ???
Title: Re: 2.0.22c was full of errors: Multilanguage and Multicurrency errors
Post by: Maxim Pishnyak on September 16, 2013, 17:26:20 PM
Quote from: keran on September 15, 2013, 19:51:53 PM
1. Wrong prices and wrong currency sign on order confirmation and email templates - it's still not fixed
custom fix for this problem is described here: http://www.rupostel.com/phpBB3/viewtopic.php?f=5&t=640&sid=a645705d0bee86f0e6f0d7658e6c155c thanks Stan from Rupostel.
What about these words then?

What did you try to fix regards flags issue? Did you follow instructions in the mentioned thread for language fix?
Title: Re: 2.0.22c was full of errors: Multilanguage and Multicurrency errors
Post by: keran on September 16, 2013, 17:57:13 PM
Quote from: Maxim Pishnyak on September 16, 2013, 17:26:20 PM
Quote from: keran on September 15, 2013, 19:51:53 PM
1. Wrong prices and wrong currency sign on order confirmation and email templates - it's still not fixed
custom fix for this problem is described here: http://www.rupostel.com/phpBB3/viewtopic.php?f=5&t=640&sid=a645705d0bee86f0e6f0d7658e6c155c thanks Stan from Rupostel.
What about these words then?
K: My default currency is 'zł' PLN [1euro (EU) = 4 zł (PLN) ]; I have 2 currencies and 2 languages - Polish with 'zł' and English with 'euro'
Example: Cart total to pay is 100 euro -> Client confirm chekout -> on confirmation page is stil 100 euro (ok) but on: Confirmation email it is 400 euro; the same is saved into admin order page (invoice?) 400euro which is wrong. The prices are calculated with polish currency and signed with euro. Rupostel published simple php fix into 2 vm view files and this works.

What did you try to fix regards flags issue? Did you follow instructions in the mentioned thread for language fix?
K: I did not check these flags, it's probably a problem with the css. important to me that we can to save the products name and description in another language for the same sku.
Title: Re: 2.0.22c was full of errors: Multilanguage and Multicurrency errors
Post by: Maxim Pishnyak on September 16, 2013, 18:40:12 PM
Quote from: keran on September 15, 2013, 19:51:53 PM
1. Example: Cart total to pay is 100 euro -> Client confirm chekout -> on confirmation page is stil 100 euro (ok) but on: Confirmation email it is 400 euro; the same is saved into admin order page (invoice?) 400euro which is wrong. The prices are calculated with polish currency and signed with euro. Rupostel published simple php fix into 2 vm view files and this works.
2. I did not check these flags, it's probably a problem with the css.
1. This currently under development
http://forum.virtuemart.net/index.php?topic=118681.msg403170#msg403170
2. You're right and solution in css was posted in mentioned thread.