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

Merge branch 'exportICMLSize' of github.com:intarocrm/bitrix-module into fullExport

This commit is contained in:
Grisha Pomadchin 2014-01-30 12:31:46 +04:00
commit 296c7a82c1

View File

@ -281,7 +281,8 @@ class ICMLLoader {
// Compile products to array
$products[$product['ID']] = $product;
$products[$product['ID']]['offers'] = array();
$detailPicture = intval($product["DETAIL_PICTURE"]);
$previewPicture = intval($product["PREVIEW_PICTURE"]);
@ -399,10 +400,6 @@ class ICMLLoader {
foreach ($product['offers'] as $offer) {
if ($product["ID"] == 33)
{
$a = 10;
}
$offer['PRODUCT_ID'] = $product["ID"];
$offer['DETAIL_PAGE_URL'] = $product["DETAIL_PAGE_URL"];