1
0
mirror of synced 2024-11-22 05:16:09 +03:00

At now articles load from Product InfoBlock

This commit is contained in:
m.korolev 2013-09-02 17:40:21 +04:00
parent f0b87087e7
commit f684763ea9

View File

@ -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'];