User 'motobelfqtmtbpre' has exceeded the 'max_questions' resource (current value: 40000)
SELECT *, ( IF ('2025-12-15 05:36:33' >= `from` AND '2025-12-15 05:36:33' <= `to`, 1, 0) + IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE `id_product` IN (0, 974)
AND `id_product_attribute` IN (0, 0)
AND `id_shop` IN (0, 1)
AND `id_currency` IN (0, 1)
AND `id_country` IN (0, 8)
AND `id_group` IN (0, 1)
AND `id_customer` IN (0, 0)
AND `from_quantity` <= 1
AND
(
(`from` = '0000-00-00 00:00:00' OR '2025-12-15 05:36:33' >= `from`)
AND
(`to` = '0000-00-00 00:00:00' OR '2025-12-15 05:36:33' <= `to`)
)
AND id_cart IN (0, 0)
ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `score` DESC 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 *, ( IF ('2025-12-15 05:36:33' >= `from` AND '2025-12-15 05:36:33' <= `to`, 1, 0) + IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE `id_product` IN (0, 974)
AND `id_product_attribute` IN (0, 0)
AND `id_shop` IN (0, 1)
AND `id_currency` IN (0, 1)
AND `id_country` IN (0, 8)
AND `id_group` IN (0, 1)
AND `id_customer` IN (0, 0)
AND `from_quantity` <= 1
AND
(
(`from` = '0000-00-00 00:00:00' OR '2025-12-15 05:36:33' >= `from`)
AND
(`to` = '0000-00-00 00:00:00' OR '2025-12-15 05:36:33' <= `to`)
)
AND id_cart IN (0, 0)
ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `score` DESC 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 *, ( IF ('2025-12-15 05:36:33' >= `from` AND '2025-12-15 05:36:33' <= `to`, 1, 0) + IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE `id_product` IN (0, 974)
AND `id_product_attribute` IN (0, 0)
AND `id_shop` IN (0, 1)
AND `id_currency` IN (0, 1)
AND `id_country` IN (0, 8)
AND `id_group` IN (0, 1)
AND `id_customer` IN (0, 0)
AND `from_quantity` <= 1
AND
(
(`from` = '0000-00-00 00:00:00' OR '2025-12-15 05:36:33' >= `from`)
AND
(`to` = '0000-00-00 00:00:00' OR '2025-12-15 05:36:33' <= `to`)
)
AND id_cart IN (0, 0)
ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `score` DESC LIMIT 1
227. (`from` = \'0000-00-00 00:00:00\' OR \''.$now.'\' >= `from`)
228. AND
229. (`to` = \'0000-00-00 00:00:00\' OR \''.$now.'\' <= `to`)
230. )
231. AND id_cart IN (0, '.(int)$id_cart.')
232. ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `score` DESC');
233. }
234. return self::$_specificPriceCache[$key];
235. }
236.
237. public static function setPriorities($priorities)
Argument [0]
SELECT *, ( IF ('2025-12-15 05:36:33' >= `from` AND '2025-12-15 05:36:33' <= `to`, 1, 0) + IF (`id_group` = 1, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE `id_product` IN (0, 974)
AND `id_product_attribute` IN (0, 0)
AND `id_shop` IN (0, 1)
AND `id_currency` IN (0, 1)
AND `id_country` IN (0, 8)
AND `id_group` IN (0, 1)
AND `id_customer` IN (0, 0)
AND `from_quantity` <= 1
AND
(
(`from` = '0000-00-00 00:00:00' OR '2025-12-15 05:36:33' >= `from`)
AND
(`to` = '0000-00-00 00:00:00' OR '2025-12-15 05:36:33' <= `to`)
)
AND id_cart IN (0, 0)
ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `score` DESC
2409. $id_group,
2410. $quantity,
2411. $id_product_attribute,
2412. $id_customer,
2413. $id_cart
2414. );
2415.
2416. if (isset(self::$_prices[$cache_id]))
2417. return self::$_prices[$cache_id];
2418.
2419. // fetch price & attribute price
Argument [0] 974 Argument [1] 1 Argument [2] 1 Argument [3] 8 Argument [4] 1 Argument [5] 1 Argument [6] Argument [7] 0 Argument [8]
2359. $specific_price_output,
2360. $use_group_reduction,
2361. $id_customer,
2362. $use_customer_price,
2363. $id_cart
2364. );
2365. }
2366.
2367. /**
2368. * Price calculation / Get product price
2369. *
Argument [0] 1 Argument [1] 974 Argument [2] Argument [3] 8 Argument [4] 0 Argument [5] 0 Argument [6] 1 Argument [7] 1 Argument [8] 1 Argument [9] Argument [10] 6 Argument [11] Argument [12] 1 Argument [13] 1 Argument [14] Argument [15] 1 Argument [16] 0 Argument [17] 1 Argument [18]
3504. $row['price_tax_exc'] = Product::getPriceStatic(
3505. (int)$row['id_product'],
3506. false,
3507. ((isset($row['id_product_attribute']) && !empty($row['id_product_attribute'])) ? (int)$row['id_product_attribute'] : null),
3508. (self::$_taxCalculationMethod == PS_TAX_EXC ? 2 : 6)
3509. );
3510.
3511. if (self::$_taxCalculationMethod == PS_TAX_EXC)
3512. {
3513. $row['price_tax_exc'] = Tools::ps_round($row['price_tax_exc'], 2);
3514. $row['price'] = Product::getPriceStatic(
Argument [0] 974 Argument [1] Argument [2] Argument [3] 6
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] => 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
)
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] => 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
)
[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
)
[2] => 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
)
[3] => 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
)
[4] => 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
)
[5] => 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
)
[6] => Array
(
[id_product] => 8039
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 886
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 154.166667
[wholesale_price] => 85.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1053130
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.6
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[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-04 17:33:28
[date_upd] => 2024-12-10 15:37:53
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Cache Alternateur  Aluminium Poli V50-V65-V75-V7
[link_rewrite] => cache-alternateur-v50-v65-v75-v7
[name] => Cache Alternateur V50-V65-V75-V7
[id_image] => 811
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 1153
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 522
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.083333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03717450
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-04 18:46:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU03717450
[link_rewrite] => capuchon-bougie
[name] => Capuchon Bougie
[id_image] => 2307
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => 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
)
[9] => Array
(
[id_product] => 9585
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 886
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.200000
[wholesale_price] => 4.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90272075
[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] => 2023-03-08 23:09:09
[date_upd] => 2025-09-16 12:32:48
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90272075 Sur éclaté n° 3
[link_rewrite] => clips-embrayage-v50-v65-v75-v7
[name] => Clips Embrayage V50 - V65 - V75 - V7
[id_image] => 5057
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 1247
[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] => 7.666667
[wholesale_price] => 4.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27061385 - GU90351037
[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] => 2024-06-17 16:20:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU27061385 - GU90351037  Eclaté n° 23
[link_rewrite] => clips-piston
[name] => Clips Piston
[id_image] => 3669
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => 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
)
[12] => 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
)
[13] => Array
(
[id_product] => 1306
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.000000
[wholesale_price] => 38.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19083462
[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-30 16:29:03
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19083462
[link_rewrite] => coupelle-embrayage
[name] => Coupelle Embrayage
[id_image] => 4091
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 9256
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 291
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 11.666667
[wholesale_price] => 7.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8134378
[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] => 2020-06-06 16:26:08
[date_upd] => 2020-06-06 16:32:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8144378 Sur éclaté n° 21
[link_rewrite] => douille-sur-silent-bloc
[name] => Douille sur Silent-bloc
[id_image] => 4334
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 9131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 528
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 8.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32159610
[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] => 2019-06-21 08:48:48
[date_upd] => 2023-11-08 09:47:34
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32159610 Pièce n° 28
[link_rewrite] => durite-reniflard
[name] => Durite reniflard
[id_image] => 4434
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 1429
[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] => 12.833333
[wholesale_price] => 7.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU10054100
[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] => 2025-06-12 16:16:53
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU10054100 Sur éclaté réf 12
[link_rewrite] => ecrou-boite-de-vitesses
[name] => Ecrou Boite de Vitesses
[id_image] => 3789
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 4368
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 762
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.166667
[wholesale_price] => 10.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19356760
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.03
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-01-16 13:32:55
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Ref : GU19356760
[link_rewrite] => ecrou-pignon-embrayage
[name] => Ecrou Pignon Embrayage
[id_image] => 3641
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 4521
[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] => 15.833333
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27153085 - 2A000633
[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:20:37
[date_upd] => 2025-08-28 11:38:47
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU27153085 -Â 2A000633
[link_rewrite] => filtre-a-huile-v65-v75-v7-v9-v85-27153085
[name] => Filtre A Huile V65 - V75 - V7 - V9 - V85
[id_image] => 236
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 2980
[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] => 14.583333
[wholesale_price] => 6.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU61036801
[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] => 2020-04-21 20:51:47
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Guide Soupape V50 - V65 - V75
[link_rewrite] => guide-soupape-v50-v65-v75
[name] => Guide Soupape V50 - V65 - V75
[id_image] => 1599
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => Array
(
[id_product] => 9475
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 534
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.416667
[wholesale_price] => 24.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => B063466
[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] => 2022-02-15 19:16:33
[date_upd] => 2022-02-15 19:20:44
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => B063466
[link_rewrite] => jeu-segments-v7-2013-2020-nevada-classic
[name] => Jeu segments V7 2013-2020 Nevada Classic
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 2532
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.260000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19350700
[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] => 2025-08-28 11:44:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19350700
[link_rewrite] => joint-papier-carter-pont-v50-v65-v75-v7-v7ii-breva-nevada
[name] => Joint Papier Carter Pont V50 - V65 - V75 - V7 - V7II - Breva - Nevada
[id_image] => 4719
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 2556
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 2.100000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19201120
[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] => 2024-02-26 22:08:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19201120
[link_rewrite] => joint-boite-vitesses-v50-v65-v75
[name] => Joint Boite Vitesses V50 - V65 - V75
[id_image] => 2124
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[24] => Array
(
[id_product] => 2521
[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] => 1.000000
[wholesale_price] => 0.330000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU95100709
[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] => 2025-07-05 22:11:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU95100709
[link_rewrite] => joint-bouchon-vidange-
[name] => Joint Bouchon Vidange 20x28x2
[id_image] => 2775
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[25] => Array
(
[id_product] => 2528
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.000000
[wholesale_price] => 2.030000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19023700 - 887002
[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] => 2025-11-19 21:15:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19023700 - 887002
[link_rewrite] => joint-cache-culbu-v50-65-752s
[name] => Joint Cache Culbuteur V50/65/75 2soupapes
[id_image] => 2708
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 9708
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.000000
[wholesale_price] => 2.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 887003
[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] => 2024-09-07 19:09:40
[date_upd] => 2024-09-07 19:11:44
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 887003
[link_rewrite] => joint-carter-distribution-v50-v65-v75-v7
[name] => Joint Carter Distribution V50 - V65 - V75 - V7
[id_image] => 5366
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 2530
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.000000
[wholesale_price] => 2.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19001200 - 887003
[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] => 2025-08-06 17:43:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19001200 - 887003
[link_rewrite] => joint-carter-distribv50-65-75
[name] => Joint Carter Distribution V50 - V65 - V75 - V7
[id_image] => 5365
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 2561
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.500000
[wholesale_price] => 1.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19003602
[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] => 2025-01-11 23:22:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19003602
[link_rewrite] => jt-carter-inferieur-v50-65-75
[name] => Joint Carter Inferieur V50/65/75/V7
[id_image] => 2136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9337
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.750000
[wholesale_price] => 2.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 2A000382
[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] => 2021-01-19 18:37:42
[date_upd] => 2024-06-21 12:23:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => 2A000382Â
[link_rewrite] => joint-carter-pont-métal-v50-v65-v75-v7-v7-ii-v7-iii-v9
[name] => Joint Carter Pont Métal V50 - V65 - V75 - V7 - V7 II - V7 III - V9
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 2541
[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] => 15.833333
[wholesale_price] => 7.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27022060 - B063099
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.03
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[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:54:30
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Joint Culasse V65 - Lario - V75 - V7 jusqu'en 2011
[link_rewrite] => joint-culasse-v65-lario-v75-v7
[name] => Joint Culasse V65 - Lario - V75 - V7
[id_image] => 2150
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 4841
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.166667
[wholesale_price] => 0.860000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19025280
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2025-10-02 17:48:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19025280
[link_rewrite] => joint-echappement-v50iii-v65-v75
[name] => Joint Echappement V50III - V65 - V75
[id_image] => 2159
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 9437
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 714
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.000000
[wholesale_price] => 12.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886670
[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] => 2021-11-30 14:31:59
[date_upd] => 2025-08-08 00:01:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 886670
[link_rewrite] => joint-embase-métal-v50iii-v65-v75-v7-750-breva
[name] => Joint Embase Métal V50III - V65 - V75 - V7 - 750 Breva
[id_image] => 4765
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 2549
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 714
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19020820 - GU27020820
[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] => 2022-04-16 12:11:53
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19020820 - GU27020820Â
[link_rewrite] => joint-embase-papier-v50iii-v65-v75
[name] => Joint Embase Papier V50III - V65 - V75
[id_image] => 3762
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 1678
[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] => 7.083333
[wholesale_price] => 4.240000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32115510
[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] => 2023-02-24 11:46:14
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32115510  Eclaté n° 7  Breva 750 - Nevada ie - V7 - V7 II
[link_rewrite] => joint-pipe-admission-breva-750-nevada-ie-v7-v7-ii
[name] => Joint Pipe Admission Breva 750 - Nevada ie - V7 - V7 II
[id_image] => 3670
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 2575
[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] => 10.833333
[wholesale_price] => 5.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90403040
[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] => 2025-03-26 21:45:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90403040
[link_rewrite] => joint-spy-bras-oscillant
[name] => Joint Spy Bras Oscillant
[id_image] => 1906
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 1694
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 534
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90402842 - 886363
[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] => 2024-01-30 19:08:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90402842 - 886363 Sur éclaté pièce n° 9
[link_rewrite] => joint-spy-carter-distribution-
[name] => Joint Spy Carter Distribution Viton
[id_image] => 4848
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 9054
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 304
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.416667
[wholesale_price] => 17.650000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886629
[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-11-15 11:14:29
[date_upd] => 2025-06-03 23:39:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 886629 Joint n° 20
[link_rewrite] => joint-spy-carter-embrayage
[name] => Joint spy Carter Embrayage
[id_image] => 3864
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[38] => Array
(
[id_product] => 2574
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 12.500000
[wholesale_price] => 6.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90402841
[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] => 2023-06-24 13:42:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90402841
[link_rewrite] => joint-spy-entrée-de-boite-v50iii-v65-v75
[name] => Joint Spy Entrée de Boite V50III - V65 - V75
[id_image] => 1905
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 1715
[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] => 4.833333
[wholesale_price] => 2.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90706281
[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] => 2024-12-09 22:26:49
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Joint Torique 28,24X2,62
[link_rewrite] => joint-torique
[name] => Joint Torique 28,24X2,62
[id_image] =>
[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] => 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
)
[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
)
[2] => 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
)
[3] => 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
)
[4] => 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
)
[5] => 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
)
[6] => Array
(
[id_product] => 8039
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 886
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 154.166667
[wholesale_price] => 85.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1053130
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.6
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[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-04 17:33:28
[date_upd] => 2024-12-10 15:37:53
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Cache Alternateur  Aluminium Poli V50-V65-V75-V7
[link_rewrite] => cache-alternateur-v50-v65-v75-v7
[name] => Cache Alternateur V50-V65-V75-V7
[id_image] => 811
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 1153
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 522
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.083333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03717450
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-04 18:46:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU03717450
[link_rewrite] => capuchon-bougie
[name] => Capuchon Bougie
[id_image] => 2307
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => 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
)
[9] => Array
(
[id_product] => 9585
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 886
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.200000
[wholesale_price] => 4.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90272075
[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] => 2023-03-08 23:09:09
[date_upd] => 2025-09-16 12:32:48
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90272075 Sur éclaté n° 3
[link_rewrite] => clips-embrayage-v50-v65-v75-v7
[name] => Clips Embrayage V50 - V65 - V75 - V7
[id_image] => 5057
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 1247
[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] => 7.666667
[wholesale_price] => 4.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27061385 - GU90351037
[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] => 2024-06-17 16:20:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU27061385 - GU90351037  Eclaté n° 23
[link_rewrite] => clips-piston
[name] => Clips Piston
[id_image] => 3669
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => 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
)
[12] => 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
)
[13] => Array
(
[id_product] => 1306
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.000000
[wholesale_price] => 38.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19083462
[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-30 16:29:03
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19083462
[link_rewrite] => coupelle-embrayage
[name] => Coupelle Embrayage
[id_image] => 4091
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 9256
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 291
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 11.666667
[wholesale_price] => 7.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8134378
[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] => 2020-06-06 16:26:08
[date_upd] => 2020-06-06 16:32:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8144378 Sur éclaté n° 21
[link_rewrite] => douille-sur-silent-bloc
[name] => Douille sur Silent-bloc
[id_image] => 4334
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 9131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 528
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 8.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32159610
[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] => 2019-06-21 08:48:48
[date_upd] => 2023-11-08 09:47:34
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32159610 Pièce n° 28
[link_rewrite] => durite-reniflard
[name] => Durite reniflard
[id_image] => 4434
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 1429
[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] => 12.833333
[wholesale_price] => 7.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU10054100
[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] => 2025-06-12 16:16:53
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU10054100 Sur éclaté réf 12
[link_rewrite] => ecrou-boite-de-vitesses
[name] => Ecrou Boite de Vitesses
[id_image] => 3789
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 4368
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 762
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.166667
[wholesale_price] => 10.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19356760
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.03
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-01-16 13:32:55
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Ref : GU19356760
[link_rewrite] => ecrou-pignon-embrayage
[name] => Ecrou Pignon Embrayage
[id_image] => 3641
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 4521
[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] => 15.833333
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27153085 - 2A000633
[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:20:37
[date_upd] => 2025-08-28 11:38:47
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU27153085 -Â 2A000633
[link_rewrite] => filtre-a-huile-v65-v75-v7-v9-v85-27153085
[name] => Filtre A Huile V65 - V75 - V7 - V9 - V85
[id_image] => 236
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 2980
[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] => 14.583333
[wholesale_price] => 6.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU61036801
[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] => 2020-04-21 20:51:47
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Guide Soupape V50 - V65 - V75
[link_rewrite] => guide-soupape-v50-v65-v75
[name] => Guide Soupape V50 - V65 - V75
[id_image] => 1599
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => Array
(
[id_product] => 9475
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 534
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.416667
[wholesale_price] => 24.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => B063466
[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] => 2022-02-15 19:16:33
[date_upd] => 2022-02-15 19:20:44
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => B063466
[link_rewrite] => jeu-segments-v7-2013-2020-nevada-classic
[name] => Jeu segments V7 2013-2020 Nevada Classic
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 2532
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.260000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19350700
[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] => 2025-08-28 11:44:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19350700
[link_rewrite] => joint-papier-carter-pont-v50-v65-v75-v7-v7ii-breva-nevada
[name] => Joint Papier Carter Pont V50 - V65 - V75 - V7 - V7II - Breva - Nevada
[id_image] => 4719
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 2556
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 2.100000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19201120
[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] => 2024-02-26 22:08:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19201120
[link_rewrite] => joint-boite-vitesses-v50-v65-v75
[name] => Joint Boite Vitesses V50 - V65 - V75
[id_image] => 2124
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[24] => Array
(
[id_product] => 2521
[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] => 1.000000
[wholesale_price] => 0.330000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU95100709
[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] => 2025-07-05 22:11:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU95100709
[link_rewrite] => joint-bouchon-vidange-
[name] => Joint Bouchon Vidange 20x28x2
[id_image] => 2775
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[25] => Array
(
[id_product] => 2528
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.000000
[wholesale_price] => 2.030000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19023700 - 887002
[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] => 2025-11-19 21:15:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19023700 - 887002
[link_rewrite] => joint-cache-culbu-v50-65-752s
[name] => Joint Cache Culbuteur V50/65/75 2soupapes
[id_image] => 2708
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 9708
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.000000
[wholesale_price] => 2.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 887003
[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] => 2024-09-07 19:09:40
[date_upd] => 2024-09-07 19:11:44
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 887003
[link_rewrite] => joint-carter-distribution-v50-v65-v75-v7
[name] => Joint Carter Distribution V50 - V65 - V75 - V7
[id_image] => 5366
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 2530
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.000000
[wholesale_price] => 2.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19001200 - 887003
[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] => 2025-08-06 17:43:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19001200 - 887003
[link_rewrite] => joint-carter-distribv50-65-75
[name] => Joint Carter Distribution V50 - V65 - V75 - V7
[id_image] => 5365
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 2561
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.500000
[wholesale_price] => 1.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19003602
[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] => 2025-01-11 23:22:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19003602
[link_rewrite] => jt-carter-inferieur-v50-65-75
[name] => Joint Carter Inferieur V50/65/75/V7
[id_image] => 2136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9337
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.750000
[wholesale_price] => 2.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 2A000382
[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] => 2021-01-19 18:37:42
[date_upd] => 2024-06-21 12:23:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => 2A000382Â
[link_rewrite] => joint-carter-pont-métal-v50-v65-v75-v7-v7-ii-v7-iii-v9
[name] => Joint Carter Pont Métal V50 - V65 - V75 - V7 - V7 II - V7 III - V9
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 2541
[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] => 15.833333
[wholesale_price] => 7.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27022060 - B063099
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.03
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[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:54:30
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Joint Culasse V65 - Lario - V75 - V7 jusqu'en 2011
[link_rewrite] => joint-culasse-v65-lario-v75-v7
[name] => Joint Culasse V65 - Lario - V75 - V7
[id_image] => 2150
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 4841
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.166667
[wholesale_price] => 0.860000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19025280
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2025-10-02 17:48:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19025280
[link_rewrite] => joint-echappement-v50iii-v65-v75
[name] => Joint Echappement V50III - V65 - V75
[id_image] => 2159
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 9437
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 714
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.000000
[wholesale_price] => 12.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886670
[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] => 2021-11-30 14:31:59
[date_upd] => 2025-08-08 00:01:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 886670
[link_rewrite] => joint-embase-métal-v50iii-v65-v75-v7-750-breva
[name] => Joint Embase Métal V50III - V65 - V75 - V7 - 750 Breva
[id_image] => 4765
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 2549
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 714
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19020820 - GU27020820
[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] => 2022-04-16 12:11:53
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19020820 - GU27020820Â
[link_rewrite] => joint-embase-papier-v50iii-v65-v75
[name] => Joint Embase Papier V50III - V65 - V75
[id_image] => 3762
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 1678
[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] => 7.083333
[wholesale_price] => 4.240000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32115510
[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] => 2023-02-24 11:46:14
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32115510  Eclaté n° 7  Breva 750 - Nevada ie - V7 - V7 II
[link_rewrite] => joint-pipe-admission-breva-750-nevada-ie-v7-v7-ii
[name] => Joint Pipe Admission Breva 750 - Nevada ie - V7 - V7 II
[id_image] => 3670
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 2575
[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] => 10.833333
[wholesale_price] => 5.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90403040
[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] => 2025-03-26 21:45:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90403040
[link_rewrite] => joint-spy-bras-oscillant
[name] => Joint Spy Bras Oscillant
[id_image] => 1906
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 1694
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 534
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90402842 - 886363
[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] => 2024-01-30 19:08:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90402842 - 886363 Sur éclaté pièce n° 9
[link_rewrite] => joint-spy-carter-distribution-
[name] => Joint Spy Carter Distribution Viton
[id_image] => 4848
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 9054
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 304
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.416667
[wholesale_price] => 17.650000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886629
[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-11-15 11:14:29
[date_upd] => 2025-06-03 23:39:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 886629 Joint n° 20
[link_rewrite] => joint-spy-carter-embrayage
[name] => Joint spy Carter Embrayage
[id_image] => 3864
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[38] => Array
(
[id_product] => 2574
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 12.500000
[wholesale_price] => 6.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90402841
[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] => 2023-06-24 13:42:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90402841
[link_rewrite] => joint-spy-entrée-de-boite-v50iii-v65-v75
[name] => Joint Spy Entrée de Boite V50III - V65 - V75
[id_image] => 1905
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 1715
[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] => 4.833333
[wholesale_price] => 2.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90706281
[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] => 2024-12-09 22:26:49
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Joint Torique 28,24X2,62
[link_rewrite] => joint-torique
[name] => Joint Torique 28,24X2,62
[id_image] =>
[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] => 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
)
[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
)
[2] => 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
)
[3] => 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
)
[4] => 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
)
[5] => 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
)
[6] => Array
(
[id_product] => 8039
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 886
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 154.166667
[wholesale_price] => 85.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1053130
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.6
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[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-04 17:33:28
[date_upd] => 2024-12-10 15:37:53
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Cache Alternateur  Aluminium Poli V50-V65-V75-V7
[link_rewrite] => cache-alternateur-v50-v65-v75-v7
[name] => Cache Alternateur V50-V65-V75-V7
[id_image] => 811
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 1153
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 522
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.083333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03717450
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-04 18:46:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU03717450
[link_rewrite] => capuchon-bougie
[name] => Capuchon Bougie
[id_image] => 2307
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => 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
)
[9] => Array
(
[id_product] => 9585
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 886
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.200000
[wholesale_price] => 4.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90272075
[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] => 2023-03-08 23:09:09
[date_upd] => 2025-09-16 12:32:48
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90272075 Sur éclaté n° 3
[link_rewrite] => clips-embrayage-v50-v65-v75-v7
[name] => Clips Embrayage V50 - V65 - V75 - V7
[id_image] => 5057
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 1247
[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] => 7.666667
[wholesale_price] => 4.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27061385 - GU90351037
[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] => 2024-06-17 16:20:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU27061385 - GU90351037  Eclaté n° 23
[link_rewrite] => clips-piston
[name] => Clips Piston
[id_image] => 3669
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => 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
)
[12] => 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
)
[13] => Array
(
[id_product] => 1306
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.000000
[wholesale_price] => 38.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19083462
[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-30 16:29:03
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19083462
[link_rewrite] => coupelle-embrayage
[name] => Coupelle Embrayage
[id_image] => 4091
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 9256
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 291
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 11.666667
[wholesale_price] => 7.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8134378
[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] => 2020-06-06 16:26:08
[date_upd] => 2020-06-06 16:32:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8144378 Sur éclaté n° 21
[link_rewrite] => douille-sur-silent-bloc
[name] => Douille sur Silent-bloc
[id_image] => 4334
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 9131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 528
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 8.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32159610
[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] => 2019-06-21 08:48:48
[date_upd] => 2023-11-08 09:47:34
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32159610 Pièce n° 28
[link_rewrite] => durite-reniflard
[name] => Durite reniflard
[id_image] => 4434
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 1429
[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] => 12.833333
[wholesale_price] => 7.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU10054100
[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] => 2025-06-12 16:16:53
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU10054100 Sur éclaté réf 12
[link_rewrite] => ecrou-boite-de-vitesses
[name] => Ecrou Boite de Vitesses
[id_image] => 3789
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 4368
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 762
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.166667
[wholesale_price] => 10.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19356760
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.03
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-01-16 13:32:55
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Ref : GU19356760
[link_rewrite] => ecrou-pignon-embrayage
[name] => Ecrou Pignon Embrayage
[id_image] => 3641
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 4521
[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] => 15.833333
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27153085 - 2A000633
[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:20:37
[date_upd] => 2025-08-28 11:38:47
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU27153085 -Â 2A000633
[link_rewrite] => filtre-a-huile-v65-v75-v7-v9-v85-27153085
[name] => Filtre A Huile V65 - V75 - V7 - V9 - V85
[id_image] => 236
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 2980
[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] => 14.583333
[wholesale_price] => 6.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU61036801
[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] => 2020-04-21 20:51:47
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Guide Soupape V50 - V65 - V75
[link_rewrite] => guide-soupape-v50-v65-v75
[name] => Guide Soupape V50 - V65 - V75
[id_image] => 1599
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => Array
(
[id_product] => 9475
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 534
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.416667
[wholesale_price] => 24.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => B063466
[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] => 2022-02-15 19:16:33
[date_upd] => 2022-02-15 19:20:44
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => B063466
[link_rewrite] => jeu-segments-v7-2013-2020-nevada-classic
[name] => Jeu segments V7 2013-2020 Nevada Classic
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 2532
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.260000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19350700
[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] => 2025-08-28 11:44:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19350700
[link_rewrite] => joint-papier-carter-pont-v50-v65-v75-v7-v7ii-breva-nevada
[name] => Joint Papier Carter Pont V50 - V65 - V75 - V7 - V7II - Breva - Nevada
[id_image] => 4719
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 2556
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 2.100000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19201120
[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] => 2024-02-26 22:08:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19201120
[link_rewrite] => joint-boite-vitesses-v50-v65-v75
[name] => Joint Boite Vitesses V50 - V65 - V75
[id_image] => 2124
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[24] => Array
(
[id_product] => 2521
[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] => 1.000000
[wholesale_price] => 0.330000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU95100709
[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] => 2025-07-05 22:11:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU95100709
[link_rewrite] => joint-bouchon-vidange-
[name] => Joint Bouchon Vidange 20x28x2
[id_image] => 2775
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[25] => Array
(
[id_product] => 2528
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.000000
[wholesale_price] => 2.030000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19023700 - 887002
[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] => 2025-11-19 21:15:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19023700 - 887002
[link_rewrite] => joint-cache-culbu-v50-65-752s
[name] => Joint Cache Culbuteur V50/65/75 2soupapes
[id_image] => 2708
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 9708
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.000000
[wholesale_price] => 2.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 887003
[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] => 2024-09-07 19:09:40
[date_upd] => 2024-09-07 19:11:44
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 887003
[link_rewrite] => joint-carter-distribution-v50-v65-v75-v7
[name] => Joint Carter Distribution V50 - V65 - V75 - V7
[id_image] => 5366
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 2530
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.000000
[wholesale_price] => 2.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19001200 - 887003
[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] => 2025-08-06 17:43:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19001200 - 887003
[link_rewrite] => joint-carter-distribv50-65-75
[name] => Joint Carter Distribution V50 - V65 - V75 - V7
[id_image] => 5365
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 2561
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.500000
[wholesale_price] => 1.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19003602
[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] => 2025-01-11 23:22:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19003602
[link_rewrite] => jt-carter-inferieur-v50-65-75
[name] => Joint Carter Inferieur V50/65/75/V7
[id_image] => 2136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9337
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.750000
[wholesale_price] => 2.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 2A000382
[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] => 2021-01-19 18:37:42
[date_upd] => 2024-06-21 12:23:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => 2A000382Â
[link_rewrite] => joint-carter-pont-métal-v50-v65-v75-v7-v7-ii-v7-iii-v9
[name] => Joint Carter Pont Métal V50 - V65 - V75 - V7 - V7 II - V7 III - V9
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 2541
[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] => 15.833333
[wholesale_price] => 7.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27022060 - B063099
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.03
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[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:54:30
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Joint Culasse V65 - Lario - V75 - V7 jusqu'en 2011
[link_rewrite] => joint-culasse-v65-lario-v75-v7
[name] => Joint Culasse V65 - Lario - V75 - V7
[id_image] => 2150
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 4841
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.166667
[wholesale_price] => 0.860000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19025280
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2025-10-02 17:48:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19025280
[link_rewrite] => joint-echappement-v50iii-v65-v75
[name] => Joint Echappement V50III - V65 - V75
[id_image] => 2159
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 9437
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 714
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.000000
[wholesale_price] => 12.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886670
[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] => 2021-11-30 14:31:59
[date_upd] => 2025-08-08 00:01:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 886670
[link_rewrite] => joint-embase-métal-v50iii-v65-v75-v7-750-breva
[name] => Joint Embase Métal V50III - V65 - V75 - V7 - 750 Breva
[id_image] => 4765
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 2549
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 714
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19020820 - GU27020820
[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] => 2022-04-16 12:11:53
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19020820 - GU27020820Â
[link_rewrite] => joint-embase-papier-v50iii-v65-v75
[name] => Joint Embase Papier V50III - V65 - V75
[id_image] => 3762
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 1678
[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] => 7.083333
[wholesale_price] => 4.240000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32115510
[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] => 2023-02-24 11:46:14
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32115510  Eclaté n° 7  Breva 750 - Nevada ie - V7 - V7 II
[link_rewrite] => joint-pipe-admission-breva-750-nevada-ie-v7-v7-ii
[name] => Joint Pipe Admission Breva 750 - Nevada ie - V7 - V7 II
[id_image] => 3670
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 2575
[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] => 10.833333
[wholesale_price] => 5.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90403040
[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] => 2025-03-26 21:45:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90403040
[link_rewrite] => joint-spy-bras-oscillant
[name] => Joint Spy Bras Oscillant
[id_image] => 1906
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 1694
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 534
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90402842 - 886363
[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] => 2024-01-30 19:08:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90402842 - 886363 Sur éclaté pièce n° 9
[link_rewrite] => joint-spy-carter-distribution-
[name] => Joint Spy Carter Distribution Viton
[id_image] => 4848
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 9054
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 304
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.416667
[wholesale_price] => 17.650000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886629
[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-11-15 11:14:29
[date_upd] => 2025-06-03 23:39:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 886629 Joint n° 20
[link_rewrite] => joint-spy-carter-embrayage
[name] => Joint spy Carter Embrayage
[id_image] => 3864
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[38] => Array
(
[id_product] => 2574
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 12.500000
[wholesale_price] => 6.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90402841
[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] => 2023-06-24 13:42:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90402841
[link_rewrite] => joint-spy-entrée-de-boite-v50iii-v65-v75
[name] => Joint Spy Entrée de Boite V50III - V65 - V75
[id_image] => 1905
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 1715
[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] => 4.833333
[wholesale_price] => 2.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90706281
[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] => 2024-12-09 22:26:49
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Joint Torique 28,24X2,62
[link_rewrite] => joint-torique
[name] => Joint Torique 28,24X2,62
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
[hookExecuted] => 1
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-15 05:36:33
[id_lang] => 4
[id_currency] => 1
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767501393
[_domain:protected] => www.motobel.fr
[_path:protected] => /
[_cipherTool:protected] => Rijndael Object
(
[_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd
[_iv:protected] => eâxû¤@Š2ì%µàÀäZ
)
[_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc
[_iv:protected] => fTLNORxn
[_modified:protected] => 1
)
[cart] => Cart Object
(
[id] =>
[id_group_shop] => 1
[id_shop] => 1
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 4
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_group_shop] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_group_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart Object
*RECURSION*
)
)
[altern] => 1
)
184. $hookExecuted = false;
185. Hook::exec('actionProductListOverride', array(
186. 'nbProducts' => &$this->nbProducts,
187. 'catProducts' => &$this->cat_products,
188. 'hookExecuted' => &$hookExecuted,
189. ));
190.
191. // The hook was not executed, standard working
192. if (!$hookExecuted)
193. {
194. $this->context->smarty->assign('categoryNameComplement', '');
Argument [0]
actionProductListOverride
Argument [1]
Array
(
[nbProducts] =>
[catProducts] => Array
(
[0] => Array
(
[id_product] => 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
)
[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
)
[2] => 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
)
[3] => 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
)
[4] => 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
)
[5] => 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
)
[6] => Array
(
[id_product] => 8039
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 886
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 154.166667
[wholesale_price] => 85.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1053130
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.6
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[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-04 17:33:28
[date_upd] => 2024-12-10 15:37:53
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Cache Alternateur  Aluminium Poli V50-V65-V75-V7
[link_rewrite] => cache-alternateur-v50-v65-v75-v7
[name] => Cache Alternateur V50-V65-V75-V7
[id_image] => 811
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 1153
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 522
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.083333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03717450
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-04 18:46:02
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU03717450
[link_rewrite] => capuchon-bougie
[name] => Capuchon Bougie
[id_image] => 2307
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => 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
)
[9] => Array
(
[id_product] => 9585
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 886
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.200000
[wholesale_price] => 4.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90272075
[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] => 2023-03-08 23:09:09
[date_upd] => 2025-09-16 12:32:48
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90272075 Sur éclaté n° 3
[link_rewrite] => clips-embrayage-v50-v65-v75-v7
[name] => Clips Embrayage V50 - V65 - V75 - V7
[id_image] => 5057
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 1247
[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] => 7.666667
[wholesale_price] => 4.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27061385 - GU90351037
[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] => 2024-06-17 16:20:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU27061385 - GU90351037  Eclaté n° 23
[link_rewrite] => clips-piston
[name] => Clips Piston
[id_image] => 3669
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => 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
)
[12] => 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
)
[13] => Array
(
[id_product] => 1306
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.000000
[wholesale_price] => 38.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19083462
[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-30 16:29:03
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19083462
[link_rewrite] => coupelle-embrayage
[name] => Coupelle Embrayage
[id_image] => 4091
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 9256
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 291
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 11.666667
[wholesale_price] => 7.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8134378
[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] => 2020-06-06 16:26:08
[date_upd] => 2020-06-06 16:32:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8144378 Sur éclaté n° 21
[link_rewrite] => douille-sur-silent-bloc
[name] => Douille sur Silent-bloc
[id_image] => 4334
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 9131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 528
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 8.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32159610
[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] => 2019-06-21 08:48:48
[date_upd] => 2023-11-08 09:47:34
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32159610 Pièce n° 28
[link_rewrite] => durite-reniflard
[name] => Durite reniflard
[id_image] => 4434
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 1429
[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] => 12.833333
[wholesale_price] => 7.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU10054100
[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] => 2025-06-12 16:16:53
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU10054100 Sur éclaté réf 12
[link_rewrite] => ecrou-boite-de-vitesses
[name] => Ecrou Boite de Vitesses
[id_image] => 3789
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 4368
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 762
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.166667
[wholesale_price] => 10.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19356760
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.03
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-01-16 13:32:55
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Ref : GU19356760
[link_rewrite] => ecrou-pignon-embrayage
[name] => Ecrou Pignon Embrayage
[id_image] => 3641
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 4521
[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] => 15.833333
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27153085 - 2A000633
[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:20:37
[date_upd] => 2025-08-28 11:38:47
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU27153085 -Â 2A000633
[link_rewrite] => filtre-a-huile-v65-v75-v7-v9-v85-27153085
[name] => Filtre A Huile V65 - V75 - V7 - V9 - V85
[id_image] => 236
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 2980
[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] => 14.583333
[wholesale_price] => 6.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU61036801
[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] => 2020-04-21 20:51:47
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Guide Soupape V50 - V65 - V75
[link_rewrite] => guide-soupape-v50-v65-v75
[name] => Guide Soupape V50 - V65 - V75
[id_image] => 1599
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => Array
(
[id_product] => 9475
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 534
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.416667
[wholesale_price] => 24.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => B063466
[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] => 2022-02-15 19:16:33
[date_upd] => 2022-02-15 19:20:44
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => B063466
[link_rewrite] => jeu-segments-v7-2013-2020-nevada-classic
[name] => Jeu segments V7 2013-2020 Nevada Classic
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 2532
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.260000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19350700
[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] => 2025-08-28 11:44:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19350700
[link_rewrite] => joint-papier-carter-pont-v50-v65-v75-v7-v7ii-breva-nevada
[name] => Joint Papier Carter Pont V50 - V65 - V75 - V7 - V7II - Breva - Nevada
[id_image] => 4719
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 2556
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 2.100000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19201120
[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] => 2024-02-26 22:08:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19201120
[link_rewrite] => joint-boite-vitesses-v50-v65-v75
[name] => Joint Boite Vitesses V50 - V65 - V75
[id_image] => 2124
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[24] => Array
(
[id_product] => 2521
[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] => 1.000000
[wholesale_price] => 0.330000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU95100709
[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] => 2025-07-05 22:11:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU95100709
[link_rewrite] => joint-bouchon-vidange-
[name] => Joint Bouchon Vidange 20x28x2
[id_image] => 2775
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[25] => Array
(
[id_product] => 2528
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.000000
[wholesale_price] => 2.030000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19023700 - 887002
[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] => 2025-11-19 21:15:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19023700 - 887002
[link_rewrite] => joint-cache-culbu-v50-65-752s
[name] => Joint Cache Culbuteur V50/65/75 2soupapes
[id_image] => 2708
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 9708
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.000000
[wholesale_price] => 2.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 887003
[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] => 2024-09-07 19:09:40
[date_upd] => 2024-09-07 19:11:44
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 887003
[link_rewrite] => joint-carter-distribution-v50-v65-v75-v7
[name] => Joint Carter Distribution V50 - V65 - V75 - V7
[id_image] => 5366
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 2530
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.000000
[wholesale_price] => 2.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19001200 - 887003
[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] => 2025-08-06 17:43:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19001200 - 887003
[link_rewrite] => joint-carter-distribv50-65-75
[name] => Joint Carter Distribution V50 - V65 - V75 - V7
[id_image] => 5365
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 2561
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.500000
[wholesale_price] => 1.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19003602
[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] => 2025-01-11 23:22:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19003602
[link_rewrite] => jt-carter-inferieur-v50-65-75
[name] => Joint Carter Inferieur V50/65/75/V7
[id_image] => 2136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9337
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.750000
[wholesale_price] => 2.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 2A000382
[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] => 2021-01-19 18:37:42
[date_upd] => 2024-06-21 12:23:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => 2A000382Â
[link_rewrite] => joint-carter-pont-métal-v50-v65-v75-v7-v7-ii-v7-iii-v9
[name] => Joint Carter Pont Métal V50 - V65 - V75 - V7 - V7 II - V7 III - V9
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 2541
[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] => 15.833333
[wholesale_price] => 7.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU27022060 - B063099
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.03
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[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:54:30
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Joint Culasse V65 - Lario - V75 - V7 jusqu'en 2011
[link_rewrite] => joint-culasse-v65-lario-v75-v7
[name] => Joint Culasse V65 - Lario - V75 - V7
[id_image] => 2150
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 4841
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 588
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.166667
[wholesale_price] => 0.860000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19025280
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2025-10-02 17:48:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU19025280
[link_rewrite] => joint-echappement-v50iii-v65-v75
[name] => Joint Echappement V50III - V65 - V75
[id_image] => 2159
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 9437
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 714
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.000000
[wholesale_price] => 12.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886670
[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] => 2021-11-30 14:31:59
[date_upd] => 2025-08-08 00:01:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 886670
[link_rewrite] => joint-embase-métal-v50iii-v65-v75-v7-750-breva
[name] => Joint Embase Métal V50III - V65 - V75 - V7 - 750 Breva
[id_image] => 4765
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 2549
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 714
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU19020820 - GU27020820
[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] => 2022-04-16 12:11:53
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU19020820 - GU27020820Â
[link_rewrite] => joint-embase-papier-v50iii-v65-v75
[name] => Joint Embase Papier V50III - V65 - V75
[id_image] => 3762
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 1678
[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] => 7.083333
[wholesale_price] => 4.240000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32115510
[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] => 2023-02-24 11:46:14
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32115510  Eclaté n° 7  Breva 750 - Nevada ie - V7 - V7 II
[link_rewrite] => joint-pipe-admission-breva-750-nevada-ie-v7-v7-ii
[name] => Joint Pipe Admission Breva 750 - Nevada ie - V7 - V7 II
[id_image] => 3670
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 2575
[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] => 10.833333
[wholesale_price] => 5.400000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90403040
[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] => 2025-03-26 21:45:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90403040
[link_rewrite] => joint-spy-bras-oscillant
[name] => Joint Spy Bras Oscillant
[id_image] => 1906
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 1694
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 534
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90402842 - 886363
[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] => 2024-01-30 19:08:58
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90402842 - 886363 Sur éclaté pièce n° 9
[link_rewrite] => joint-spy-carter-distribution-
[name] => Joint Spy Carter Distribution Viton
[id_image] => 4848
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 9054
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 304
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.416667
[wholesale_price] => 17.650000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 886629
[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-11-15 11:14:29
[date_upd] => 2025-06-03 23:39:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 886629 Joint n° 20
[link_rewrite] => joint-spy-carter-embrayage
[name] => Joint spy Carter Embrayage
[id_image] => 3864
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[38] => Array
(
[id_product] => 2574
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 274
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 12.500000
[wholesale_price] => 6.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90402841
[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] => 2023-06-24 13:42:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU90402841
[link_rewrite] => joint-spy-entrée-de-boite-v50iii-v65-v75
[name] => Joint Spy Entrée de Boite V50III - V65 - V75
[id_image] => 1905
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 1715
[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] => 4.833333
[wholesale_price] => 2.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90706281
[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] => 2024-12-09 22:26:49
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Joint Torique 28,24X2,62
[link_rewrite] => joint-torique
[name] => Joint Torique 28,24X2,62
[id_image] =>
[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);