I've been testing uWebshop 2 lately to determine if we can use it as a standard solution for our customers. It looks promising but have an issue which is quite critical. Hopefully there is an easy solution for this.
Configuration: - Umbraco 4.9.1 - uWebshop 2.0.1 - SQL server
Problem: I enter a price on a product doctype like 33,95 when I save/publish the product the price transforms to 3395,00 How can I solve this issue?
Other problem which is probably related, is that I can't get decimals out of the PriceWithoutVat function.
This is a known issue where there is a mixup with culture and . and , as decimal seperators. We have an update ready to be released tomorrow (currently in test) that will fix this (& more!).
If you like to get this version, send an email to support [at] uwebshop.zendesk [dot] com and we'll hook you up with this update today!
Arnold sended me the 2.0.2.2 release, which is now available. I did a test and the issue which I reported is completely solved! Good work! Also compliments for the new store URL generation. No more URL rewriting in de config file anymore. Much better.
I've been updating umbraco from 4.9.x to 4.11.1. Now when I change the umbraco backend to another language/culture the ',' and '.' problem occurs again when entering prices in the backend. I came to the conclusion because I prefer to do all development in English but my customers are basically all Dutch. So I changed the umbraco backend language and saw this issue.
Decimal price problem
Hi guys,
I've been testing uWebshop 2 lately to determine if we can use it as a standard solution for our customers.
It looks promising but have an issue which is quite critical. Hopefully there is an easy solution for this.
Configuration:
- Umbraco 4.9.1
- uWebshop 2.0.1
- SQL server
Problem:
I enter a price on a product doctype like 33,95 when I save/publish the product the price transforms to 3395,00
How can I solve this issue?
Other problem which is probably related, is that I can't get decimals out of the PriceWithoutVat function.
Hope you guys can help me sort this out.
Thanks,
Arjan
Hi Arjen,
This is a known issue where there is a mixup with culture and . and , as decimal seperators.
We have an update ready to be released tomorrow (currently in test) that will fix this (& more!).
If you like to get this version, send an email to support [at] uwebshop.zendesk [dot] com and we'll hook you up with this update today!
Best,
Arnold Visser
uWebshop
That is pretty quick reply Arnold. Thanks.
I'll send you an email. I'm interested in the new release because tomorrow i've planned whole day for uWebshop ;-)
Arnold sended me the 2.0.2.2 release, which is now available. I did a test and the issue which I reported is completely solved! Good work! Also compliments for the new store URL generation. No more URL rewriting in de config file anymore. Much better.
Hi Arnold,
I've been updating umbraco from 4.9.x to 4.11.1. Now when I change the umbraco backend to another language/culture the ',' and '.' problem occurs again when entering prices in the backend. I came to the conclusion because I prefer to do all development in English but my customers are basically all Dutch. So I changed the umbraco backend language and saw this issue.
Is there something to do about it? Thanx :)
is working on a reply...