View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001819 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2010-05-11 11:07 | 2012-12-10 14:22 |
Reporter | umaun | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.3.1 revision 27257 | ||||
Fixed in Version | 4.3.2 revision 27884 | ||||
Summary | 0001819: Payment costs not used in xml export | ||||
Description | Payment costs always set to zero in xml file <Zahlungsartkosten>0.00</Zahlungsartkosten> same is for articles discount: <Rabatt>0.00</Rabatt> | ||||
Additional Information | should not be 0.00 but "unavailable" or better value from db: I propose: diff oximex.php oximex.php.org 381c381 < $sExport .= "<Zahlungsartkosten>".$this->internPrice($oOrder->oxorder__oxdelcost->value)."</Zahlungsartkosten>$sNewLine"; --- > $sExport .= "<Zahlungsartkosten>0.00</Zahlungsartkosten>$sNewLine"; carl:122 yeti$ or (concerning bug-ID 1817) even better: $sExport .= "<Zahlungsartkosten>".$this->internPrice($oOrder->oxorder__oxpaycost->value/$dOrderCurRate)."</Zahlungsartkosten>$sNewLine"; | ||||
Tags | Export, Import | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||