Notice (8) : Undefined offset: 0 [APP/controllers/products_controller.php , line 308 ]Code |
Context /* stock */
$product_stock_quantity = $product['StockAvailable'][0]['quantity'];
$product = array(
"Product" => array(
"id" => "2338",
"brand_id" => "2",
"collection_id" => "8",
"product_category_id" => "42",
"type" => "42",
"name" => "Ifö Domino Зеркало, 60х80х4,2 см, белый глянец",
"description" => "",
"to_complete_with" => "Предложение комплектации с мебелью Arret",
"code" => "RK1241260000",
"virtual_code" => "RK1241260000",
"retail_price_no_vat" => "",
"retail_price_vat" => "",
"weight" => "12.000000",
"amount_per_palette" => "19",
"dimensions" => "600х800х42 мм",
"link" => "",
"dwa_de" => "",
"trzy_de" => "",
"id_product" => "0",
"id_supplier" => null,
"id_manufacturer" => null,
"id_category_default" => null,
"id_shop_default" => "1",
"id_tax_rules_group" => "0",
"on_sale" => "0",
"online_only" => "0",
"ean13" => null,
"upc" => null,
"ecotax" => "0.000000",
"quantity" => "0",
"minimal_quantity" => "1",
"price" => "0.000000",
"wholesale_price" => "0.000000",
"unity" => null,
"unit_price_ratio" => "0.000000",
"additional_shipping_cost" => "0.00",
"reference" => null,
"supplier_reference" => null,
"location" => null,
"width" => "0.000000",
"height" => "0.000000",
"depth" => "0.000000",
"out_of_stock" => "0",
"quantity_discount" => "0",
"customizable" => "0",
"uploadable_files" => "0",
"text_fields" => "0",
"active" => "1",
"redirect_type" => "",
"id_product_redirected" => "0",
"available_for_order" => "1",
"available_date" => "0000-00-00",
"condition" => "new",
"show_price" => "1",
"indexed" => "0",
"visibility" => "both",
"cache_is_pack" => "0",
"cache_has_attachments" => "0",
"is_virtual" => "0",
"cache_default_attribute" => null,
"date_add" => "0000-00-00 00:00:00",
"date_upd" => "0000-00-00 00:00:00",
"advanced_stock_management" => "0",
"tmp_price" => "0.000000",
"is_salesout" => "0",
"original_price" => "0.000000",
"on_bottom_category" => "0",
"discount_to" => "0000-00-00 00:00:00",
"discount_price_no_vat" => "0.000000",
"discount_price_vat" => "0.000000"
),
"Brand" => array(
"id" => "2",
"name" => "Ifö"
),
"Collection" => array(
"id" => "8",
"brand_id" => "2",
"name" => "Arret",
"is_salesout" => "0"
),
"ProductCategory" => array(
"id" => "42",
"parent_id" => "6",
"brand_id" => "2",
"collection_id" => "48",
"name" => "Зеркала",
"order" => "0",
"active" => null
),
"StockAvailable" => array(),
"Photo" => array()
)
$title_prod = "Ifö Domino Зеркало, 60х80х4,2 см, белый глянец - Зеркала от Ifö Geberit"
$desc_prod = "Ifö Domino Зеркало, 60х80х4,2 см, белый глянец это то, что сделает интерьер ванной гармоничным и завершенным. Выбирайте Зеркала от Ifö Geberit"
$virtual_group = array()
$similar_collection = array(
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
)
)
$similar_category = array(
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
)
) ProductsController::show() - APP/controllers/products_controller.php, line 308
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83 Notice (8) : Undefined offset: 0 [APP/controllers/products_controller.php , line 309 ]Code |
Context
$product_stock_quantity = $product['StockAvailable'][0]['quantity'];
$product_stock_oos = $product['StockAvailable'][0]['out_of_stock'];
$product = array(
"Product" => array(
"id" => "2338",
"brand_id" => "2",
"collection_id" => "8",
"product_category_id" => "42",
"type" => "42",
"name" => "Ifö Domino Зеркало, 60х80х4,2 см, белый глянец",
"description" => "",
"to_complete_with" => "Предложение комплектации с мебелью Arret",
"code" => "RK1241260000",
"virtual_code" => "RK1241260000",
"retail_price_no_vat" => "",
"retail_price_vat" => "",
"weight" => "12.000000",
"amount_per_palette" => "19",
"dimensions" => "600х800х42 мм",
"link" => "",
"dwa_de" => "",
"trzy_de" => "",
"id_product" => "0",
"id_supplier" => null,
"id_manufacturer" => null,
"id_category_default" => null,
"id_shop_default" => "1",
"id_tax_rules_group" => "0",
"on_sale" => "0",
"online_only" => "0",
"ean13" => null,
"upc" => null,
"ecotax" => "0.000000",
"quantity" => "0",
"minimal_quantity" => "1",
"price" => "0.000000",
"wholesale_price" => "0.000000",
"unity" => null,
"unit_price_ratio" => "0.000000",
"additional_shipping_cost" => "0.00",
"reference" => null,
"supplier_reference" => null,
"location" => null,
"width" => "0.000000",
"height" => "0.000000",
"depth" => "0.000000",
"out_of_stock" => "0",
"quantity_discount" => "0",
"customizable" => "0",
"uploadable_files" => "0",
"text_fields" => "0",
"active" => "1",
"redirect_type" => "",
"id_product_redirected" => "0",
"available_for_order" => "1",
"available_date" => "0000-00-00",
"condition" => "new",
"show_price" => "1",
"indexed" => "0",
"visibility" => "both",
"cache_is_pack" => "0",
"cache_has_attachments" => "0",
"is_virtual" => "0",
"cache_default_attribute" => null,
"date_add" => "0000-00-00 00:00:00",
"date_upd" => "0000-00-00 00:00:00",
"advanced_stock_management" => "0",
"tmp_price" => "0.000000",
"is_salesout" => "0",
"original_price" => "0.000000",
"on_bottom_category" => "0",
"discount_to" => "0000-00-00 00:00:00",
"discount_price_no_vat" => "0.000000",
"discount_price_vat" => "0.000000"
),
"Brand" => array(
"id" => "2",
"name" => "Ifö"
),
"Collection" => array(
"id" => "8",
"brand_id" => "2",
"name" => "Arret",
"is_salesout" => "0"
),
"ProductCategory" => array(
"id" => "42",
"parent_id" => "6",
"brand_id" => "2",
"collection_id" => "48",
"name" => "Зеркала",
"order" => "0",
"active" => null
),
"StockAvailable" => array(),
"Photo" => array()
)
$title_prod = "Ifö Domino Зеркало, 60х80х4,2 см, белый глянец - Зеркала от Ifö Geberit"
$desc_prod = "Ifö Domino Зеркало, 60х80х4,2 см, белый глянец это то, что сделает интерьер ванной гармоничным и завершенным. Выбирайте Зеркала от Ifö Geberit"
$virtual_group = array()
$similar_collection = array(
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
)
)
$similar_category = array(
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
),
array(
"Product" => array(),
"Brand" => array(),
"Collection" => array(),
"ProductCategory" => array(),
"StockAvailable" => array(),
"Photo" => array()
)
)
$product_stock_quantity = null ProductsController::show() - APP/controllers/products_controller.php, line 309
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Ifö Domino Зеркало, 60х80х4,2 см, белый глянец - Зеркала от Ifö Geberit
Ifö Domino Зеркало, 60х80х4,2 см, белый глянец
Артикул:
RK1241260000
Вес:
12,0
Размеры:
600х800х42 мм
Количество на паллете:
19
Возможные комплектации:
Предложение комплектации с мебелью Arret
Коллекции:
Arret
Инструкции:
Загрузить
модели 3D:
3ds
dwg
dxf
3ds:
RK1241260000
dwg:
RK1241260000
dxf:
RK1241260000
Описание изделия:
Технический чертеж:
Скачать
Другие продукты из этой серии