From 82e6d620766d6f21f0041e8744d92bbfc84da472 Mon Sep 17 00:00:00 2001 From: Cybernick Date: Mon, 10 Apr 2017 14:58:26 +0300 Subject: [PATCH] Fix catalog export (#26) --- admin/model/extension/retailcrm/icml.php | 1 - 1 file changed, 1 deletion(-) diff --git a/admin/model/extension/retailcrm/icml.php b/admin/model/extension/retailcrm/icml.php index 7a28c1f..f2f3d47 100644 --- a/admin/model/extension/retailcrm/icml.php +++ b/admin/model/extension/retailcrm/icml.php @@ -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