1
0
Fork 0
mirror of synced 2025-04-06 22:53:36 +03:00

Merge pull request #4 from dmamontov/master

update customfield
This commit is contained in:
Dmitry Mamontov 2015-03-05 17:51:58 +04:00
commit 553911c15a

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']);
}
}
}