update customfield
This commit is contained in:
parent
18e0b51b99
commit
93e3b8c930
@ -556,6 +556,14 @@ class MoySkladICMLParser
|
|||||||
if ($product['vendor']) {
|
if ($product['vendor']) {
|
||||||
$this->icmlAdd($offerXml, 'vendor', $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']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user