At now articles load from Product InfoBlock
This commit is contained in:
parent
cb94c210c0
commit
3ebf5a1d31
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class ICMLLoader {
|
|||
$arOffer['PREVIEW_PICTURE'] = $product["PREVIEW_PICTURE"];
|
||||
$arOffer['PRODUCT_NAME'] = $product["NAME"];
|
||||
if (isset($this->articleProperties[$id]))
|
||||
$arOffer['ARTICLE'] = $arOffer["PROPERTY_" . $this->articleProperties[$id] . "_VALUE"];
|
||||
$arOffer['ARTICLE'] = $product["PROPERTY_" . $this->articleProperties[$id] . "_VALUE"];
|
||||
|
||||
$dbPrice = GetCatalogProductPrice($arOffer["ID"],1);
|
||||
$arOffer['PRICE'] = $dbPrice['PRICE'];
|
||||
|
|
Loading…
Add table
Reference in a new issue