View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003472 | OXID eShop (all versions) | 1.02. Price calculations (discounts, coupons, additional costs etc.) | public | 2012-01-02 13:39 | 2012-12-07 15:19 |
Reporter | michael_keiluweit | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.6 revision 40808 | ||||
Fixed in Version | 4.8.0_5.1.0_beta1 | ||||
Summary | 0003472: shop calculates VAT with a komma seperated number wrong | ||||
Description | goto: shop admin -> stammdaten -> grundeinstellungen -> Einstell. -> Mehrwertsteuer (VAT) Insert a number like 19.6 shop calculates correct. A number like 19,6 will correctly displayed in the input field in the settings menue, but the whole shop calculates with 19. After executing an order, you can see it also in the oxorder table. Please have a look at the attached screenshot. 1. line: 19.6 2. line: 19,6 As a solution: Try to detect what is local decimal separator and use this one for detecting the proper number inserted. If not possible (or would be incorrect) to track local decimal separator - do not allow to insert the comma in number. In this case display the proper error message informing about that instantly. | ||||
Additional Information | tested in ee demoshop shop should parse a komma into a point, because it is self-evident to write a komma instead a point. | ||||
Tags | VAT | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0005840 | closed | false dDefaultVAT vat type |