1
0
mirror of synced 2025-02-06 15:29:25 +03:00

update customfield

This commit is contained in:
Dmitry Mamontov 2015-03-05 16:50:55 +03:00
parent 18e0b51b99
commit 93e3b8c930

View File

@ -556,6 +556,14 @@ class MoySkladICMLParser
if ($product['vendor']) {
$this->icmlAdd($offerXml, 'vendor', $product['vendor']);
}
if (isset($product['url'])) {
$this->icmlAdd($offerXml, 'url', $product['url']);
}
if (isset($product['picture'])) {
$this->icmlAdd($offerXml, 'picture', $product['picture']);
}
}
}