View Issue Details

IDProjectCategoryView StatusLast Update
0000890OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:23
Reporterkhalid Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.1 revision 18442 
Fixed in Version4.2.0 revision 23610 
Summary0000890: decimal precision not work (sometimes) in shopping cart
DescriptionFresh installation from svn (revision 4.1.2_18976 (and older))

set 0 instead of 2 for EUR (for example) in:
Admin -> Master settings -> Core settings -> Settings -> Other settings ->
EUR@ 1.00@ ,@ .@ €@ 0
GBP@ 0.68@ .@ @ £@ 2
CHF@ 1.47@ ,@ .@ <small>CHF</small>@ 2

now it will be applied in all prices but if we add any product to the basket we'll see that the price shown with two zeros at the end, like 80,00 € instead 80 €

some of my shops display correct price!!??
Additional InformationAlso decimal parts are displayed for Totals in the Pop-up, when article is added to basket.
TagsOrder
Attached Files
screenshot.zip (38,218 bytes)
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

rimvydas_paskevicius

2009-09-30 16:57

reporter   ~0001854

After getting basket object from session, basket currency was not updated. So
added updating basket currency object on oxcmp_curr class init() method.