User 'motobelfqtmtbpre' has exceeded the 'max_questions' resource (current value: 40000)SELECT COUNT(*) FROM ps_pack WHERE id_product_pack = 965 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 COUNT(*) FROM ps_pack WHERE id_product_pack = 965 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 COUNT(*) FROM ps_pack WHERE id_product_pack = 965 LIMIT 1
540. public function getValue($sql, $use_cache = true)
541. {
542. if ($sql instanceof DbQuery)
543. $sql = $sql->build();
544.
545. if (!$result = $this->getRow($sql, $use_cache))
546. return false;
547. return array_shift($result);
548. }
549.
550. /**
Argument [0] SELECT COUNT(*) FROM ps_pack WHERE id_product_pack = 965 Argument [1] 1
35. if (!Pack::isFeatureActive())
36. return false;
37.
38. if (!array_key_exists($id_product, self::$cacheIsPack))
39. {
40. $result = Db::getInstance()->getValue('SELECT COUNT(*) FROM '._DB_PREFIX_.'pack WHERE id_product_pack = '.(int)$id_product);
41. self::$cacheIsPack[$id_product] = ($result > 0);
42. }
43. return self::$cacheIsPack[$id_product];
44. }
45.
Argument [0] SELECT COUNT(*) FROM ps_pack WHERE id_product_pack = 965
2661. * @return integer Available quantities
2662. */
2663. public static function getQuantity($id_product, $id_product_attribute = null, $cache_is_pack = null)
2664. {
2665. $lang = Configuration::get('PS_LANG_DEFAULT');
2666. if ((int)$cache_is_pack || ($cache_is_pack === null && Pack::isPack((int)$id_product)))
2667. {
2668. if (!Pack::isInStock((int)$id_product))
2669. return 0;
2670. }
2671.
Argument [0] 965
3576. $row['id_product_attribute'],
3577. isset($row['cache_is_pack']) ? $row['cache_is_pack'] : null
3578. );
3579. }
3580. else
3581. $row['quantity'] = Product::getQuantity((int)$row['id_product']);
3582.
3583. $row['id_image'] = Product::defineProductImage($row, $id_lang);
3584. $row['features'] = Product::getFrontFeaturesStatic((int)$id_lang, $row['id_product']);
3585.
3586. $row['attachments'] = array();
Argument [0] 965
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] => 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
)
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] => 3214
[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] => 514.166667
[wholesale_price] => 359.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30712460_GU37712405
[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] => 2012-04-16 18:20:37
[date_upd] => 2025-01-28 16:30:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30712460_GU37712405
Sur éclaté n° 1
[link_rewrite] => alternateur-ducati
[name] => Alternateur Ducati Energia
[id_image] => 3924
[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] => 229
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 280
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 15.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91112122 - GU91112128
[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] => 2025-07-28 16:34:52
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU91112122 - GU91112128
[link_rewrite] => bague-bronze-pied-de-bielle-
[name] => Bague Bronze Pied de Bielle
[id_image] => 2735
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 230
[id_supplier] => 0
[id_manufacturer] => 50
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 980.000000
[wholesale_price] => 700.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MO-GZ 8M5512S-00
[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] => 2012-04-16 18:12:12
[date_upd] => 2023-03-07 20:30:24
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => MO-GZÂ 8M5512S-00
[link_rewrite] => bielles-forgées-carrillo-850-1000-1100-la-paire
[name] => Bielles Forgées Carrillo 850 - 1000 - 1100 La Paire
[id_image] => 829
[legend] =>
[manufacturer_name] => CARILLO
[new] => 0
)
[4] => 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
)
[5] => 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
)
[6] => Array
(
[id_product] => 967
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 310
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU37065405
[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] => 2023-04-15 17:51:01
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU37065405 Sur éclaté n° 18
[link_rewrite] => bouchon-epurateur-vilebrequin
[name] => Bouchon Epurateur Vilebrequin
[id_image] => 5092
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 974
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 304
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.333333
[wholesale_price] => 14.180000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19206501 - 2A000823
[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] => 2025-06-12 16:17:21
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19206501 - 2A000823
[link_rewrite] => bouchon-remplissage-boite-vitesses-ou-pont
[name] => Bouchon Remplissage Pont avec mise à l'air
[id_image] => 2608
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => 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
)
[9] => 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
)
[10] => 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
)
[11] => 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
)
[12] => 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
)
[13] => Array
(
[id_product] => 8162
[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] => 87.500000
[wholesale_price] => 52.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082800
[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] => 2013-05-08 00:24:18
[date_upd] => 2024-11-27 18:10:39
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Butée Embrayage
[link_rewrite] => butée-embrayage-
[name] => Butée Embrayage
[id_image] => 1073
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[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] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 8353
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 768
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 231.666667
[wholesale_price] => 140.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1038200
[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] => 2014-09-30 18:53:53
[date_upd] => 2025-02-10 16:18:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => Centrale Electronique Ajustement Richesse
avec 1 seule sonde lambda
[link_rewrite] => centrale-modification-sonde-lambda
[name] => Centrale Electronique Ajustement Richesse Moteur
[id_image] => 1675
[legend] =>
[manufacturer_name] => MOTOBEL
[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] => 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
)
[19] => 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
)
[20] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[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] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[21] => Array
(
[id_product] => 1317
[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] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[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-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 552
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 388
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 241.666667
[wholesale_price] => 119.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1154720
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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-09-25 18:19:49
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => Demarreur Adaptable Type Valeo
[link_rewrite] => demarreur-adaptable-valeo
[name] => Demarreur Adaptable Type Valeo
[id_image] => 1148
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 707
[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] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[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-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => 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
)
[27] => 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
)
[28] => Array
(
[id_product] => 1407
[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] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[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] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 593
[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] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[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-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[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] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 1456
[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] => 13.000000
[wholesale_price] => 7.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93601020
[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] => 2016-12-01 17:48:54
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Ref : 93601020
[link_rewrite] => ecrou-de-boite
[name] => Ecrou De Boite
[id_image] =>
[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] => 1512
[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] => 17.500000
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU18001150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[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-07-04 09:46:47
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU18001150
[link_rewrite] => entretoise-carter-alternateur-plastique
[name] => Entretoise Carter Alternateur Plastique
[id_image] => 3295
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => 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
)
[35] => 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
)
[36] => 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
)
[37] => 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
)
[38] => 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
)
[39] => Array
(
[id_product] => 1646
[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] => 6.666667
[wholesale_price] => 2.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01004900
[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] => 2020-04-09 12:49:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU01004900
[link_rewrite] => jauge-huile-moteur-gu01004900-moto-guzzi
[name] => Jauge huile moteur GU01004900 Moto Guzzi
[id_image] => 4240
[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] => 3214
[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] => 514.166667
[wholesale_price] => 359.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30712460_GU37712405
[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] => 2012-04-16 18:20:37
[date_upd] => 2025-01-28 16:30:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30712460_GU37712405
Sur éclaté n° 1
[link_rewrite] => alternateur-ducati
[name] => Alternateur Ducati Energia
[id_image] => 3924
[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] => 229
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 280
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 15.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91112122 - GU91112128
[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] => 2025-07-28 16:34:52
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU91112122 - GU91112128
[link_rewrite] => bague-bronze-pied-de-bielle-
[name] => Bague Bronze Pied de Bielle
[id_image] => 2735
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 230
[id_supplier] => 0
[id_manufacturer] => 50
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 980.000000
[wholesale_price] => 700.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MO-GZ 8M5512S-00
[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] => 2012-04-16 18:12:12
[date_upd] => 2023-03-07 20:30:24
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => MO-GZÂ 8M5512S-00
[link_rewrite] => bielles-forgées-carrillo-850-1000-1100-la-paire
[name] => Bielles Forgées Carrillo 850 - 1000 - 1100 La Paire
[id_image] => 829
[legend] =>
[manufacturer_name] => CARILLO
[new] => 0
)
[4] => 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
)
[5] => 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
)
[6] => Array
(
[id_product] => 967
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 310
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU37065405
[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] => 2023-04-15 17:51:01
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU37065405 Sur éclaté n° 18
[link_rewrite] => bouchon-epurateur-vilebrequin
[name] => Bouchon Epurateur Vilebrequin
[id_image] => 5092
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 974
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 304
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.333333
[wholesale_price] => 14.180000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19206501 - 2A000823
[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] => 2025-06-12 16:17:21
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19206501 - 2A000823
[link_rewrite] => bouchon-remplissage-boite-vitesses-ou-pont
[name] => Bouchon Remplissage Pont avec mise à l'air
[id_image] => 2608
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => 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
)
[9] => 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
)
[10] => 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
)
[11] => 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
)
[12] => 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
)
[13] => Array
(
[id_product] => 8162
[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] => 87.500000
[wholesale_price] => 52.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082800
[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] => 2013-05-08 00:24:18
[date_upd] => 2024-11-27 18:10:39
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Butée Embrayage
[link_rewrite] => butée-embrayage-
[name] => Butée Embrayage
[id_image] => 1073
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[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] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 8353
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 768
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 231.666667
[wholesale_price] => 140.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1038200
[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] => 2014-09-30 18:53:53
[date_upd] => 2025-02-10 16:18:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => Centrale Electronique Ajustement Richesse
avec 1 seule sonde lambda
[link_rewrite] => centrale-modification-sonde-lambda
[name] => Centrale Electronique Ajustement Richesse Moteur
[id_image] => 1675
[legend] =>
[manufacturer_name] => MOTOBEL
[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] => 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
)
[19] => 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
)
[20] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[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] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[21] => Array
(
[id_product] => 1317
[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] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[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-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 552
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 388
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 241.666667
[wholesale_price] => 119.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1154720
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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-09-25 18:19:49
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => Demarreur Adaptable Type Valeo
[link_rewrite] => demarreur-adaptable-valeo
[name] => Demarreur Adaptable Type Valeo
[id_image] => 1148
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 707
[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] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[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-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => 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
)
[27] => 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
)
[28] => Array
(
[id_product] => 1407
[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] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[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] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 593
[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] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[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-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[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] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 1456
[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] => 13.000000
[wholesale_price] => 7.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93601020
[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] => 2016-12-01 17:48:54
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Ref : 93601020
[link_rewrite] => ecrou-de-boite
[name] => Ecrou De Boite
[id_image] =>
[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] => 1512
[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] => 17.500000
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU18001150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[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-07-04 09:46:47
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU18001150
[link_rewrite] => entretoise-carter-alternateur-plastique
[name] => Entretoise Carter Alternateur Plastique
[id_image] => 3295
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => 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
)
[35] => 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
)
[36] => 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
)
[37] => 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
)
[38] => 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
)
[39] => Array
(
[id_product] => 1646
[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] => 6.666667
[wholesale_price] => 2.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01004900
[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] => 2020-04-09 12:49:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU01004900
[link_rewrite] => jauge-huile-moteur-gu01004900-moto-guzzi
[name] => Jauge huile moteur GU01004900 Moto Guzzi
[id_image] => 4240
[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] => 3214
[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] => 514.166667
[wholesale_price] => 359.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30712460_GU37712405
[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] => 2012-04-16 18:20:37
[date_upd] => 2025-01-28 16:30:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30712460_GU37712405
Sur éclaté n° 1
[link_rewrite] => alternateur-ducati
[name] => Alternateur Ducati Energia
[id_image] => 3924
[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] => 229
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 280
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 15.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91112122 - GU91112128
[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] => 2025-07-28 16:34:52
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU91112122 - GU91112128
[link_rewrite] => bague-bronze-pied-de-bielle-
[name] => Bague Bronze Pied de Bielle
[id_image] => 2735
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 230
[id_supplier] => 0
[id_manufacturer] => 50
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 980.000000
[wholesale_price] => 700.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MO-GZ 8M5512S-00
[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] => 2012-04-16 18:12:12
[date_upd] => 2023-03-07 20:30:24
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => MO-GZÂ 8M5512S-00
[link_rewrite] => bielles-forgées-carrillo-850-1000-1100-la-paire
[name] => Bielles Forgées Carrillo 850 - 1000 - 1100 La Paire
[id_image] => 829
[legend] =>
[manufacturer_name] => CARILLO
[new] => 0
)
[4] => 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
)
[5] => 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
)
[6] => Array
(
[id_product] => 967
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 310
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU37065405
[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] => 2023-04-15 17:51:01
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU37065405 Sur éclaté n° 18
[link_rewrite] => bouchon-epurateur-vilebrequin
[name] => Bouchon Epurateur Vilebrequin
[id_image] => 5092
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 974
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 304
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.333333
[wholesale_price] => 14.180000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19206501 - 2A000823
[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] => 2025-06-12 16:17:21
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19206501 - 2A000823
[link_rewrite] => bouchon-remplissage-boite-vitesses-ou-pont
[name] => Bouchon Remplissage Pont avec mise à l'air
[id_image] => 2608
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => 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
)
[9] => 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
)
[10] => 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
)
[11] => 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
)
[12] => 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
)
[13] => Array
(
[id_product] => 8162
[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] => 87.500000
[wholesale_price] => 52.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082800
[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] => 2013-05-08 00:24:18
[date_upd] => 2024-11-27 18:10:39
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Butée Embrayage
[link_rewrite] => butée-embrayage-
[name] => Butée Embrayage
[id_image] => 1073
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[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] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 8353
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 768
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 231.666667
[wholesale_price] => 140.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1038200
[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] => 2014-09-30 18:53:53
[date_upd] => 2025-02-10 16:18:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => Centrale Electronique Ajustement Richesse
avec 1 seule sonde lambda
[link_rewrite] => centrale-modification-sonde-lambda
[name] => Centrale Electronique Ajustement Richesse Moteur
[id_image] => 1675
[legend] =>
[manufacturer_name] => MOTOBEL
[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] => 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
)
[19] => 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
)
[20] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[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] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[21] => Array
(
[id_product] => 1317
[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] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[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-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 552
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 388
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 241.666667
[wholesale_price] => 119.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1154720
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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-09-25 18:19:49
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => Demarreur Adaptable Type Valeo
[link_rewrite] => demarreur-adaptable-valeo
[name] => Demarreur Adaptable Type Valeo
[id_image] => 1148
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 707
[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] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[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-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => 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
)
[27] => 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
)
[28] => Array
(
[id_product] => 1407
[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] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[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] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 593
[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] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[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-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[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] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 1456
[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] => 13.000000
[wholesale_price] => 7.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93601020
[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] => 2016-12-01 17:48:54
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Ref : 93601020
[link_rewrite] => ecrou-de-boite
[name] => Ecrou De Boite
[id_image] =>
[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] => 1512
[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] => 17.500000
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU18001150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[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-07-04 09:46:47
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU18001150
[link_rewrite] => entretoise-carter-alternateur-plastique
[name] => Entretoise Carter Alternateur Plastique
[id_image] => 3295
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => 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
)
[35] => 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
)
[36] => 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
)
[37] => 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
)
[38] => 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
)
[39] => Array
(
[id_product] => 1646
[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] => 6.666667
[wholesale_price] => 2.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01004900
[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] => 2020-04-09 12:49:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU01004900
[link_rewrite] => jauge-huile-moteur-gu01004900-moto-guzzi
[name] => Jauge huile moteur GU01004900 Moto Guzzi
[id_image] => 4240
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
[hookExecuted] => 1
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-15 05:31:43
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 690
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767501104
[_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] => 3214
[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] => 514.166667
[wholesale_price] => 359.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30712460_GU37712405
[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] => 2012-04-16 18:20:37
[date_upd] => 2025-01-28 16:30:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30712460_GU37712405
Sur éclaté n° 1
[link_rewrite] => alternateur-ducati
[name] => Alternateur Ducati Energia
[id_image] => 3924
[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] => 229
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 280
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 15.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91112122 - GU91112128
[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] => 2025-07-28 16:34:52
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU91112122 - GU91112128
[link_rewrite] => bague-bronze-pied-de-bielle-
[name] => Bague Bronze Pied de Bielle
[id_image] => 2735
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 230
[id_supplier] => 0
[id_manufacturer] => 50
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 980.000000
[wholesale_price] => 700.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MO-GZ 8M5512S-00
[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] => 2012-04-16 18:12:12
[date_upd] => 2023-03-07 20:30:24
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => MO-GZÂ 8M5512S-00
[link_rewrite] => bielles-forgées-carrillo-850-1000-1100-la-paire
[name] => Bielles Forgées Carrillo 850 - 1000 - 1100 La Paire
[id_image] => 829
[legend] =>
[manufacturer_name] => CARILLO
[new] => 0
)
[4] => 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
)
[5] => 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
)
[6] => Array
(
[id_product] => 967
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 310
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU37065405
[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] => 2023-04-15 17:51:01
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU37065405 Sur éclaté n° 18
[link_rewrite] => bouchon-epurateur-vilebrequin
[name] => Bouchon Epurateur Vilebrequin
[id_image] => 5092
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 974
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 304
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.333333
[wholesale_price] => 14.180000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19206501 - 2A000823
[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] => 2025-06-12 16:17:21
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19206501 - 2A000823
[link_rewrite] => bouchon-remplissage-boite-vitesses-ou-pont
[name] => Bouchon Remplissage Pont avec mise à l'air
[id_image] => 2608
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => 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
)
[9] => 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
)
[10] => 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
)
[11] => 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
)
[12] => 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
)
[13] => Array
(
[id_product] => 8162
[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] => 87.500000
[wholesale_price] => 52.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082800
[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] => 2013-05-08 00:24:18
[date_upd] => 2024-11-27 18:10:39
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Butée Embrayage
[link_rewrite] => butée-embrayage-
[name] => Butée Embrayage
[id_image] => 1073
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[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] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 8353
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 768
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 231.666667
[wholesale_price] => 140.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1038200
[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] => 2014-09-30 18:53:53
[date_upd] => 2025-02-10 16:18:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => Centrale Electronique Ajustement Richesse
avec 1 seule sonde lambda
[link_rewrite] => centrale-modification-sonde-lambda
[name] => Centrale Electronique Ajustement Richesse Moteur
[id_image] => 1675
[legend] =>
[manufacturer_name] => MOTOBEL
[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] => 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
)
[19] => 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
)
[20] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[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] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[21] => Array
(
[id_product] => 1317
[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] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[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-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 552
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 388
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 241.666667
[wholesale_price] => 119.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1154720
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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-09-25 18:19:49
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => Demarreur Adaptable Type Valeo
[link_rewrite] => demarreur-adaptable-valeo
[name] => Demarreur Adaptable Type Valeo
[id_image] => 1148
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 707
[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] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[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-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => 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
)
[27] => 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
)
[28] => Array
(
[id_product] => 1407
[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] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[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] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 593
[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] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[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-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[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] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 1456
[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] => 13.000000
[wholesale_price] => 7.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93601020
[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] => 2016-12-01 17:48:54
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Ref : 93601020
[link_rewrite] => ecrou-de-boite
[name] => Ecrou De Boite
[id_image] =>
[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] => 1512
[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] => 17.500000
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU18001150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[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-07-04 09:46:47
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU18001150
[link_rewrite] => entretoise-carter-alternateur-plastique
[name] => Entretoise Carter Alternateur Plastique
[id_image] => 3295
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => 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
)
[35] => 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
)
[36] => 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
)
[37] => 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
)
[38] => 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
)
[39] => Array
(
[id_product] => 1646
[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] => 6.666667
[wholesale_price] => 2.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01004900
[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] => 2020-04-09 12:49:05
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU01004900
[link_rewrite] => jauge-huile-moteur-gu01004900-moto-guzzi
[name] => Jauge huile moteur GU01004900 Moto Guzzi
[id_image] => 4240
[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);