View Issue Details

IDProjectCategoryView StatusLast Update
0001819OXID eShop (all versions)2. ----- eShop backend (admin) -----public2012-12-10 14:22
Reporterumaun Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.3.1 revision 27257 
Fixed in Version4.3.2 revision 27884 
Summary0001819: Payment costs not used in xml export
DescriptionPayment costs always set to zero in xml file
<Zahlungsartkosten>0.00</Zahlungsartkosten>
same is for articles discount:
<Rabatt>0.00</Rabatt>
Additional Informationshould 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";
TagsExport, Import
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

sarunas_valaskevicius

2010-05-18 15:53

reporter   ~0002923

fixed in oximex::exportLexwareOrders