View Issue Details

IDProjectCategoryView StatusLast Update
0007075OXID eShop (all versions)2.6. Administer orderspublic2020-01-22 07:59
Reportertimwetter Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version6.2.0-rc.1 
Summary0007075: currency rate change on update e.g. shipping costs in order_main
Description1)
open backend and set exchange rate for e.g. YEN to 180.10

2)
make order in shopfronend as normal user in YEN (YEN is not your default currency)

3)
open backend and set exchange rate for YEN to 8888.88

4)
open your order in backend and go to order_main

5)
change e.g. shipping costs and click save

6)
SELECT OXCURRATE FROM oxorder WHERE {your order}

RESULT:
8888.88
But it should be 180.10 or why is OXCURRATE a field of table oxorder?

As an idea:
Maybe the value from OXCURRATE should not change on (recalculate -> finalizeOrder -> _loadFromBasket) and (_getOrderBasket),
but there could be an update button in e.g. order_main for the case user explicit wish to update currency rate in an order


TagsCalculations, Currency
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Relationships

has duplicate 0007076 closedQA currency rate change on update e.g. shipping costs in order_main 

Activities

QA

2020-01-21 12:41

administrator   ~0013096

-MK