Fix catalog export (#26)

This commit is contained in:
Cybernick 2017-04-10 14:58:26 +03:00 committed by Alex Lushpai
parent c724392c36
commit 82e6d62076

View File

@ -220,7 +220,6 @@ class ModelExtensionRetailcrmIcml extends Model
->appendChild($this->dd->createTextNode($product['name'])); ->appendChild($this->dd->createTextNode($product['name']));
} }
$e->appendChild($this->dd->createElement('price')) $e->appendChild($this->dd->createElement('price'))
->appendChild($this->dd->createTextNode($productPrice + $optionsTotalCost));
->appendChild($this->dd->createTextNode($product['price'] + $optionsTotalCost)); ->appendChild($this->dd->createTextNode($product['price'] + $optionsTotalCost));
/** /**
* Vendor * Vendor