User 'motobelfqtmtbpre' has exceeded the 'max_questions' resource (current value: 40000)
SELECT cl.`link_rewrite`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE `id_lang` = 4
AND c.`id_category` = 642 LIMIT 1
at line 604 in file classes/db/Db.php
598. if ($webservice_call && $errno)
599. WebserviceRequest::getInstance()->setError(500, '[SQL Error] '.$this->getMsgError().'. Query was : '.$sql, 97);
600. else if (_PS_DEBUG_SQL_ && $errno && !defined('PS_INSTALLATION_IN_PROGRESS'))
601. {
602. if ($sql)
603. throw new PrestaShopDatabaseException($this->getMsgError().'<br /><br /><pre>'.$sql.'</pre>');
604. throw new PrestaShopDatabaseException($this->getMsgError());
605. }
606. }
607.
608. /**
302. if ($sql instanceof DbQuery)
303. $sql = $sql->build();
304.
305. $this->result = $this->_query($sql);
306. if (_PS_DEBUG_SQL_) {
307. $this->displayError($sql);
308. }
309. return $this->result;
310. }
311.
312. /**
Argument [0] SELECT cl.`link_rewrite` FROM `ps_category` c LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE `id_lang` = 4 AND c.`id_category` = 642 LIMIT 1
517. {
518. $this->last_cached = true;
519. return $result;
520. }
521.
522. $this->result = $this->query($sql);
523. if (!$this->result)
524. return false;
525.
526. $this->last_cached = false;
527. $result = $this->nextRow($this->result);
Argument [0] SELECT cl.`link_rewrite` FROM `ps_category` c LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE `id_lang` = 4 AND c.`id_category` = 642 LIMIT 1
876. $result = Db::getInstance()->getRow('
877. SELECT cl.`link_rewrite`
878. FROM `'._DB_PREFIX_.'category` c
879. LEFT JOIN `'._DB_PREFIX_.'category_lang` cl ON c.`id_category` = cl.`id_category`'.Shop::addSqlRestrictionOnLang('cl').'
880. WHERE `id_lang` = '.(int)$id_lang.'
881. AND c.`id_category` = '.(int)$id_category);
882. self::$_links[$id_category.'-'.$id_lang] = $result['link_rewrite'];
883. return $result['link_rewrite'];
884. }
885.
886. public function getLink(Link $link = null)
Argument [0] SELECT cl.`link_rewrite` FROM `ps_category` c LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 WHERE `id_lang` = 4 AND c.`id_category` = 642
3492. $cache_key = $row['id_product'].'-'.$row['id_product_attribute'].'-'.$id_lang.'-'.(int)$usetax;
3493. if (array_key_exists($cache_key, self::$producPropertiesCache))
3494. return self::$producPropertiesCache[$cache_key];
3495.
3496. // Datas
3497. $row['category'] = Category::getLinkRewrite((int)$row['id_category_default'], (int)$id_lang);
3498. $row['link'] = $context->link->getProductLink((int)$row['id_product'], $row['link_rewrite'], $row['category'], $row['ean13']);
3499.
3500. $row['attribute_price'] = 0;
3501. if (isset($row['id_product_attribute']) && $row['id_product_attribute'])
3502. $row['attribute_price'] = (float)Product::getProductAttributePrice($row['id_product_attribute']);
Argument [0] 642 Argument [1] 4
3614. {
3615. $results_array = array();
3616.
3617. if (is_array($query_result))
3618. foreach ($query_result as $row)
3619. if ($row2 = Product::getProductProperties($id_lang, $row))
3620. $results_array[] = $row2;
3621.
3622. return $results_array;
3623. }
3624.
Argument [0]
4
Argument [1]
Array
(
[id_product] => 9132
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 642
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 374.166667
[wholesale_price] => 261.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886255
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 3.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-06-21 08:55:51
[date_upd] => 2023-08-11 15:07:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 886255 Pièce n° 1
[link_rewrite] => alternateur-régulateur
[name] => Alternateur - Régulateur
[id_image] => 4037
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
3789. public function getProducts($selected_filters, &$products, &$nb_products, &$p, &$n, &$pages_nb, &$start, &$stop, &$range)
3790. {
3791. global $cookie;
3792.
3793. $products = $this->getProductByFilters($selected_filters);
3794. $products = Product::getProductsProperties((int)$cookie->id_lang, $products);
3795.
3796. $nb_products = $this->nbr_products;
3797. $range = 2; /* how many pages around page selected */
3798.
3799. $n = (int)Tools::getValue('n', Configuration::get('PS_PRODUCTS_PER_PAGE'));
Argument [0]
4
Argument [1]
Array
(
[0] => Array
(
[id_product] => 9132
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 642
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 374.166667
[wholesale_price] => 261.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886255
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 3.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-06-21 08:55:51
[date_upd] => 2023-08-11 15:07:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 886255 Pièce n° 1
[link_rewrite] => alternateur-régulateur
[name] => Alternateur - Régulateur
[id_image] => 4037
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 524
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.333333
[wholesale_price] => 12.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12031800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-20 21:57:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] =>
[link_rewrite] => axe-culbuteur-850-940-1000-1100-1200
[name] => Axe Culbuteur 850/940/1000/1100/1200
[id_image] => 2006
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 366
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.000000
[wholesale_price] => 0.960000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180220
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-28 11:30:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180220
[link_rewrite] => bouchon-caoutchouc-regard-embrayage
[name] => Bouchon Caoutchouc Regard Embrayage
[id_image] => 2520
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 965
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.666667
[wholesale_price] => 20.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12022600 - GU19351200
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-03-31 16:47:43
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => Réf : 12022600
[link_rewrite] => bouchon-culasse
[name] => Bouchon Culasse - Bouchon vidange huile
[id_image] => 2584
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 978
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.833333
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31003766
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-02-21 22:58:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] =>  Réf : GU31003766
[link_rewrite] => bouchon-vidange-aimanté-d10
[name] => Bouchon Vidange Aimanté D10
[id_image] => 2586
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 242
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.750000
[wholesale_price] => 2.100000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BPR6ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-03-13 15:56:09
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie NGK BPR6ES
[link_rewrite] => bougie-bpr6es
[name] => Bougie BPR6ES
[id_image] => 1113
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 241
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 21.666667
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BPR6EIX
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.7
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-06-14 11:22:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Bougie Iridium BPR6EIX
[link_rewrite] => bougie-ngk-bpr6eix
[name] => Bougie NGK BPR6EIX
[id_image] => 2623
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 987
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.666667
[wholesale_price] => 79.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12054000 - GU01054001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-12-07 23:16:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU12054000 - GU01054001
[link_rewrite] => bride-arbre-a-cames
[name] => Bride Arbre A Cames
[id_image] => 2802
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 8057
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12087001 - 2A000376
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:32:32
[date_upd] => 2025-10-02 17:48:32
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU12087001 - 2A000376
[link_rewrite] => butée-aiguilles-sur-tige-embrayage-850-1000-1100-1200
[name] => Butée aiguilles sur tige embrayage 850 - 1000 - 1100 - 1200
[id_image] => 874
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9048
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 39.166667
[wholesale_price] => 22.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU04082800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-10-15 22:39:24
[date_upd] => 2020-01-15 23:04:48
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU04082800
[link_rewrite] => butée-d-embrayage
[name] => Butée d'embrayage
[id_image] => 3849
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 702
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 32.500000
[wholesale_price] => 19.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14086000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-10-05 15:11:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14086000
[link_rewrite] => butee-interieure-embrayage
[name] => Butee Interieure Embrayage
[id_image] => 3365
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1045
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 456
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.833333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU06941000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-13 12:46:15
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU06941000 Pièce n° 37
[link_rewrite] => cache-plastique-fil-bougie
[name] => Cache Plastique Fil Bougie
[id_image] => 3908
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1098
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 292
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 35.000000
[wholesale_price] => 21.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05023430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-11 12:11:33
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05023430  Sur éclaté n° 37
[link_rewrite] => cache-fil-bougie
[name] => Cache-fil bougie
[id_image] => 3644
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 3747
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.000000
[wholesale_price] => 15.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92251022
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-05-31 22:21:18
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92251022 Sur éclaté pièce n° 7
[link_rewrite] => cage-aiguille-boite
[name] => Cage Aiguille Boite
[id_image] => 3797
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1153
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 522
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.083333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03717450
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-04 18:46:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU03717450
[link_rewrite] => capuchon-bougie
[name] => Capuchon Bougie
[id_image] => 2307
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 8628
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 316
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 486.250000
[wholesale_price] => 260.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05326330
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-02-20 17:29:53
[date_upd] => 2020-03-29 16:44:23
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05326330
[link_rewrite] => cardan-breva-1100griso-norge-stelvio-b
[name] => Cardan Breva-1100Griso-Norge-Stelvio
[id_image] => 2383
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 562
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 66.666667
[wholesale_price] => 38.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05058030 - 28058060 - 13058030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.55
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-02-11 23:46:54
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05058030 - 28058060 - 13058030
[link_rewrite] => chaine-distribution-85010001100
[name] => Chaine Distribution 850/1000/1100
[id_image] => 1236
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1216
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.820000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13148300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2021-09-15 19:17:07
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU13148300
[link_rewrite] => clavette-pompe-huile
[name] => Clavette Pompe Huile
[id_image] => 3243
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 1260
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 278
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 6.750000
[wholesale_price] => 4.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93305057
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-04-03 12:10:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93305057
[link_rewrite] => collier-fixation
[name] => Collier Fixation Soufflet Cardan PM
[id_image] => 2753
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 1296
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 262
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 56.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19207220
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:55:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19207220
[link_rewrite] => contacteur-point-mort
[name] => Contacteur Point Mort
[id_image] => 1057
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => Array
(
[id_product] => 1314
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 316
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.000000
[wholesale_price] => 12.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05702530
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:17:44
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU05702530 Pièce n° 6
[link_rewrite] => courroie-alternateur
[name] => Courroie alternateur adaptable
[id_image] => 3845
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[24] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[25] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 9557
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 268
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 11.700000
[wholesale_price] => 5.810000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05217630
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2022-12-05 10:05:15
[date_upd] => 2024-06-04 18:43:52
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU05217630 Pièce n°12
[link_rewrite] => douille-sur-tige-embrayage-
[name] => Douille sur Tige embrayage
[id_image] => 4993
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 9613
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 298
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 135.000000
[wholesale_price] => 92.460000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 977149
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-06-23 12:18:53
[date_upd] => 2025-02-27 09:29:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 977149 Eclaté n° 3
[link_rewrite] => durite-essence-réservoir-injecteurs
[name] => Durite essence réservoir - injecteurs
[id_image] => 5138
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 9012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 298
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 6.030000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05157630
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-05-19 23:06:24
[date_upd] => 2018-05-19 23:14:55
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05157630  Sur éclaté n° 10
[link_rewrite] => durite-reniflard
[name] => Durite reniflard
[id_image] => 3786
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 8398
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 268
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.500000
[wholesale_price] => 15.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05157430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-18 16:12:32
[date_upd] => 2025-03-12 21:41:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05157430
[link_rewrite] => durite-reniflard-norge-1200sport-850-1100-1200breva
[name] => Durite reniflard Norge-1200Sport-850-1100-1200Breva
[id_image] => 1756
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 1438
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 114
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92603010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-09-18 22:20:20
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => GU92603010
[link_rewrite] => ecrou-culasse-m10-x-15
[name] => Ecrou culasse M10 x 1,5
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 697
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93601022
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-03-23 11:53:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93601022
[link_rewrite] => ecrou-entrée-de-boite
[name] => Ecrou Entrée De Boite
[id_image] => 3235
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8933
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.416667
[wholesale_price] => 5.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU10034100
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-17 11:34:08
[date_upd] => 2021-09-26 22:03:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU10034100
[link_rewrite] => ecrou-vis-culbuteur
[name] => Ecrou Vis Culbuteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 1537
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 12.500000
[wholesale_price] => 5.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30153000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-06 19:36:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Filtre à Huile GU30153000
[link_rewrite] => filtre-huile-moto-guzzi-1100-1200
[name] => Filtre Huile Moto Guzzi 1100 - 1200
[id_image] => 232
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 1595
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.250000
[wholesale_price] => 9.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508040 - GU96508042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-21 18:54:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU96508040 - GU96508042 Eclaté n° 19
[link_rewrite] => goujon-echappement-sur-culasses-
[name] => Goujon Echappement sur culasses
[id_image] => 3816
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 4690
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508066
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2025-05-23 17:24:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU96508066
[link_rewrite] => goujon
[name] => Goujon Fileté court Boite de vitesses
[id_image] => 5497
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 9027
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508075
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-07-04 12:09:35
[date_upd] => 2025-05-23 17:25:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU96508075
[link_rewrite] => goujon
[name] => Goujon Fileté long Boite de vitesses
[id_image] => 5498
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 2979
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 7.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13036801
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-10-12 18:22:11
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Guide Soupape 850-1000-1100
[link_rewrite] => guide-soupape-850-1000-1100
[name] => Guide Soupape 850-1000-1100
[id_image] => 4419
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 9006
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 310
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 11.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05004930
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-04-18 13:37:46
[date_upd] => 2024-11-25 18:36:32
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05004930
[link_rewrite] => jauge-moteur
[name] => Jauge huile moteur GU05004930 Moto Guzzi
[id_image] => 4238
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[39] => Array
(
[id_product] => 8949
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 0.333333
[wholesale_price] => 0.110000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12154200
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-07-05 12:38:03
[date_upd] => 2025-11-14 09:42:06
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU12154200
[link_rewrite] => rondelle-graissage-8-14-pour-vis-creuse-
[name] => Joint Alu 8 x 14
[id_image] => 3676
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
477. if (is_array($filter_block['title_values']))
478. foreach ($filter_block['title_values'] as $key => $val)
479. $title .= ' – '.$key.' '.implode('/', $val);
480.
481. $smarty->assign('categoryNameComplement', $title);
482. $this->getProducts($selected_filters, $params['catProducts'], $params['nbProducts'], $p, $n, $pages_nb, $start, $stop, $range);
483. // Need a nofollow on the pagination links?
484. $smarty->assign('no_follow', $filter_block['no_follow']);
485. }
486.
487. public function hookAfterSaveProduct($params)
Argument [0]
Array
(
[category] => Array
(
)
)
Argument [1]
Array
(
[0] => Array
(
[id_product] => 9132
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 642
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 374.166667
[wholesale_price] => 261.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886255
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 3.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-06-21 08:55:51
[date_upd] => 2023-08-11 15:07:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 886255 Pièce n° 1
[link_rewrite] => alternateur-régulateur
[name] => Alternateur - Régulateur
[id_image] => 4037
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 524
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.333333
[wholesale_price] => 12.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12031800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-20 21:57:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] =>
[link_rewrite] => axe-culbuteur-850-940-1000-1100-1200
[name] => Axe Culbuteur 850/940/1000/1100/1200
[id_image] => 2006
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 366
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.000000
[wholesale_price] => 0.960000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180220
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-28 11:30:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180220
[link_rewrite] => bouchon-caoutchouc-regard-embrayage
[name] => Bouchon Caoutchouc Regard Embrayage
[id_image] => 2520
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 965
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.666667
[wholesale_price] => 20.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12022600 - GU19351200
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-03-31 16:47:43
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => Réf : 12022600
[link_rewrite] => bouchon-culasse
[name] => Bouchon Culasse - Bouchon vidange huile
[id_image] => 2584
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 978
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.833333
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31003766
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-02-21 22:58:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] =>  Réf : GU31003766
[link_rewrite] => bouchon-vidange-aimanté-d10
[name] => Bouchon Vidange Aimanté D10
[id_image] => 2586
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 242
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.750000
[wholesale_price] => 2.100000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BPR6ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-03-13 15:56:09
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie NGK BPR6ES
[link_rewrite] => bougie-bpr6es
[name] => Bougie BPR6ES
[id_image] => 1113
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 241
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 21.666667
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BPR6EIX
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.7
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-06-14 11:22:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Bougie Iridium BPR6EIX
[link_rewrite] => bougie-ngk-bpr6eix
[name] => Bougie NGK BPR6EIX
[id_image] => 2623
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 987
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.666667
[wholesale_price] => 79.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12054000 - GU01054001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-12-07 23:16:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU12054000 - GU01054001
[link_rewrite] => bride-arbre-a-cames
[name] => Bride Arbre A Cames
[id_image] => 2802
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 8057
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12087001 - 2A000376
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:32:32
[date_upd] => 2025-10-02 17:48:32
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU12087001 - 2A000376
[link_rewrite] => butée-aiguilles-sur-tige-embrayage-850-1000-1100-1200
[name] => Butée aiguilles sur tige embrayage 850 - 1000 - 1100 - 1200
[id_image] => 874
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9048
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 39.166667
[wholesale_price] => 22.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU04082800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-10-15 22:39:24
[date_upd] => 2020-01-15 23:04:48
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU04082800
[link_rewrite] => butée-d-embrayage
[name] => Butée d'embrayage
[id_image] => 3849
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 702
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 32.500000
[wholesale_price] => 19.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14086000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-10-05 15:11:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14086000
[link_rewrite] => butee-interieure-embrayage
[name] => Butee Interieure Embrayage
[id_image] => 3365
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1045
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 456
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.833333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU06941000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-13 12:46:15
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU06941000 Pièce n° 37
[link_rewrite] => cache-plastique-fil-bougie
[name] => Cache Plastique Fil Bougie
[id_image] => 3908
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1098
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 292
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 35.000000
[wholesale_price] => 21.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05023430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-11 12:11:33
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05023430  Sur éclaté n° 37
[link_rewrite] => cache-fil-bougie
[name] => Cache-fil bougie
[id_image] => 3644
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 3747
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.000000
[wholesale_price] => 15.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92251022
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-05-31 22:21:18
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92251022 Sur éclaté pièce n° 7
[link_rewrite] => cage-aiguille-boite
[name] => Cage Aiguille Boite
[id_image] => 3797
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1153
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 522
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.083333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03717450
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-04 18:46:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU03717450
[link_rewrite] => capuchon-bougie
[name] => Capuchon Bougie
[id_image] => 2307
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 8628
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 316
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 486.250000
[wholesale_price] => 260.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05326330
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-02-20 17:29:53
[date_upd] => 2020-03-29 16:44:23
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05326330
[link_rewrite] => cardan-breva-1100griso-norge-stelvio-b
[name] => Cardan Breva-1100Griso-Norge-Stelvio
[id_image] => 2383
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 562
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 66.666667
[wholesale_price] => 38.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05058030 - 28058060 - 13058030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.55
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-02-11 23:46:54
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05058030 - 28058060 - 13058030
[link_rewrite] => chaine-distribution-85010001100
[name] => Chaine Distribution 850/1000/1100
[id_image] => 1236
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1216
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.820000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13148300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2021-09-15 19:17:07
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU13148300
[link_rewrite] => clavette-pompe-huile
[name] => Clavette Pompe Huile
[id_image] => 3243
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 1260
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 278
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 6.750000
[wholesale_price] => 4.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93305057
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-04-03 12:10:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93305057
[link_rewrite] => collier-fixation
[name] => Collier Fixation Soufflet Cardan PM
[id_image] => 2753
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 1296
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 262
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 56.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19207220
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:55:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19207220
[link_rewrite] => contacteur-point-mort
[name] => Contacteur Point Mort
[id_image] => 1057
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => Array
(
[id_product] => 1314
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 316
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.000000
[wholesale_price] => 12.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05702530
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:17:44
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU05702530 Pièce n° 6
[link_rewrite] => courroie-alternateur
[name] => Courroie alternateur adaptable
[id_image] => 3845
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[24] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[25] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 9557
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 268
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 11.700000
[wholesale_price] => 5.810000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05217630
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2022-12-05 10:05:15
[date_upd] => 2024-06-04 18:43:52
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU05217630 Pièce n°12
[link_rewrite] => douille-sur-tige-embrayage-
[name] => Douille sur Tige embrayage
[id_image] => 4993
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 9613
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 298
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 135.000000
[wholesale_price] => 92.460000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 977149
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-06-23 12:18:53
[date_upd] => 2025-02-27 09:29:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 977149 Eclaté n° 3
[link_rewrite] => durite-essence-réservoir-injecteurs
[name] => Durite essence réservoir - injecteurs
[id_image] => 5138
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 9012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 298
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 6.030000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05157630
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-05-19 23:06:24
[date_upd] => 2018-05-19 23:14:55
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05157630  Sur éclaté n° 10
[link_rewrite] => durite-reniflard
[name] => Durite reniflard
[id_image] => 3786
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 8398
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 268
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.500000
[wholesale_price] => 15.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05157430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-18 16:12:32
[date_upd] => 2025-03-12 21:41:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05157430
[link_rewrite] => durite-reniflard-norge-1200sport-850-1100-1200breva
[name] => Durite reniflard Norge-1200Sport-850-1100-1200Breva
[id_image] => 1756
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 1438
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 114
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92603010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-09-18 22:20:20
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => GU92603010
[link_rewrite] => ecrou-culasse-m10-x-15
[name] => Ecrou culasse M10 x 1,5
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 697
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93601022
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-03-23 11:53:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93601022
[link_rewrite] => ecrou-entrée-de-boite
[name] => Ecrou Entrée De Boite
[id_image] => 3235
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8933
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.416667
[wholesale_price] => 5.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU10034100
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-17 11:34:08
[date_upd] => 2021-09-26 22:03:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU10034100
[link_rewrite] => ecrou-vis-culbuteur
[name] => Ecrou Vis Culbuteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 1537
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 12.500000
[wholesale_price] => 5.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30153000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-06 19:36:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Filtre à Huile GU30153000
[link_rewrite] => filtre-huile-moto-guzzi-1100-1200
[name] => Filtre Huile Moto Guzzi 1100 - 1200
[id_image] => 232
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 1595
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.250000
[wholesale_price] => 9.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508040 - GU96508042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-21 18:54:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU96508040 - GU96508042 Eclaté n° 19
[link_rewrite] => goujon-echappement-sur-culasses-
[name] => Goujon Echappement sur culasses
[id_image] => 3816
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 4690
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508066
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2025-05-23 17:24:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU96508066
[link_rewrite] => goujon
[name] => Goujon Fileté court Boite de vitesses
[id_image] => 5497
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 9027
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508075
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-07-04 12:09:35
[date_upd] => 2025-05-23 17:25:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU96508075
[link_rewrite] => goujon
[name] => Goujon Fileté long Boite de vitesses
[id_image] => 5498
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 2979
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 7.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13036801
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-10-12 18:22:11
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Guide Soupape 850-1000-1100
[link_rewrite] => guide-soupape-850-1000-1100
[name] => Guide Soupape 850-1000-1100
[id_image] => 4419
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 9006
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 310
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 11.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05004930
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-04-18 13:37:46
[date_upd] => 2024-11-25 18:36:32
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05004930
[link_rewrite] => jauge-moteur
[name] => Jauge huile moteur GU05004930 Moto Guzzi
[id_image] => 4238
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[39] => Array
(
[id_product] => 8949
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 0.333333
[wholesale_price] => 0.110000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12154200
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-07-05 12:38:03
[date_upd] => 2025-11-14 09:42:06
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU12154200
[link_rewrite] => rondelle-graissage-8-14-pour-vis-creuse-
[name] => Joint Alu 8 x 14
[id_image] => 3676
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
Argument [2]
Argument [3]
Argument [4]
Argument [5]
Argument [6]
Argument [7]
Argument [8]
369. $time_start2 = microtime(true);
370. // Call hook method
371. if ($hook_callable)
372. $display = $moduleInstance->{'hook'.$hook_name}($hookArgs);
373. else if ($hook_retro_callable)
374. $display = $moduleInstance->{'hook'.$retro_hook_name}($hookArgs);
375. $time_end = microtime(true);
376. $delay = $time_end - $time_start2;
377. if($delay > 0.1) {
378. $delay = $time_end - $time_start;
379. // error_log(__FILE__ . ' ' . __LINE__ . ' ' . $delay . ' ' . 'hook'.$hook_name . ' ' . $array['module']);
Argument [0]
Array
(
[nbProducts] =>
[catProducts] => Array
(
[0] => Array
(
[id_product] => 9132
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 642
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 374.166667
[wholesale_price] => 261.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886255
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 3.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-06-21 08:55:51
[date_upd] => 2023-08-11 15:07:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 886255 Pièce n° 1
[link_rewrite] => alternateur-régulateur
[name] => Alternateur - Régulateur
[id_image] => 4037
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 524
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.333333
[wholesale_price] => 12.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12031800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-20 21:57:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] =>
[link_rewrite] => axe-culbuteur-850-940-1000-1100-1200
[name] => Axe Culbuteur 850/940/1000/1100/1200
[id_image] => 2006
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 366
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.000000
[wholesale_price] => 0.960000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180220
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-28 11:30:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180220
[link_rewrite] => bouchon-caoutchouc-regard-embrayage
[name] => Bouchon Caoutchouc Regard Embrayage
[id_image] => 2520
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 965
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.666667
[wholesale_price] => 20.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12022600 - GU19351200
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-03-31 16:47:43
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => Réf : 12022600
[link_rewrite] => bouchon-culasse
[name] => Bouchon Culasse - Bouchon vidange huile
[id_image] => 2584
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 978
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.833333
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31003766
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-02-21 22:58:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] =>  Réf : GU31003766
[link_rewrite] => bouchon-vidange-aimanté-d10
[name] => Bouchon Vidange Aimanté D10
[id_image] => 2586
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 242
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.750000
[wholesale_price] => 2.100000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BPR6ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-03-13 15:56:09
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie NGK BPR6ES
[link_rewrite] => bougie-bpr6es
[name] => Bougie BPR6ES
[id_image] => 1113
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 241
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 21.666667
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BPR6EIX
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.7
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-06-14 11:22:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Bougie Iridium BPR6EIX
[link_rewrite] => bougie-ngk-bpr6eix
[name] => Bougie NGK BPR6EIX
[id_image] => 2623
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 987
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.666667
[wholesale_price] => 79.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12054000 - GU01054001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-12-07 23:16:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU12054000 - GU01054001
[link_rewrite] => bride-arbre-a-cames
[name] => Bride Arbre A Cames
[id_image] => 2802
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 8057
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12087001 - 2A000376
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:32:32
[date_upd] => 2025-10-02 17:48:32
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU12087001 - 2A000376
[link_rewrite] => butée-aiguilles-sur-tige-embrayage-850-1000-1100-1200
[name] => Butée aiguilles sur tige embrayage 850 - 1000 - 1100 - 1200
[id_image] => 874
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9048
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 39.166667
[wholesale_price] => 22.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU04082800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-10-15 22:39:24
[date_upd] => 2020-01-15 23:04:48
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU04082800
[link_rewrite] => butée-d-embrayage
[name] => Butée d'embrayage
[id_image] => 3849
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 702
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 32.500000
[wholesale_price] => 19.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14086000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-10-05 15:11:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14086000
[link_rewrite] => butee-interieure-embrayage
[name] => Butee Interieure Embrayage
[id_image] => 3365
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1045
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 456
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.833333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU06941000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-13 12:46:15
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU06941000 Pièce n° 37
[link_rewrite] => cache-plastique-fil-bougie
[name] => Cache Plastique Fil Bougie
[id_image] => 3908
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1098
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 292
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 35.000000
[wholesale_price] => 21.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05023430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-11 12:11:33
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05023430  Sur éclaté n° 37
[link_rewrite] => cache-fil-bougie
[name] => Cache-fil bougie
[id_image] => 3644
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 3747
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.000000
[wholesale_price] => 15.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92251022
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-05-31 22:21:18
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92251022 Sur éclaté pièce n° 7
[link_rewrite] => cage-aiguille-boite
[name] => Cage Aiguille Boite
[id_image] => 3797
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1153
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 522
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.083333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03717450
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-04 18:46:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU03717450
[link_rewrite] => capuchon-bougie
[name] => Capuchon Bougie
[id_image] => 2307
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 8628
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 316
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 486.250000
[wholesale_price] => 260.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05326330
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-02-20 17:29:53
[date_upd] => 2020-03-29 16:44:23
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05326330
[link_rewrite] => cardan-breva-1100griso-norge-stelvio-b
[name] => Cardan Breva-1100Griso-Norge-Stelvio
[id_image] => 2383
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 562
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 66.666667
[wholesale_price] => 38.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05058030 - 28058060 - 13058030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.55
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-02-11 23:46:54
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05058030 - 28058060 - 13058030
[link_rewrite] => chaine-distribution-85010001100
[name] => Chaine Distribution 850/1000/1100
[id_image] => 1236
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1216
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.820000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13148300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2021-09-15 19:17:07
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU13148300
[link_rewrite] => clavette-pompe-huile
[name] => Clavette Pompe Huile
[id_image] => 3243
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 1260
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 278
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 6.750000
[wholesale_price] => 4.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93305057
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-04-03 12:10:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93305057
[link_rewrite] => collier-fixation
[name] => Collier Fixation Soufflet Cardan PM
[id_image] => 2753
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 1296
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 262
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 56.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19207220
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:55:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19207220
[link_rewrite] => contacteur-point-mort
[name] => Contacteur Point Mort
[id_image] => 1057
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => Array
(
[id_product] => 1314
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 316
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.000000
[wholesale_price] => 12.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05702530
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:17:44
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU05702530 Pièce n° 6
[link_rewrite] => courroie-alternateur
[name] => Courroie alternateur adaptable
[id_image] => 3845
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[24] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[25] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 9557
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 268
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 11.700000
[wholesale_price] => 5.810000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05217630
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2022-12-05 10:05:15
[date_upd] => 2024-06-04 18:43:52
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU05217630 Pièce n°12
[link_rewrite] => douille-sur-tige-embrayage-
[name] => Douille sur Tige embrayage
[id_image] => 4993
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 9613
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 298
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 135.000000
[wholesale_price] => 92.460000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 977149
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-06-23 12:18:53
[date_upd] => 2025-02-27 09:29:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 977149 Eclaté n° 3
[link_rewrite] => durite-essence-réservoir-injecteurs
[name] => Durite essence réservoir - injecteurs
[id_image] => 5138
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 9012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 298
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 6.030000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05157630
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-05-19 23:06:24
[date_upd] => 2018-05-19 23:14:55
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05157630  Sur éclaté n° 10
[link_rewrite] => durite-reniflard
[name] => Durite reniflard
[id_image] => 3786
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 8398
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 268
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.500000
[wholesale_price] => 15.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05157430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-18 16:12:32
[date_upd] => 2025-03-12 21:41:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05157430
[link_rewrite] => durite-reniflard-norge-1200sport-850-1100-1200breva
[name] => Durite reniflard Norge-1200Sport-850-1100-1200Breva
[id_image] => 1756
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 1438
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 114
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92603010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-09-18 22:20:20
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => GU92603010
[link_rewrite] => ecrou-culasse-m10-x-15
[name] => Ecrou culasse M10 x 1,5
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 697
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93601022
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-03-23 11:53:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93601022
[link_rewrite] => ecrou-entrée-de-boite
[name] => Ecrou Entrée De Boite
[id_image] => 3235
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8933
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.416667
[wholesale_price] => 5.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU10034100
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-17 11:34:08
[date_upd] => 2021-09-26 22:03:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU10034100
[link_rewrite] => ecrou-vis-culbuteur
[name] => Ecrou Vis Culbuteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 1537
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 12.500000
[wholesale_price] => 5.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30153000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-06 19:36:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Filtre à Huile GU30153000
[link_rewrite] => filtre-huile-moto-guzzi-1100-1200
[name] => Filtre Huile Moto Guzzi 1100 - 1200
[id_image] => 232
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 1595
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.250000
[wholesale_price] => 9.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508040 - GU96508042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-21 18:54:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU96508040 - GU96508042 Eclaté n° 19
[link_rewrite] => goujon-echappement-sur-culasses-
[name] => Goujon Echappement sur culasses
[id_image] => 3816
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 4690
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508066
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2025-05-23 17:24:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU96508066
[link_rewrite] => goujon
[name] => Goujon Fileté court Boite de vitesses
[id_image] => 5497
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 9027
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508075
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-07-04 12:09:35
[date_upd] => 2025-05-23 17:25:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU96508075
[link_rewrite] => goujon
[name] => Goujon Fileté long Boite de vitesses
[id_image] => 5498
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 2979
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 7.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13036801
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-10-12 18:22:11
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Guide Soupape 850-1000-1100
[link_rewrite] => guide-soupape-850-1000-1100
[name] => Guide Soupape 850-1000-1100
[id_image] => 4419
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 9006
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 310
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 11.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05004930
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-04-18 13:37:46
[date_upd] => 2024-11-25 18:36:32
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05004930
[link_rewrite] => jauge-moteur
[name] => Jauge huile moteur GU05004930 Moto Guzzi
[id_image] => 4238
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[39] => Array
(
[id_product] => 8949
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 0.333333
[wholesale_price] => 0.110000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12154200
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-07-05 12:38:03
[date_upd] => 2025-11-14 09:42:06
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU12154200
[link_rewrite] => rondelle-graissage-8-14-pour-vis-creuse-
[name] => Joint Alu 8 x 14
[id_image] => 3676
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
[hookExecuted] => 1
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-15 05:36:33
[id_lang] => 4
[id_currency] => 1
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767501393
[_domain:protected] => www.motobel.fr
[_path:protected] => /
[_cipherTool:protected] => Rijndael Object
(
[_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd
[_iv:protected] => eâxû¤@Š2ì%µàÀäZ
)
[_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc
[_iv:protected] => fTLNORxn
[_modified:protected] => 1
)
[cart] => Cart Object
(
[id] =>
[id_group_shop] => 1
[id_shop] => 1
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 4
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_group_shop] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_group_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart Object
*RECURSION*
)
)
[altern] => 1
)
184. $hookExecuted = false;
185. Hook::exec('actionProductListOverride', array(
186. 'nbProducts' => &$this->nbProducts,
187. 'catProducts' => &$this->cat_products,
188. 'hookExecuted' => &$hookExecuted,
189. ));
190.
191. // The hook was not executed, standard working
192. if (!$hookExecuted)
193. {
194. $this->context->smarty->assign('categoryNameComplement', '');
Argument [0]
actionProductListOverride
Argument [1]
Array
(
[nbProducts] =>
[catProducts] => Array
(
[0] => Array
(
[id_product] => 9132
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 642
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 374.166667
[wholesale_price] => 261.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886255
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 3.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-06-21 08:55:51
[date_upd] => 2023-08-11 15:07:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 886255 Pièce n° 1
[link_rewrite] => alternateur-régulateur
[name] => Alternateur - Régulateur
[id_image] => 4037
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 524
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.333333
[wholesale_price] => 12.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12031800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-20 21:57:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] =>
[link_rewrite] => axe-culbuteur-850-940-1000-1100-1200
[name] => Axe Culbuteur 850/940/1000/1100/1200
[id_image] => 2006
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 366
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.000000
[wholesale_price] => 0.960000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180220
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-28 11:30:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180220
[link_rewrite] => bouchon-caoutchouc-regard-embrayage
[name] => Bouchon Caoutchouc Regard Embrayage
[id_image] => 2520
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 965
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.666667
[wholesale_price] => 20.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12022600 - GU19351200
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-03-31 16:47:43
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => Réf : 12022600
[link_rewrite] => bouchon-culasse
[name] => Bouchon Culasse - Bouchon vidange huile
[id_image] => 2584
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 978
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.833333
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31003766
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-02-21 22:58:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] =>  Réf : GU31003766
[link_rewrite] => bouchon-vidange-aimanté-d10
[name] => Bouchon Vidange Aimanté D10
[id_image] => 2586
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 242
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.750000
[wholesale_price] => 2.100000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BPR6ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-03-13 15:56:09
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie NGK BPR6ES
[link_rewrite] => bougie-bpr6es
[name] => Bougie BPR6ES
[id_image] => 1113
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 241
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 21.666667
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BPR6EIX
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.7
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-06-14 11:22:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Bougie Iridium BPR6EIX
[link_rewrite] => bougie-ngk-bpr6eix
[name] => Bougie NGK BPR6EIX
[id_image] => 2623
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 987
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.666667
[wholesale_price] => 79.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12054000 - GU01054001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-12-07 23:16:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU12054000 - GU01054001
[link_rewrite] => bride-arbre-a-cames
[name] => Bride Arbre A Cames
[id_image] => 2802
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 8057
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12087001 - 2A000376
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:32:32
[date_upd] => 2025-10-02 17:48:32
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU12087001 - 2A000376
[link_rewrite] => butée-aiguilles-sur-tige-embrayage-850-1000-1100-1200
[name] => Butée aiguilles sur tige embrayage 850 - 1000 - 1100 - 1200
[id_image] => 874
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9048
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 39.166667
[wholesale_price] => 22.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU04082800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-10-15 22:39:24
[date_upd] => 2020-01-15 23:04:48
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU04082800
[link_rewrite] => butée-d-embrayage
[name] => Butée d'embrayage
[id_image] => 3849
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 702
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 32.500000
[wholesale_price] => 19.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14086000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-10-05 15:11:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14086000
[link_rewrite] => butee-interieure-embrayage
[name] => Butee Interieure Embrayage
[id_image] => 3365
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1045
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 456
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.833333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU06941000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-13 12:46:15
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU06941000 Pièce n° 37
[link_rewrite] => cache-plastique-fil-bougie
[name] => Cache Plastique Fil Bougie
[id_image] => 3908
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1098
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 292
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 35.000000
[wholesale_price] => 21.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05023430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-11 12:11:33
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05023430  Sur éclaté n° 37
[link_rewrite] => cache-fil-bougie
[name] => Cache-fil bougie
[id_image] => 3644
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 3747
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.000000
[wholesale_price] => 15.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92251022
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-05-31 22:21:18
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92251022 Sur éclaté pièce n° 7
[link_rewrite] => cage-aiguille-boite
[name] => Cage Aiguille Boite
[id_image] => 3797
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1153
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 522
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.083333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03717450
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-04 18:46:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU03717450
[link_rewrite] => capuchon-bougie
[name] => Capuchon Bougie
[id_image] => 2307
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 8628
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 316
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 486.250000
[wholesale_price] => 260.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05326330
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-02-20 17:29:53
[date_upd] => 2020-03-29 16:44:23
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05326330
[link_rewrite] => cardan-breva-1100griso-norge-stelvio-b
[name] => Cardan Breva-1100Griso-Norge-Stelvio
[id_image] => 2383
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 562
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 66.666667
[wholesale_price] => 38.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05058030 - 28058060 - 13058030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.55
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-02-11 23:46:54
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05058030 - 28058060 - 13058030
[link_rewrite] => chaine-distribution-85010001100
[name] => Chaine Distribution 850/1000/1100
[id_image] => 1236
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1216
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.820000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13148300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2021-09-15 19:17:07
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU13148300
[link_rewrite] => clavette-pompe-huile
[name] => Clavette Pompe Huile
[id_image] => 3243
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 1260
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 278
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 6.750000
[wholesale_price] => 4.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93305057
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-04-03 12:10:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93305057
[link_rewrite] => collier-fixation
[name] => Collier Fixation Soufflet Cardan PM
[id_image] => 2753
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 1296
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 262
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 56.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19207220
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:55:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19207220
[link_rewrite] => contacteur-point-mort
[name] => Contacteur Point Mort
[id_image] => 1057
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => Array
(
[id_product] => 1314
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 316
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.000000
[wholesale_price] => 12.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05702530
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:17:44
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU05702530 Pièce n° 6
[link_rewrite] => courroie-alternateur
[name] => Courroie alternateur adaptable
[id_image] => 3845
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[24] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[25] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 9557
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 268
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 11.700000
[wholesale_price] => 5.810000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05217630
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2022-12-05 10:05:15
[date_upd] => 2024-06-04 18:43:52
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU05217630 Pièce n°12
[link_rewrite] => douille-sur-tige-embrayage-
[name] => Douille sur Tige embrayage
[id_image] => 4993
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 9613
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 298
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 135.000000
[wholesale_price] => 92.460000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 977149
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-06-23 12:18:53
[date_upd] => 2025-02-27 09:29:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => 977149 Eclaté n° 3
[link_rewrite] => durite-essence-réservoir-injecteurs
[name] => Durite essence réservoir - injecteurs
[id_image] => 5138
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 9012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 298
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 6.030000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05157630
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-05-19 23:06:24
[date_upd] => 2018-05-19 23:14:55
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05157630  Sur éclaté n° 10
[link_rewrite] => durite-reniflard
[name] => Durite reniflard
[id_image] => 3786
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 8398
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 268
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 25.500000
[wholesale_price] => 15.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05157430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-18 16:12:32
[date_upd] => 2025-03-12 21:41:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05157430
[link_rewrite] => durite-reniflard-norge-1200sport-850-1100-1200breva
[name] => Durite reniflard Norge-1200Sport-850-1100-1200Breva
[id_image] => 1756
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 1438
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 114
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92603010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-09-18 22:20:20
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => GU92603010
[link_rewrite] => ecrou-culasse-m10-x-15
[name] => Ecrou culasse M10 x 1,5
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 697
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93601022
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-03-23 11:53:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93601022
[link_rewrite] => ecrou-entrée-de-boite
[name] => Ecrou Entrée De Boite
[id_image] => 3235
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8933
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.416667
[wholesale_price] => 5.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU10034100
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-17 11:34:08
[date_upd] => 2021-09-26 22:03:00
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU10034100
[link_rewrite] => ecrou-vis-culbuteur
[name] => Ecrou Vis Culbuteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 1537
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 12.500000
[wholesale_price] => 5.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30153000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-06 19:36:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Filtre à Huile GU30153000
[link_rewrite] => filtre-huile-moto-guzzi-1100-1200
[name] => Filtre Huile Moto Guzzi 1100 - 1200
[id_image] => 232
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 1595
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.250000
[wholesale_price] => 9.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508040 - GU96508042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-21 18:54:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU96508040 - GU96508042 Eclaté n° 19
[link_rewrite] => goujon-echappement-sur-culasses-
[name] => Goujon Echappement sur culasses
[id_image] => 3816
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 4690
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508066
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2025-05-23 17:24:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU96508066
[link_rewrite] => goujon
[name] => Goujon Fileté court Boite de vitesses
[id_image] => 5497
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 9027
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU96508075
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-07-04 12:09:35
[date_upd] => 2025-05-23 17:25:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU96508075
[link_rewrite] => goujon
[name] => Goujon Fileté long Boite de vitesses
[id_image] => 5498
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 2979
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 7.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13036801
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-10-12 18:22:11
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Guide Soupape 850-1000-1100
[link_rewrite] => guide-soupape-850-1000-1100
[name] => Guide Soupape 850-1000-1100
[id_image] => 4419
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 9006
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 310
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 11.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05004930
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2018-04-18 13:37:46
[date_upd] => 2024-11-25 18:36:32
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU05004930
[link_rewrite] => jauge-moteur
[name] => Jauge huile moteur GU05004930 Moto Guzzi
[id_image] => 4238
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[39] => Array
(
[id_product] => 8949
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 0.333333
[wholesale_price] => 0.110000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12154200
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-07-05 12:38:03
[date_upd] => 2025-11-14 09:42:06
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU12154200
[link_rewrite] => rondelle-graissage-8-14-pour-vis-creuse-
[name] => Joint Alu 8 x 14
[id_image] => 3676
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
[hookExecuted] => 1
)
109. $this->productSort(); // Product sort must be called before assignProductList()
110.
111. $this->assignScenes();
112. $this->assignSubcategories();
113. if ($this->category->id != 1)
114. $this->assignProductList();
115. // print_r($this->cat_products);
116. // mail('blaise@motobel.fr', 'Debug shop initContent', print_r($this->cat_products, true));
117.
118. $this->context->smarty->assign(array(
119. 'category' => $this->category,
163. }
164. if (!$this->content_only && ($this->display_header || (isset($this->className) && $this->className)))
165. $this->initHeader();
166.
167. if ($this->viewAccess()) {
168. $this->initContent();
169. }
170. else {
171. $this->errors[] = Tools::displayError('Access denied.');
172. }
173.
390. {
391. $mycontroller = Controller::getController($controller_class);
392. if( $_SERVER['REMOTE_ADDR']== IP_DEBUG_BLAISE) {
393. // mail('blaise2@motobel.fr', $time_start . ' ' . __FILE__ . ' ' . __LINE__, $_SERVER['REQUEST_URI'] . print_r($this, true));
394. }
395. $mycontroller->run();
396. if( $_SERVER['REMOTE_ADDR']== IP_DEBUG_BLAISE) {
397. // mail('blaise2@motobel.fr', $time_start . ' ' . __FILE__ . ' ' . __LINE__, $_SERVER['REQUEST_URI'] . print_r($this, true));
398. }
399. }
400. catch (PrestaShopException $e)
75.
76. if( $_SERVER['REMOTE_ADDR']== IP_DEBUG_BLAISE) {
77. //mail('blaise2@motobel.fr', $time_start . ' ' . __FILE__ . ' ' . __LINE__, $_SERVER['REQUEST_URI']);
78. }
79.
80. Dispatcher::getInstance()->dispatch();
81.
82. $time_end = microtime(true);
83. $delay = $time_end - $time_start;
84. if($delay > 1) {
85. // error_log(__FILE__ . ' ' . __LINE__ . ' ' . $delay);