View Issue Details

IDProjectCategoryView StatusLast Update
0000825OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:24
Reporterdainius.bigelis Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.1 revision 18442 
Fixed in Version4.1.6 revision 22740 
Summary0000825: Decimal dot replaced by comma in Total amounts in Basket
DescriptionIf in currency description it is defined, that decimal character is dot, like:
USD@ 0.68@ .@ @ $@ 2

...in the Total amounts in the basket the comma is still used instead of a dot, like:

Product - 11.56 $ 19% 11.56 $
Summe Produkte (netto): 9,71 $
zzgl. MwSt. 19% Betrag: 1,85 $
Summe Produkte (brutto): 11,56 $
Versandkosten 0,00 $
Gesamtsumme: 11,56 $

The decimal characted should be used in all the placed when switched to this currency
Additional InformationPlease check that correct decimal char would be used also in PDF Invoice generator.
TagsOrder
Attached Files
decimal_dot.png (12,749 bytes)   
decimal_dot.png (12,749 bytes)   
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

rimvydas_paskevicius

2009-09-17 17:30

reporter   ~0001776

Updated oxcmp_cur.php file to force basket currency object update when shop currency changes.