At now articles load from Product InfoBlock
This commit is contained in:
parent
cb94c210c0
commit
3ebf5a1d31
@ -220,7 +220,7 @@ class ICMLLoader {
|
|||||||
$arOffer['PREVIEW_PICTURE'] = $product["PREVIEW_PICTURE"];
|
$arOffer['PREVIEW_PICTURE'] = $product["PREVIEW_PICTURE"];
|
||||||
$arOffer['PRODUCT_NAME'] = $product["NAME"];
|
$arOffer['PRODUCT_NAME'] = $product["NAME"];
|
||||||
if (isset($this->articleProperties[$id]))
|
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);
|
$dbPrice = GetCatalogProductPrice($arOffer["ID"],1);
|
||||||
$arOffer['PRICE'] = $dbPrice['PRICE'];
|
$arOffer['PRICE'] = $dbPrice['PRICE'];
|
||||||
|
Loading…
Reference in New Issue
Block a user