Fix catalog export

This commit is contained in:
Cybernick 2017-04-09 15:12:44 +03:00
parent c724392c36
commit 41d6d6f287

View file

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