mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-25 06:36:06 +03:00
Fix catalog export (#26)
This commit is contained in:
parent
c724392c36
commit
82e6d62076
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user