mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-04-02 21:06:19 +03:00
Fix catalog export (#26)
This commit is contained in:
parent
c724392c36
commit
82e6d62076
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue