User 'motobelfqtmtbpre' has exceeded the 'max_questions' resource (current value: 40000)
SELECT `id_tax_rules_group`
FROM `ps_product_tax_rules_group_shop`
WHERE `id_product` = 9112 AND id_shop=1 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 `id_tax_rules_group` FROM `ps_product_tax_rules_group_shop` WHERE `id_product` = 9112 AND id_shop=1 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 `id_tax_rules_group` FROM `ps_product_tax_rules_group_shop` WHERE `id_product` = 9112 AND id_shop=1 LIMIT 1
540. public function getValue($sql, $use_cache = true)
541. {
542. if ($sql instanceof DbQuery)
543. $sql = $sql->build();
544.
545. if (!$result = $this->getRow($sql, $use_cache))
546. return false;
547. return array_shift($result);
548. }
549.
550. /**
Argument [0] SELECT `id_tax_rules_group` FROM `ps_product_tax_rules_group_shop` WHERE `id_product` = 9112 AND id_shop=1 Argument [1] 1
4178. if (!Cache::isStored($key))
4179. Cache::store($key,
4180. Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue('
4181. SELECT `id_tax_rules_group`
4182. FROM `'._DB_PREFIX_.'product_tax_rules_group_shop`
4183. WHERE `id_product` = '.(int)$id_product.' AND id_shop='.(int)Context::getContext()->shop->id));
4184.
4185. return Cache::retrieve($key);
4186. }
4187.
4188. /**
Argument [0] SELECT `id_tax_rules_group` FROM `ps_product_tax_rules_group_shop` WHERE `id_product` = 9112 AND id_shop=1
4164. return Db::getInstance()->insert('product_tax_rules_group_shop', $values);
4165. }
4166.
4167. public function getIdTaxRulesGroup(Context $context = null)
4168. {
4169. return Product::getIdTaxRulesGroupByIdProduct((int)$this->id, $context);
4170. }
4171.
4172. public static function getIdTaxRulesGroupByIdProduct($id_product, Context $context = null)
4173. {
4174. if (!$context)
Argument [0]
9112
Argument [1]
Context Object
(
[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*
)
)
[customer] => Customer Object
(
[id] =>
[id_shop] =>
[id_group_shop] =>
[secure_key] =>
[note] =>
[id_gender] => 0
[id_default_group] => 1
[lastname] =>
[firstname] =>
[birthday] =>
[email] =>
[newsletter] =>
[ip_registration_newsletter] =>
[newsletter_date_add] =>
[optin] =>
[website] =>
[company] =>
[siret] =>
[ape] =>
[outstanding_allow_amount] => 0
[show_public_prices] => 0
[id_risk] =>
[max_payment_days] => 0
[passwd] =>
[last_passwd_gen] =>
[active] => 1
[is_guest] => 0
[deleted] => 0
[date_add] =>
[date_upd] =>
[years] =>
[days] =>
[months] =>
[geoloc_id_country] =>
[geoloc_id_state] =>
[geoloc_postcode] =>
[logged] => 0
[id_guest] =>
[groupBox] =>
[account_number] =>
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_default_group] => Array
(
[xlink_resource] => groups
)
[newsletter_date_add] => Array
(
)
[ip_registration_newsletter] => Array
(
)
[last_passwd_gen] => Array
(
[setter] =>
)
[secure_key] => Array
(
[setter] =>
)
[deleted] => Array
(
)
[passwd] => Array
(
[setter] => setWsPasswd
)
)
[associations] => Array
(
[groups] => Array
(
[resource] => group
)
)
)
[id_lang:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => customer
[identifier:protected] => id_customer
[fieldsRequired:protected] => Array
(
[0] => lastname
[1] => firstname
[2] => email
[3] => passwd
)
[fieldsSize:protected] => Array
(
[lastname] => 32
[firstname] => 32
[email] => 128
[passwd] => 32
[account_number] => 65000
[note] => 65000
)
[fieldsValidate:protected] => Array
(
[secure_key] => isMd5
[lastname] => isName
[firstname] => isName
[email] => isEmail
[passwd] => isPasswd
[id_gender] => isUnsignedId
[birthday] => isBirthDate
[newsletter] => isBool
[optin] => isBool
[website] => isUrl
[company] => isGenericName
[account_number] => isCleanHtml
[siret] => isSiret
[ape] => isApe
[outstanding_allow_amount] => isFloat
[show_public_prices] => isBool
[id_risk] => isUnsignedInt
[max_payment_days] => isUnsignedInt
[active] => isBool
[deleted] => isBool
[note] => isCleanHtml
[is_guest] => isBool
[id_shop] => isUnsignedId
[id_group_shop] => isUnsignedId
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => customer
[primary] => id_customer
[fields] => Array
(
[secure_key] => Array
(
[type] => 3
[validate] => isMd5
[copy_post] =>
)
[lastname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[firstname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[email] => Array
(
[type] => 3
[validate] => isEmail
[required] => 1
[size] => 128
)
[passwd] => Array
(
[type] => 3
[validate] => isPasswd
[required] => 1
[size] => 32
)
[last_passwd_gen] => Array
(
[type] => 3
[copy_post] =>
)
[id_gender] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[birthday] => Array
(
[type] => 5
[validate] => isBirthDate
)
[newsletter] => Array
(
[type] => 2
[validate] => isBool
)
[newsletter_date_add] => Array
(
[type] => 5
[copy_post] =>
)
[ip_registration_newsletter] => Array
(
[type] => 3
[copy_post] =>
)
[optin] => Array
(
[type] => 2
[validate] => isBool
)
[website] => Array
(
[type] => 3
[validate] => isUrl
)
[company] => Array
(
[type] => 3
[validate] => isGenericName
)
[account_number] => Array
(
[type] => 3
[validate] => isCleanHtml
[size] => 65000
[copy_from_front] =>
)
[siret] => Array
(
[type] => 3
[validate] => isSiret
)
[ape] => Array
(
[type] => 3
[validate] => isApe
)
[outstanding_allow_amount] => Array
(
[type] => 1
[validate] => isFloat
[copy_post] =>
)
[show_public_prices] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[id_risk] => Array
(
[type] => 1
[validate] => isUnsignedInt
[copy_post] =>
)
[max_payment_days] => Array
(
[type] => 1
[validate] => isUnsignedInt
[copy_post] =>
)
[active] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[note] => Array
(
[type] => 3
[validate] => isCleanHtml
[size] => 65000
[copy_post] =>
)
[is_guest] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
[copy_post] =>
)
[id_group_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
[copy_post] =>
)
[id_default_group] => Array
(
[type] => 1
[copy_post] =>
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
)
[classname] => Customer Object
*RECURSION*
)
)
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-13 03:35:27
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 229
[viewed] => 2021
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767321329
[_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
)
[link] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
)
[country] => Country Object
(
[id] => 8
[id_zone] => 10
[id_currency] => 0
[iso_code] => FR
[call_prefix] => 33
[name] => France métropolitaine
[contains_states] => 0
[need_identification_number] => 0
[need_zip_code] => 1
[zip_code_format] => NNNNN
[display_tax_label] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => countries
[fields] => Array
(
[id_zone] => Array
(
[xlink_resource] => zones
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
)
)
[id_lang:protected] => 4
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => country
[identifier:protected] => id_country
[fieldsRequired:protected] => Array
(
[0] => id_zone
[1] => iso_code
[2] => contains_states
[3] => need_identification_number
[4] => display_tax_label
)
[fieldsSize:protected] => Array
(
[iso_code] => 3
)
[fieldsValidate:protected] => Array
(
[id_zone] => isUnsignedId
[id_currency] => isUnsignedId
[call_prefix] => isInt
[iso_code] => isLanguageIsoCode
[active] => isBool
[contains_states] => isBool
[need_identification_number] => isBool
[need_zip_code] => isBool
[zip_code_format] => isZipCodeFormat
[display_tax_label] => isBool
)
[fieldsRequiredLang:protected] => Array
(
[0] => name
)
[fieldsSizeLang:protected] => Array
(
[name] => 64
)
[fieldsValidateLang:protected] => Array
(
[name] => isGenericName
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => country
[primary] => id_country
[multilang] => 1
[fields] => Array
(
[id_zone] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[call_prefix] => Array
(
[type] => 1
[validate] => isInt
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[contains_states] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[need_identification_number] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[need_zip_code] => Array
(
[type] => 2
[validate] => isBool
)
[zip_code_format] => Array
(
[type] => 3
[validate] => isZipCodeFormat
)
[display_tax_label] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[name] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[required] => 1
[size] => 64
)
)
[associations] => Array
(
[zone] => Array
(
[type] => 1
)
[currency] => Array
(
[type] => 1
)
[l] => Array
(
[type] => 2
[field] => id_country
[foreign_field] => id_country
)
)
[classname] => Country Object
*RECURSION*
)
)
[employee] =>
[controller] => CategoryController Object
(
[php_self] => category
[category:protected] => Category Object
(
[id] => 229
[id_category] => 229
[name] => V11 cat. 1100 2003-2004
[active] => 1
[position] => 0
[description] =>
[id_parent] => 139
[level_depth] => 4
[nleft] => 1137
[nright] => 1150
[link_rewrite] => v11-cat-1100-2003-2004
[meta_title] => Pièces V11 cat. 1100 2003-2004 Moto Guzzi
[meta_keywords] =>
[meta_description] => Pièces V11 cat. 1100 2003-2004 Moto Guzzi en vente sur Moto Bel'
[date_add] => 2012-09-11 18:15:28
[date_upd] => 2012-09-11 18:15:28
[is_root_category] => 0
[groupBox] =>
[remove_products] => 1
[disable_products] =>
[id_image] =>
[webserviceParameters:protected] => Array
(
[objectsNodeName] => categories
[hidden_fields] => Array
(
[0] => nleft
[1] => nright
[2] => groupBox
)
[fields] => Array
(
[id_parent] => Array
(
[xlink_resource] => categories
)
[level_depth] => Array
(
[setter] =>
)
[nb_products_recursive] => Array
(
[getter] => getWsNbProductsRecursive
[setter] =>
)
)
[associations] => Array
(
[categories] => Array
(
[getter] => getChildrenWs
[resource] => category
)
[products] => Array
(
[getter] => getProductsWs
[resource] => product
)
)
)
[id_lang:protected] => 4
[id_shop:protected] => 1
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => category
[identifier:protected] => id_category
[fieldsRequired:protected] => Array
(
[0] => active
)
[fieldsSize:protected] => Array
(
)
[fieldsValidate:protected] => Array
(
[nleft] => isUnsignedInt
[nright] => isUnsignedInt
[level_depth] => isUnsignedInt
[active] => isBool
[id_parent] => isUnsignedInt
[is_root_category] => isBool
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
[0] => name
[1] => link_rewrite
)
[fieldsSizeLang:protected] => Array
(
[name] => 64
[link_rewrite] => 64
[meta_title] => 128
[meta_description] => 255
[meta_keywords] => 255
)
[fieldsValidateLang:protected] => Array
(
[name] => isCatalogName
[link_rewrite] => isLinkRewrite
[description] => isString
[meta_title] => isGenericName
[meta_description] => isGenericName
[meta_keywords] => isGenericName
)
[tables:protected] => Array
(
)
[image_dir:protected] => /home/motobelfqt/www/img/c/
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => category
[primary] => id_category
[multilang] => 1
[multishop] => 1
[fields] => Array
(
[nleft] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[nright] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[level_depth] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[active] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[id_parent] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[is_root_category] => Array
(
[type] => 2
[validate] => isBool
)
[position] => Array
(
[type] => 1
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
)
[name] => Array
(
[type] => 3
[lang] => 1
[validate] => isCatalogName
[required] => 1
[size] => 64
)
[link_rewrite] => Array
(
[type] => 3
[lang] => 1
[validate] => isLinkRewrite
[required] => 1
[size] => 64
)
[description] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
[meta_title] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 128
)
[meta_description] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 255
)
[meta_keywords] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 255
)
)
[classname] => Category Object
*RECURSION*
[associations] => Array
(
[l] => Array
(
[type] => 2
[field] => id_category
[foreign_field] => id_category
)
)
)
)
[errors] => Array
(
)
[iso] =>
[orderBy] => name
[orderWay] => asc
[p] =>
[n] =>
[auth] =>
[guestAllowed] =>
[authRedirection] =>
[ssl] => 1
[restrictedCountry:protected] =>
[maintenance:protected] =>
[display_column_left] => 1
[display_column_right] => 1
[nb_items_per_page] =>
[context:protected] => Context Object
*RECURSION*
[css_files] => Array
(
[/themes/default/css/global.css] => all
[/themes/default/css/scenes.css] => all
[/themes/default/css/category.css] => all
[/themes/default/css/product_list.css] => all
[/modules/blockpaymentlogo/blockpaymentlogo.css] => all
[/modules/blockpermanentlinks/blockpermanentlinks.css] => all
[/modules/blockviewed/blockviewed.css] => all
[/modules/blocksocial/blocksocial.css] => all
[/modules/blockcart/blockcart.css] => all
[/modules/blockuserinfo/blockuserinfo.css] => all
[/modules/blocklanguages/blocklanguages.css] => all
[/modules/blockcms/blockcms.css] => all
[/modules/blocktags/blocktags.css] => all
[/modules/blockstore/blockstore.css] => all
[/modules/blockcontactinfos/blockcontactinfos.css] => all
[/modules/favoriteproducts/favoriteproducts.css] => all
[/modules/homefeatured/homefeatured.css] => all
[/modules/blockcontact/blockcontact.css] => all
[/modules/blockmanufacturer/blockmanufacturer.css] => all
[/js/jquery/ui/themes/base/jquery.ui.theme.css] => all
[/js/jquery/ui/themes/base/jquery.ui.slider.css] => all
[/modules/blocklayered/blocklayered-15.css] => all
[/modules/blockcategories/blockcategories.css] => all
[/modules/homeslider/bx_styles.css] => all
[/modules/blockspecials/blockspecials.css] => all
[/modules/blocktopmenu/css/superfish-modified.css] => all
)
[js_files] => Array
(
[0] => /js/jquery/jquery-1.4.4.min.js
[1] => /js/jquery/plugins/jquery.easing.js
[2] => /js/tools.js
[3] => /js/jquery/jquery-1.4.4.min.js
[4] => /js/jquery/plugins/jquery.easing.js
[5] => /js/tools.js
[6] => /modules/blockcart/ajax-cart.js
[7] => /modules/blocklayered/blocklayered.js
[8] => /js/jquery/ui/jquery.ui.core.min.js
[9] => /js/jquery/ui/jquery.ui.widget.min.js
[10] => /js/jquery/ui/jquery.ui.mouse.min.js
[11] => /js/jquery/ui/jquery.ui.slider.min.js
[12] => /js/jquery/plugins/jquery.scrollTo.js
[13] => /themes/default/js/tools/treeManagement.js
[14] => /modules/homeslider/js/jquery.bxSlider.min.js
[15] => /modules/homeslider/js/homeslider.js
[16] => /modules/blocktopmenu/js/hoverIntent.js
[17] => /modules/blocktopmenu/js/superfish-modified.js
)
[display_header:protected] => 1
[template:protected] =>
[display_footer:protected] => 1
[content_only:protected] =>
[ajax:protected] =>
[json:protected] =>
[status:protected] =>
[redirect_after:protected] =>
[controller_type] => front
[nbProducts] =>
[cat_products] => Array
(
[0] => Array
(
[id_product] => 2925
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.833333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92252225
[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:20:37
[date_upd] => 2025-09-24 15:28:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92252225
[link_rewrite] => cage-aiguille-sur-axe-de-roue
[name] => Cage Aiguille sur Axe de Roue
[id_image] => 2807
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 375
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.150000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13432640
[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-10-02 17:44:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU13432640
[link_rewrite] => caoutch-bequille-centrale
[name] => Caoutch. Bequille Centrale
[id_image] => 1877
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 379
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.666667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14251001
[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-14 15:02:22
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14251001
[link_rewrite] => caoutchcde-frein-ou-selecteur
[name] => Caoutch.cde Frein Ou Selecteur
[id_image] => 1880
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 386
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.333333
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14423800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:09:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14423800
[link_rewrite] => caoutchouc-arrêt-béquille-latérale-lm-sp
[name] => Caoutchouc Arrêt Béquille Latérale LM - SP
[id_image] => 3565
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 8823
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 0
[price] => 9.833333
[wholesale_price] => 5.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93242007
[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] => 2016-07-11 10:08:15
[date_upd] => 2016-07-11 10:16:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93242007
[link_rewrite] => caoutchouc-butoir-béquille-latérale
[name] => Caoutchouc butoir béquille latérale
[id_image] =>
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[6] => Array
(
[id_product] => 3802
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.04
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 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-06-13 20:30:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU91551010
[link_rewrite] => caoutchouc-carenage-daytona
[name] => Caoutchouc Carénage Daytona
[id_image] => 1888
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 376
[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] => 3.250000
[wholesale_price] => 1.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14103400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 22:14:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14103400
[link_rewrite] => caoutchouc-réservoir-diabolo
[name] => Caoutchouc Réservoir Diabolo
[id_image] => 1878
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 1145
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.833333
[wholesale_price] => 1.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180721
[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] => 2023-10-27 18:19:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU93180721 Sur éclaté n° 9
[link_rewrite] => caoutchouc-selle-v11
[name] => Caoutchouc Selle V11
[id_image] => 5074
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 1131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 532
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.416667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93231605
[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-09-02 21:49:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93231605
[link_rewrite] => caoutchouc-silent-bloc-d5
[name] => Caoutchouc Silent Bloc D5
[id_image] => 3081
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 8700
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 290
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 56.666667
[wholesale_price] => 19.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01721600 ADAP
[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] => 2015-10-15 10:34:15
[date_upd] => 2025-11-06 19:48:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU01721600 ADAP
[link_rewrite] => capteur-de-phase-adaptable
[name] => Capteur de Phase Adaptable
[id_image] => 4439
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1159
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 778
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.666667
[wholesale_price] => 4.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01717430
[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] => 2023-07-14 15:20:09
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU01717430
[link_rewrite] => capuchon-bougie-rouge
[name] => Capuchon Bougie Rouge
[id_image] => 2313
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1163
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 358.333333
[wholesale_price] => 211.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01358730
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-09-16 18:21:33
[advanced_stock_management] => 0
[available_later] => Délai 3 semaines
[description_short] => GU01358730
[link_rewrite] => cardan
[name] => Cardan V11
[id_image] => 3833
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1193
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.166667
[wholesale_price] => 9.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31781565
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-15 14:16:09
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines (jours ouvrés)
[description_short] => GU31781565 Sur éclaté n° 8
[link_rewrite] => catadioptre-v11
[name] => Catadioptre V11
[id_image] => 5111
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 1220
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 356
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.666667
[wholesale_price] => 5.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30735500
[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] => 2021-11-25 18:34:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30735500
[link_rewrite] => cle-ebauche
[name] => Clé Ebauche
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 490
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-27 18:23:11
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant D - Arrière G
[link_rewrite] => clignotant-v11-avant-d-arrière-g
[name] => Clignotant V11 Avant D - Arrière G
[id_image] => 1136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 8176
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750601
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-06-23 22:54:24
[date_upd] => 2024-11-27 18:23:20
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant G - Arrière D
[link_rewrite] => clignotant-v11-avant-g-arrière-d
[name] => Clignotant V11 Avant G - Arrière D
[id_image] => 1137
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9050
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90353040
[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-10-16 11:39:04
[date_upd] => 2018-10-25 20:12:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90353040 Clips n°11
[link_rewrite] => clips
[name] => Clips
[id_image] => 3852
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => 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
)
[21] => Array
(
[id_product] => 4011
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 162.500000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01738000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-06-22 22:50:58
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01738000 - GU01738020
[link_rewrite] => commodo-gauche-v11-1100-sport-quota
[name] => Commodo Gauche V11 - 1100 Sport - Quota
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 8792
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 520
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 163.333333
[wholesale_price] => 98.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01782500
[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] => 2016-04-15 10:39:44
[date_upd] => 2021-09-24 20:04:03
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01782500 Contacteur n° 36
[link_rewrite] => contacteur-à -clé
[name] => Contacteur à clé
[id_image] => 4045
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[24] => Array
(
[id_product] => 9589
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 155.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11P
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-03-18 18:58:04
[date_upd] => 2023-03-20 12:14:08
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11P
[link_rewrite] => coudes-échappement-v11-inox-poli
[name] => Coudes échappement V11 inox poli
[id_image] => 5069
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[25] => Array
(
[id_product] => 8932
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 160.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11S
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-14 16:49:34
[date_upd] => 2025-03-11 12:25:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11S
[link_rewrite] => coudes-échappement-v11-inox-satiné
[name] => Coudes échappement V11 inox satiné
[id_image] => 3650
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[26] => Array
(
[id_product] => 1317
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => 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
)
[28] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[30] => Array
(
[id_product] => 707
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 4209
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 350
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 298.333333
[wholesale_price] => 223.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03635700
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-01-09 19:20:51
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU03635700 Sur éclaté n° 7
[link_rewrite] => disque-frein-arrière-série-or
[name] => Disque Frein Arrière Série Or
[id_image] => 5231
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9248
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 874
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93232005
[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] => 2020-06-03 17:48:44
[date_upd] => 2020-06-03 17:51:41
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU93232005
[link_rewrite] => douille-caoutchouc
[name] => Douille caoutchouc
[id_image] => 4322
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 1407
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 593
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 4315
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 670
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02745200
[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] => 2021-04-05 20:16:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU02745200  Sur éclaté n°20
[link_rewrite] => eclairage-plaque
[name] => Eclairage Plaque
[id_image] => 4605
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4356
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 157
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92787008 - 860651
[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:20:37
[date_upd] => 2024-11-21 18:47:45
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU92787008 - 860651
[link_rewrite] => ecrou-borgne-d8
[name] => Ecrou Borgne D8
[id_image] => 3638
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
)
[language] => Language Object
(
[id] => 4
[name] => Français (French)
[iso_code] => fr
[language_code] => fr
[date_format_lite] => d/m/Y
[date_format_full] => d/m/Y H:i:s
[is_rtl] => 0
[active] => 1
[webserviceParameters:protected] => Array
(
[objectNodeName] => language
[objectsNodeName] => languages
)
[translationsFilesAndVars:protected] => Array
(
[fields] => _FIELDS
[errors] => _ERRORS
[admin] => _LANGADM
[pdf] => _LANGPDF
)
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => lang
[identifier:protected] => id_lang
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => date_format_lite
[3] => date_format_full
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 2
[language_code] => 5
[date_format_lite] => 32
[date_format_full] => 32
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[language_code] => isLanguageCode
[active] => isBool
[is_rtl] => isBool
[date_format_lite] => isPhpDateFormat
[date_format_full] => isPhpDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => lang
[primary] => id_lang
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 2
)
[language_code] => Array
(
[type] => 3
[validate] => isLanguageCode
[size] => 5
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[is_rtl] => Array
(
[type] => 2
[validate] => isBool
)
[date_format_lite] => Array
(
[type] => 3
[validate] => isPhpDateFormat
[required] => 1
[size] => 32
)
[date_format_full] => Array
(
[type] => 3
[validate] => isPhpDateFormat
[required] => 1
[size] => 32
)
)
[classname] => Language Object
*RECURSION*
)
)
[currency] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multishop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency Object
*RECURSION*
)
)
[tab] =>
[shop] => Shop Object
(
[id_group_shop] => 1
[id_theme] => 1
[name] => Moto Bel'
[active] => 1
[id_category] => 2
[deleted] => 0
[theme_name] => default
[theme_directory] => default
[physical_uri] => /
[virtual_uri] =>
[domain] => www.motobel.fr
[domain_ssl] => www.motobel.fr
[group:protected] => GroupShop Object
(
[name] => Default
[active] => 1
[share_customer] => 0
[share_stock] => 0
[share_order] => 0
[deleted] => 0
[id] => 1
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => group_shop
[identifier:protected] => id_group_shop
[fieldsRequired:protected] => Array
(
[0] => name
)
[fieldsSize:protected] => Array
(
[name] => 64
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[share_customer] => isBool
[share_order] => isBool
[share_stock] => isBool
[active] => isBool
[deleted] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[webserviceParameters:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => group_shop
[primary] => id_group_shop
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 64
)
[share_customer] => Array
(
[type] => 2
[validate] => isBool
)
[share_order] => Array
(
[type] => 2
[validate] => isBool
)
[share_stock] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => GroupShop Object
*RECURSION*
)
)
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_group_shop] => Array
(
[xlink_resource] => shop_groups
)
[id_category] => Array
(
)
[id_theme] => Array
(
)
)
)
[id] => 1
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => shop
[identifier:protected] => id_shop
[fieldsRequired:protected] => Array
(
[0] => name
[1] => id_theme
[2] => id_category
[3] => id_group_shop
)
[fieldsSize:protected] => Array
(
[name] => 64
)
[fieldsValidate:protected] => Array
(
[active] => isBool
[deleted] => isBool
[name] => isGenericName
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => shop
[primary] => id_shop
[fields] => Array
(
[active] => Array
(
[type] => 2
[validate] => isBool
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 64
)
[id_theme] => Array
(
[type] => 1
[required] => 1
)
[id_category] => Array
(
[type] => 1
[required] => 1
)
[id_group_shop] => Array
(
[type] => 1
[required] => 1
)
)
[classname] => Shop Object
*RECURSION*
)
[theme_id] => 1
)
[smarty] => Smarty Object
(
[auto_literal] => 1
[error_unassigned] =>
[use_include_path] =>
[template_dir:Smarty:private] => Array
(
[0] => /home/motobelfqt/www/themes/default/tpl/
)
[joined_template_dir] => /home/motobelfqt/www/themes/default/tpl/
[joined_config_dir] => /home/motobelfqt/www/tools/smarty/configs/
[default_template_handler_func] =>
[default_config_handler_func] =>
[default_plugin_handler_func] =>
[compile_dir:Smarty:private] => /home/motobelfqt/www/cache/smarty/compile/
[plugins_dir:Smarty:private] => Array
(
[0] => /home/motobelfqt/www/tools/smarty/plugins/
)
[cache_dir:Smarty:private] => /home/motobelfqt/www/cache/smarty/cache/
[config_dir:Smarty:private] => Array
(
[0] => /home/motobelfqt/www/tools/smarty/configs/
)
[force_compile] => 0
[compile_check] => 1
[use_sub_dirs] =>
[allow_ambiguous_resources] =>
[caching] => 0
[merge_compiled_includes] =>
[cache_lifetime] => 31536000
[force_cache] =>
[cache_id] =>
[compile_id] =>
[left_delimiter] => {
[right_delimiter] => }
[security_class] => Smarty_Security
[security_policy] =>
[php_handling] => 0
[allow_php_templates] =>
[direct_access_security] => 1
[debugging] =>
[debugging_ctrl] => URL
[smarty_debug_id] => SMARTY_DEBUG
[debug_tpl] => file:/home/motobelfqt/www/tools/smarty/debug.tpl
[error_reporting] =>
[get_used_tags] =>
[config_overwrite] => 1
[config_booleanize] => 1
[config_read_hidden] =>
[compile_locking] => 1
[cache_locking] =>
[locking_timeout] => 10
[template_functions] => Array
(
)
[default_resource_type] => file
[caching_type] => file
[properties] => Array
(
)
[default_config_type] => file
[template_objects] => Array
(
[/home/motobelfqt/www/themes/default/tpl/#/home/motobelfqt/www/modules/blockcategories/blockcategories.tplblockcategories|1_1_4_0_229] => Smarty_Internal_Template Object
(
[cache_id] => blockcategories|1_1_4_0_229
[compile_id] =>
[caching] => 1
[cache_lifetime] => 3600
[template_resource] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[mustCompile] =>
[has_nocache_code] =>
[properties] => Array
(
[file_dependency] => Array
(
)
[nocache_hash] =>
[function] => Array
(
)
)
[required_plugins] => Array
(
[compiled] => Array
(
)
[nocache] => Array
(
)
)
[smarty] => Smarty Object
*RECURSION*
[block_data] => Array
(
)
[variable_filters] => Array
(
)
[used_tags] => Array
(
)
[allow_relative_path] =>
[_capture_stack] => Array
(
[0] => Array
(
)
)
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
)
[parent] => Smarty Object
*RECURSION*
[config_vars] => Array
(
)
[source] => Smarty_Template_Source Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
[uid] => 7efcd07805770f7c58b90832d2d2446855e9069f
[resource] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[type] => file
[name] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[unique_resource] => Smarty_Internal_Resource_File#/home/motobelfqt/www/themes/default/tpl/#/home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[filepath] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[uncompiled] =>
[recompiled] =>
[components] =>
[handler] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
[smarty] => Smarty Object
*RECURSION*
[timestamp] => 1513703265
[exists] => 1
)
[cached] => Smarty_Template_Cached Object
(
[filepath] => /home/motobelfqt/www/cache/smarty/cache/blockcategories^1_1_4_0_229^7efcd07805770f7c58b90832d2d2446855e9069f.blockcategories.tpl.php
[content] =>
[timestamp] => 1765593332
[exists] => 1
[valid] => 1
[processed] => 1
[handler] => Smarty_Internal_CacheResource_File Object
(
)
[compile_id] =>
[cache_id] => blockcategories|1_1_4_0_229
[lock_id] =>
[is_locked] =>
[source] => Smarty_Template_Source Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
[uid] => 7efcd07805770f7c58b90832d2d2446855e9069f
[resource] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[type] => file
[name] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[unique_resource] => Smarty_Internal_Resource_File#/home/motobelfqt/www/themes/default/tpl/#/home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[filepath] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[uncompiled] =>
[recompiled] =>
[components] =>
[handler] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
[smarty] => Smarty Object
*RECURSION*
[timestamp] => 1513703265
[exists] => 1
)
)
)
)
[cache_modified_check] =>
[registered_plugins] => Array
(
[modifier] => Array
(
[truncate] => Array
(
[0] => smarty_modifier_truncate
[1] => 1
[2] => Array
(
)
)
[secureReferrer] => Array
(
[0] => Array
(
[0] => Tools
[1] => secureReferrer
)
[1] => 1
[2] => Array
(
)
)
[convertAndFormatPrice] => Array
(
[0] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[1] => 1
[2] => Array
(
)
)
)
[function] => Array
(
[t] => Array
(
[0] => smartyTruncate
[1] => 1
[2] => Array
(
)
)
[m] => Array
(
[0] => smartyMaxWords
[1] => 1
[2] => Array
(
)
)
[p] => Array
(
[0] => smartyShowObject
[1] => 1
[2] => Array
(
)
)
[d] => Array
(
[0] => smartyDieObject
[1] => 1
[2] => Array
(
)
)
[l] => Array
(
[0] => smartyTranslate
[1] => 1
[2] => Array
(
)
)
[hook] => Array
(
[0] => smartyHook
[1] => 1
[2] => Array
(
)
)
[dateFormat] => Array
(
[0] => Array
(
[0] => Tools
[1] => dateFormat
)
[1] => 1
[2] => Array
(
)
)
[convertPrice] => Array
(
[0] => Array
(
[0] => Product
[1] => convertPrice
)
[1] => 1
[2] => Array
(
)
)
[convertPriceWithCurrency] => Array
(
[0] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[1] => 1
[2] => Array
(
)
)
[displayWtPrice] => Array
(
[0] => Array
(
[0] => Product
[1] => displayWtPrice
)
[1] => 1
[2] => Array
(
)
)
[displayWtPriceWithCurrency] => Array
(
[0] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[1] => 1
[2] => Array
(
)
)
[displayPrice] => Array
(
[0] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[1] => 1
[2] => Array
(
)
)
[getAdminToken] => Array
(
[0] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[1] => 1
[2] => Array
(
)
)
[displayAddressDetail] => Array
(
[0] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
[1] => 1
[2] => Array
(
)
)
)
)
[plugin_search_order] => Array
(
[0] => function
[1] => block
[2] => compiler
[3] => class
)
[registered_objects] => Array
(
)
[registered_classes] => Array
(
)
[registered_filters] => Array
(
)
[registered_resources] => Array
(
)
[_resource_handlers] => Array
(
[file] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
)
[registered_cache_resources] => Array
(
)
[_cacheresource_handlers] => Array
(
[file] => Smarty_Internal_CacheResource_File Object
(
)
)
[autoload_filters] => Array
(
)
[default_modifiers] => Array
(
)
[escape_html] =>
[start_time] => 1765593329.9388
[_file_perms] => 420
[_dir_perms] => 505
[_tag_stack] => Array
(
)
[smarty] => Smarty Object
*RECURSION*
[_current_file] =>
[_parserdebug] =>
[merged_templates_func] => Array
(
)
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
[display_promo] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[name] => Smarty_Variable Object
(
[value] => V11 cat. 1100 2003-2004
[nocache] =>
[scope] => 0
)
[meta_title] => Smarty_Variable Object
(
[value] => Pièces V11 cat. 1100 2003-2004 Moto Guzzi (2) - Moto Bel'
[nocache] =>
[scope] => 0
)
[meta_description] => Smarty_Variable Object
(
[value] => Pièces V11 cat. 1100 2003-2004 Moto Guzzi en vente sur Moto Bel'
[nocache] =>
[scope] => 0
)
[meta_keywords] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[description] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[request_uri] => Smarty_Variable Object
(
[value] => /229-v11-cat-1100-2003-2004?p=2
[nocache] =>
[scope] => 0
)
[navigationPipe] => Smarty_Variable Object
(
[value] => >
[nocache] =>
[scope] => 0
)
[mobile_device] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[link] => Smarty_Variable Object
(
[value] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
)
[nocache] =>
[scope] => 0
)
[cart] => Smarty_Variable Object
(
[value] => 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*
)
)
[nocache] =>
[scope] => 0
)
[currency] => Smarty_Variable Object
(
[value] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multishop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency Object
*RECURSION*
)
)
[nocache] =>
[scope] => 0
)
[cookie] => Smarty_Variable Object
(
[value] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-13 03:35:27
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 229
[viewed] => 2021
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767321329
[_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
)
[nocache] =>
[scope] => 0
)
[page_name] => Smarty_Variable Object
(
[value] => category
[nocache] =>
[scope] => 0
)
[base_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/
[nocache] =>
[scope] => 0
)
[base_dir_ssl] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/
[nocache] =>
[scope] => 0
)
[content_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/
[nocache] =>
[scope] => 0
)
[tpl_dir] => Smarty_Variable Object
(
[value] => /home/motobelfqt/www/themes/default/
[nocache] =>
[scope] => 0
)
[modules_dir] => Smarty_Variable Object
(
[value] => /modules/
[nocache] =>
[scope] => 0
)
[mail_dir] => Smarty_Variable Object
(
[value] => /mails/
[nocache] =>
[scope] => 0
)
[lang_iso] => Smarty_Variable Object
(
[value] => fr
[nocache] =>
[scope] => 0
)
[come_from] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/229-v11-cat-1100-2003-2004?p=2
[nocache] =>
[scope] => 0
)
[come_from2] => Smarty_Variable Object
(
[value] => /229-v11-cat-1100-2003-2004?p=2
[nocache] =>
[scope] => 0
)
[cart_qties] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[currencies] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_currency] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[format] => 2
[decimals] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[active] => 1
[id_shop] => 1
)
)
[nocache] =>
[scope] => 0
)
[languages] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_lang] => 4
[name] => Français (French)
[active] => 1
[iso_code] => fr
[language_code] => fr
[date_format_lite] => d/m/Y
[date_format_full] => d/m/Y H:i:s
[is_rtl] => 0
[id_shop] => 1
[shops] => Array
(
[1] => 1
)
)
)
[nocache] =>
[scope] => 0
)
[priceDisplay] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[add_prod_display] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[shop_name] => Smarty_Variable Object
(
[value] => Moto Bel'
[nocache] =>
[scope] => 0
)
[roundMode] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[use_taxes] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[display_tax_label] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[vat_management] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[opc] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[PS_CATALOG_MODE] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[b2b_enable] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[request] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/229-v11-cat-1100-2003-2004?p=2
[nocache] =>
[scope] => 0
)
[id_currency_cookie] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[logged] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[customerName] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[img_ps_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/
[nocache] =>
[scope] => 0
)
[img_cat_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/c/
[nocache] =>
[scope] => 0
)
[img_lang_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/l/
[nocache] =>
[scope] => 0
)
[img_prod_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/p/
[nocache] =>
[scope] => 0
)
[img_manu_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/m/
[nocache] =>
[scope] => 0
)
[img_sup_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/su/
[nocache] =>
[scope] => 0
)
[img_ship_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/s/
[nocache] =>
[scope] => 0
)
[img_store_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/st/
[nocache] =>
[scope] => 0
)
[img_col_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/co/
[nocache] =>
[scope] => 0
)
[img_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/themes/default/img/
[nocache] =>
[scope] => 0
)
[css_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/themes/default/css/
[nocache] =>
[scope] => 0
)
[js_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/themes/default/js/
[nocache] =>
[scope] => 0
)
[pic_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/upload/
[nocache] =>
[scope] => 0
)
[time] => Smarty_Variable Object
(
[value] => 1765593331
[nocache] =>
[scope] => 0
)
[img_update_time] => Smarty_Variable Object
(
[value] => 1739728492
[nocache] =>
[scope] => 0
)
[static_token] => Smarty_Variable Object
(
[value] => 066acc9332f573236110a6175bab179a
[nocache] =>
[scope] => 0
)
[token] => Smarty_Variable Object
(
[value] => b26e5cc17b779b8bfadfc9681c5b369f
[nocache] =>
[scope] => 0
)
[logo_image_width] => Smarty_Variable Object
(
[value] => 209
[nocache] =>
[scope] => 0
)
[logo_image_height] => Smarty_Variable Object
(
[value] => 52
[nocache] =>
[scope] => 0
)
[priceDisplayPrecision] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[content_only] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[logo_url] => Smarty_Variable Object
(
[value] => /img/logo.jpg?1739728492
[nocache] =>
[scope] => 0
)
[favicon_url] => Smarty_Variable Object
(
[value] => /img/favicon.ico
[nocache] =>
[scope] => 0
)
[ganalytics_id] => Smarty_Variable Object
(
[value] => UA-30898053-2
[nocache] =>
[scope] => 0
)
[isOrder] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[MENU_SEARCH] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[MENU] => Smarty_Variable Object
(
[value] => Bienvenue Identifiez-vous
Notre service client
est disponible de 10h à 13h et de 14h à 19h
Tél. :06 47 56 45 85
Contactez-nous
401. /**
402. * keep retrocompatibility id_tax_rules_group
403. * @deprecated 1.5.0.6
404. */
405. if ($this->id)
406. $this->id_tax_rules_group = $this->getIdTaxRulesGroup($context);
407.
408. if ($full && $this->id)
409. {
410. $this->isFullyLoaded = $full;
411. $this->tax_name = 'deprecated'; // The applicable tax may be BOTH the product one AND the state one (moreover this variable is some deadcode)
Argument [0]
Context Object
(
[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*
)
)
[customer] => Customer Object
(
[id] =>
[id_shop] =>
[id_group_shop] =>
[secure_key] =>
[note] =>
[id_gender] => 0
[id_default_group] => 1
[lastname] =>
[firstname] =>
[birthday] =>
[email] =>
[newsletter] =>
[ip_registration_newsletter] =>
[newsletter_date_add] =>
[optin] =>
[website] =>
[company] =>
[siret] =>
[ape] =>
[outstanding_allow_amount] => 0
[show_public_prices] => 0
[id_risk] =>
[max_payment_days] => 0
[passwd] =>
[last_passwd_gen] =>
[active] => 1
[is_guest] => 0
[deleted] => 0
[date_add] =>
[date_upd] =>
[years] =>
[days] =>
[months] =>
[geoloc_id_country] =>
[geoloc_id_state] =>
[geoloc_postcode] =>
[logged] => 0
[id_guest] =>
[groupBox] =>
[account_number] =>
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_default_group] => Array
(
[xlink_resource] => groups
)
[newsletter_date_add] => Array
(
)
[ip_registration_newsletter] => Array
(
)
[last_passwd_gen] => Array
(
[setter] =>
)
[secure_key] => Array
(
[setter] =>
)
[deleted] => Array
(
)
[passwd] => Array
(
[setter] => setWsPasswd
)
)
[associations] => Array
(
[groups] => Array
(
[resource] => group
)
)
)
[id_lang:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => customer
[identifier:protected] => id_customer
[fieldsRequired:protected] => Array
(
[0] => lastname
[1] => firstname
[2] => email
[3] => passwd
)
[fieldsSize:protected] => Array
(
[lastname] => 32
[firstname] => 32
[email] => 128
[passwd] => 32
[account_number] => 65000
[note] => 65000
)
[fieldsValidate:protected] => Array
(
[secure_key] => isMd5
[lastname] => isName
[firstname] => isName
[email] => isEmail
[passwd] => isPasswd
[id_gender] => isUnsignedId
[birthday] => isBirthDate
[newsletter] => isBool
[optin] => isBool
[website] => isUrl
[company] => isGenericName
[account_number] => isCleanHtml
[siret] => isSiret
[ape] => isApe
[outstanding_allow_amount] => isFloat
[show_public_prices] => isBool
[id_risk] => isUnsignedInt
[max_payment_days] => isUnsignedInt
[active] => isBool
[deleted] => isBool
[note] => isCleanHtml
[is_guest] => isBool
[id_shop] => isUnsignedId
[id_group_shop] => isUnsignedId
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => customer
[primary] => id_customer
[fields] => Array
(
[secure_key] => Array
(
[type] => 3
[validate] => isMd5
[copy_post] =>
)
[lastname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[firstname] => Array
(
[type] => 3
[validate] => isName
[required] => 1
[size] => 32
)
[email] => Array
(
[type] => 3
[validate] => isEmail
[required] => 1
[size] => 128
)
[passwd] => Array
(
[type] => 3
[validate] => isPasswd
[required] => 1
[size] => 32
)
[last_passwd_gen] => Array
(
[type] => 3
[copy_post] =>
)
[id_gender] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[birthday] => Array
(
[type] => 5
[validate] => isBirthDate
)
[newsletter] => Array
(
[type] => 2
[validate] => isBool
)
[newsletter_date_add] => Array
(
[type] => 5
[copy_post] =>
)
[ip_registration_newsletter] => Array
(
[type] => 3
[copy_post] =>
)
[optin] => Array
(
[type] => 2
[validate] => isBool
)
[website] => Array
(
[type] => 3
[validate] => isUrl
)
[company] => Array
(
[type] => 3
[validate] => isGenericName
)
[account_number] => Array
(
[type] => 3
[validate] => isCleanHtml
[size] => 65000
[copy_from_front] =>
)
[siret] => Array
(
[type] => 3
[validate] => isSiret
)
[ape] => Array
(
[type] => 3
[validate] => isApe
)
[outstanding_allow_amount] => Array
(
[type] => 1
[validate] => isFloat
[copy_post] =>
)
[show_public_prices] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[id_risk] => Array
(
[type] => 1
[validate] => isUnsignedInt
[copy_post] =>
)
[max_payment_days] => Array
(
[type] => 1
[validate] => isUnsignedInt
[copy_post] =>
)
[active] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[note] => Array
(
[type] => 3
[validate] => isCleanHtml
[size] => 65000
[copy_post] =>
)
[is_guest] => Array
(
[type] => 2
[validate] => isBool
[copy_post] =>
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
[copy_post] =>
)
[id_group_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
[copy_post] =>
)
[id_default_group] => Array
(
[type] => 1
[copy_post] =>
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
[copy_post] =>
)
)
[classname] => Customer Object
*RECURSION*
)
)
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-13 03:35:27
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 229
[viewed] => 2021
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767321329
[_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
)
[link] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
)
[country] => Country Object
(
[id] => 8
[id_zone] => 10
[id_currency] => 0
[iso_code] => FR
[call_prefix] => 33
[name] => France métropolitaine
[contains_states] => 0
[need_identification_number] => 0
[need_zip_code] => 1
[zip_code_format] => NNNNN
[display_tax_label] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => countries
[fields] => Array
(
[id_zone] => Array
(
[xlink_resource] => zones
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
)
)
[id_lang:protected] => 4
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => country
[identifier:protected] => id_country
[fieldsRequired:protected] => Array
(
[0] => id_zone
[1] => iso_code
[2] => contains_states
[3] => need_identification_number
[4] => display_tax_label
)
[fieldsSize:protected] => Array
(
[iso_code] => 3
)
[fieldsValidate:protected] => Array
(
[id_zone] => isUnsignedId
[id_currency] => isUnsignedId
[call_prefix] => isInt
[iso_code] => isLanguageIsoCode
[active] => isBool
[contains_states] => isBool
[need_identification_number] => isBool
[need_zip_code] => isBool
[zip_code_format] => isZipCodeFormat
[display_tax_label] => isBool
)
[fieldsRequiredLang:protected] => Array
(
[0] => name
)
[fieldsSizeLang:protected] => Array
(
[name] => 64
)
[fieldsValidateLang:protected] => Array
(
[name] => isGenericName
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => country
[primary] => id_country
[multilang] => 1
[fields] => Array
(
[id_zone] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[call_prefix] => Array
(
[type] => 1
[validate] => isInt
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[contains_states] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[need_identification_number] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[need_zip_code] => Array
(
[type] => 2
[validate] => isBool
)
[zip_code_format] => Array
(
[type] => 3
[validate] => isZipCodeFormat
)
[display_tax_label] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[name] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[required] => 1
[size] => 64
)
)
[associations] => Array
(
[zone] => Array
(
[type] => 1
)
[currency] => Array
(
[type] => 1
)
[l] => Array
(
[type] => 2
[field] => id_country
[foreign_field] => id_country
)
)
[classname] => Country Object
*RECURSION*
)
)
[employee] =>
[controller] => CategoryController Object
(
[php_self] => category
[category:protected] => Category Object
(
[id] => 229
[id_category] => 229
[name] => V11 cat. 1100 2003-2004
[active] => 1
[position] => 0
[description] =>
[id_parent] => 139
[level_depth] => 4
[nleft] => 1137
[nright] => 1150
[link_rewrite] => v11-cat-1100-2003-2004
[meta_title] => Pièces V11 cat. 1100 2003-2004 Moto Guzzi
[meta_keywords] =>
[meta_description] => Pièces V11 cat. 1100 2003-2004 Moto Guzzi en vente sur Moto Bel'
[date_add] => 2012-09-11 18:15:28
[date_upd] => 2012-09-11 18:15:28
[is_root_category] => 0
[groupBox] =>
[remove_products] => 1
[disable_products] =>
[id_image] =>
[webserviceParameters:protected] => Array
(
[objectsNodeName] => categories
[hidden_fields] => Array
(
[0] => nleft
[1] => nright
[2] => groupBox
)
[fields] => Array
(
[id_parent] => Array
(
[xlink_resource] => categories
)
[level_depth] => Array
(
[setter] =>
)
[nb_products_recursive] => Array
(
[getter] => getWsNbProductsRecursive
[setter] =>
)
)
[associations] => Array
(
[categories] => Array
(
[getter] => getChildrenWs
[resource] => category
)
[products] => Array
(
[getter] => getProductsWs
[resource] => product
)
)
)
[id_lang:protected] => 4
[id_shop:protected] => 1
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => category
[identifier:protected] => id_category
[fieldsRequired:protected] => Array
(
[0] => active
)
[fieldsSize:protected] => Array
(
)
[fieldsValidate:protected] => Array
(
[nleft] => isUnsignedInt
[nright] => isUnsignedInt
[level_depth] => isUnsignedInt
[active] => isBool
[id_parent] => isUnsignedInt
[is_root_category] => isBool
[date_add] => isDate
[date_upd] => isDate
)
[fieldsRequiredLang:protected] => Array
(
[0] => name
[1] => link_rewrite
)
[fieldsSizeLang:protected] => Array
(
[name] => 64
[link_rewrite] => 64
[meta_title] => 128
[meta_description] => 255
[meta_keywords] => 255
)
[fieldsValidateLang:protected] => Array
(
[name] => isCatalogName
[link_rewrite] => isLinkRewrite
[description] => isString
[meta_title] => isGenericName
[meta_description] => isGenericName
[meta_keywords] => isGenericName
)
[tables:protected] => Array
(
)
[image_dir:protected] => /home/motobelfqt/www/img/c/
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => category
[primary] => id_category
[multilang] => 1
[multishop] => 1
[fields] => Array
(
[nleft] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[nright] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[level_depth] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[active] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[id_parent] => Array
(
[type] => 1
[validate] => isUnsignedInt
)
[is_root_category] => Array
(
[type] => 2
[validate] => isBool
)
[position] => Array
(
[type] => 1
)
[date_add] => Array
(
[type] => 5
[validate] => isDate
)
[date_upd] => Array
(
[type] => 5
[validate] => isDate
)
[name] => Array
(
[type] => 3
[lang] => 1
[validate] => isCatalogName
[required] => 1
[size] => 64
)
[link_rewrite] => Array
(
[type] => 3
[lang] => 1
[validate] => isLinkRewrite
[required] => 1
[size] => 64
)
[description] => Array
(
[type] => 6
[lang] => 1
[validate] => isString
)
[meta_title] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 128
)
[meta_description] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 255
)
[meta_keywords] => Array
(
[type] => 3
[lang] => 1
[validate] => isGenericName
[size] => 255
)
)
[classname] => Category Object
*RECURSION*
[associations] => Array
(
[l] => Array
(
[type] => 2
[field] => id_category
[foreign_field] => id_category
)
)
)
)
[errors] => Array
(
)
[iso] =>
[orderBy] => name
[orderWay] => asc
[p] =>
[n] =>
[auth] =>
[guestAllowed] =>
[authRedirection] =>
[ssl] => 1
[restrictedCountry:protected] =>
[maintenance:protected] =>
[display_column_left] => 1
[display_column_right] => 1
[nb_items_per_page] =>
[context:protected] => Context Object
*RECURSION*
[css_files] => Array
(
[/themes/default/css/global.css] => all
[/themes/default/css/scenes.css] => all
[/themes/default/css/category.css] => all
[/themes/default/css/product_list.css] => all
[/modules/blockpaymentlogo/blockpaymentlogo.css] => all
[/modules/blockpermanentlinks/blockpermanentlinks.css] => all
[/modules/blockviewed/blockviewed.css] => all
[/modules/blocksocial/blocksocial.css] => all
[/modules/blockcart/blockcart.css] => all
[/modules/blockuserinfo/blockuserinfo.css] => all
[/modules/blocklanguages/blocklanguages.css] => all
[/modules/blockcms/blockcms.css] => all
[/modules/blocktags/blocktags.css] => all
[/modules/blockstore/blockstore.css] => all
[/modules/blockcontactinfos/blockcontactinfos.css] => all
[/modules/favoriteproducts/favoriteproducts.css] => all
[/modules/homefeatured/homefeatured.css] => all
[/modules/blockcontact/blockcontact.css] => all
[/modules/blockmanufacturer/blockmanufacturer.css] => all
[/js/jquery/ui/themes/base/jquery.ui.theme.css] => all
[/js/jquery/ui/themes/base/jquery.ui.slider.css] => all
[/modules/blocklayered/blocklayered-15.css] => all
[/modules/blockcategories/blockcategories.css] => all
[/modules/homeslider/bx_styles.css] => all
[/modules/blockspecials/blockspecials.css] => all
[/modules/blocktopmenu/css/superfish-modified.css] => all
)
[js_files] => Array
(
[0] => /js/jquery/jquery-1.4.4.min.js
[1] => /js/jquery/plugins/jquery.easing.js
[2] => /js/tools.js
[3] => /js/jquery/jquery-1.4.4.min.js
[4] => /js/jquery/plugins/jquery.easing.js
[5] => /js/tools.js
[6] => /modules/blockcart/ajax-cart.js
[7] => /modules/blocklayered/blocklayered.js
[8] => /js/jquery/ui/jquery.ui.core.min.js
[9] => /js/jquery/ui/jquery.ui.widget.min.js
[10] => /js/jquery/ui/jquery.ui.mouse.min.js
[11] => /js/jquery/ui/jquery.ui.slider.min.js
[12] => /js/jquery/plugins/jquery.scrollTo.js
[13] => /themes/default/js/tools/treeManagement.js
[14] => /modules/homeslider/js/jquery.bxSlider.min.js
[15] => /modules/homeslider/js/homeslider.js
[16] => /modules/blocktopmenu/js/hoverIntent.js
[17] => /modules/blocktopmenu/js/superfish-modified.js
)
[display_header:protected] => 1
[template:protected] =>
[display_footer:protected] => 1
[content_only:protected] =>
[ajax:protected] =>
[json:protected] =>
[status:protected] =>
[redirect_after:protected] =>
[controller_type] => front
[nbProducts] =>
[cat_products] => Array
(
[0] => Array
(
[id_product] => 2925
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.833333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92252225
[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:20:37
[date_upd] => 2025-09-24 15:28:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92252225
[link_rewrite] => cage-aiguille-sur-axe-de-roue
[name] => Cage Aiguille sur Axe de Roue
[id_image] => 2807
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 375
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.150000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13432640
[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-10-02 17:44:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU13432640
[link_rewrite] => caoutch-bequille-centrale
[name] => Caoutch. Bequille Centrale
[id_image] => 1877
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 379
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.666667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14251001
[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-14 15:02:22
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14251001
[link_rewrite] => caoutchcde-frein-ou-selecteur
[name] => Caoutch.cde Frein Ou Selecteur
[id_image] => 1880
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 386
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.333333
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14423800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:09:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14423800
[link_rewrite] => caoutchouc-arrêt-béquille-latérale-lm-sp
[name] => Caoutchouc Arrêt Béquille Latérale LM - SP
[id_image] => 3565
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 8823
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 0
[price] => 9.833333
[wholesale_price] => 5.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93242007
[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] => 2016-07-11 10:08:15
[date_upd] => 2016-07-11 10:16:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93242007
[link_rewrite] => caoutchouc-butoir-béquille-latérale
[name] => Caoutchouc butoir béquille latérale
[id_image] =>
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[6] => Array
(
[id_product] => 3802
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.04
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 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-06-13 20:30:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU91551010
[link_rewrite] => caoutchouc-carenage-daytona
[name] => Caoutchouc Carénage Daytona
[id_image] => 1888
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 376
[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] => 3.250000
[wholesale_price] => 1.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14103400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 22:14:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14103400
[link_rewrite] => caoutchouc-réservoir-diabolo
[name] => Caoutchouc Réservoir Diabolo
[id_image] => 1878
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 1145
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.833333
[wholesale_price] => 1.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180721
[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] => 2023-10-27 18:19:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU93180721 Sur éclaté n° 9
[link_rewrite] => caoutchouc-selle-v11
[name] => Caoutchouc Selle V11
[id_image] => 5074
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 1131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 532
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.416667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93231605
[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-09-02 21:49:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93231605
[link_rewrite] => caoutchouc-silent-bloc-d5
[name] => Caoutchouc Silent Bloc D5
[id_image] => 3081
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 8700
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 290
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 56.666667
[wholesale_price] => 19.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01721600 ADAP
[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] => 2015-10-15 10:34:15
[date_upd] => 2025-11-06 19:48:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU01721600 ADAP
[link_rewrite] => capteur-de-phase-adaptable
[name] => Capteur de Phase Adaptable
[id_image] => 4439
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1159
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 778
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.666667
[wholesale_price] => 4.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01717430
[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] => 2023-07-14 15:20:09
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU01717430
[link_rewrite] => capuchon-bougie-rouge
[name] => Capuchon Bougie Rouge
[id_image] => 2313
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1163
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 358.333333
[wholesale_price] => 211.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01358730
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-09-16 18:21:33
[advanced_stock_management] => 0
[available_later] => Délai 3 semaines
[description_short] => GU01358730
[link_rewrite] => cardan
[name] => Cardan V11
[id_image] => 3833
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1193
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.166667
[wholesale_price] => 9.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31781565
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-15 14:16:09
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines (jours ouvrés)
[description_short] => GU31781565 Sur éclaté n° 8
[link_rewrite] => catadioptre-v11
[name] => Catadioptre V11
[id_image] => 5111
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 1220
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 356
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.666667
[wholesale_price] => 5.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30735500
[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] => 2021-11-25 18:34:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30735500
[link_rewrite] => cle-ebauche
[name] => Clé Ebauche
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 490
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-27 18:23:11
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant D - Arrière G
[link_rewrite] => clignotant-v11-avant-d-arrière-g
[name] => Clignotant V11 Avant D - Arrière G
[id_image] => 1136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 8176
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750601
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-06-23 22:54:24
[date_upd] => 2024-11-27 18:23:20
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant G - Arrière D
[link_rewrite] => clignotant-v11-avant-g-arrière-d
[name] => Clignotant V11 Avant G - Arrière D
[id_image] => 1137
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9050
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90353040
[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-10-16 11:39:04
[date_upd] => 2018-10-25 20:12:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90353040 Clips n°11
[link_rewrite] => clips
[name] => Clips
[id_image] => 3852
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => 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
)
[21] => Array
(
[id_product] => 4011
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 162.500000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01738000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-06-22 22:50:58
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01738000 - GU01738020
[link_rewrite] => commodo-gauche-v11-1100-sport-quota
[name] => Commodo Gauche V11 - 1100 Sport - Quota
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 8792
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 520
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 163.333333
[wholesale_price] => 98.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01782500
[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] => 2016-04-15 10:39:44
[date_upd] => 2021-09-24 20:04:03
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01782500 Contacteur n° 36
[link_rewrite] => contacteur-à -clé
[name] => Contacteur à clé
[id_image] => 4045
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[24] => Array
(
[id_product] => 9589
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 155.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11P
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-03-18 18:58:04
[date_upd] => 2023-03-20 12:14:08
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11P
[link_rewrite] => coudes-échappement-v11-inox-poli
[name] => Coudes échappement V11 inox poli
[id_image] => 5069
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[25] => Array
(
[id_product] => 8932
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 160.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11S
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-14 16:49:34
[date_upd] => 2025-03-11 12:25:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11S
[link_rewrite] => coudes-échappement-v11-inox-satiné
[name] => Coudes échappement V11 inox satiné
[id_image] => 3650
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[26] => Array
(
[id_product] => 1317
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => 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
)
[28] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[30] => Array
(
[id_product] => 707
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 4209
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 350
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 298.333333
[wholesale_price] => 223.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03635700
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-01-09 19:20:51
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU03635700 Sur éclaté n° 7
[link_rewrite] => disque-frein-arrière-série-or
[name] => Disque Frein Arrière Série Or
[id_image] => 5231
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9248
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 874
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93232005
[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] => 2020-06-03 17:48:44
[date_upd] => 2020-06-03 17:51:41
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU93232005
[link_rewrite] => douille-caoutchouc
[name] => Douille caoutchouc
[id_image] => 4322
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 1407
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 593
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 4315
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 670
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02745200
[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] => 2021-04-05 20:16:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU02745200  Sur éclaté n°20
[link_rewrite] => eclairage-plaque
[name] => Eclairage Plaque
[id_image] => 4605
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4356
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 157
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92787008 - 860651
[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:20:37
[date_upd] => 2024-11-21 18:47:45
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU92787008 - 860651
[link_rewrite] => ecrou-borgne-d8
[name] => Ecrou Borgne D8
[id_image] => 3638
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
)
[language] => Language Object
(
[id] => 4
[name] => Français (French)
[iso_code] => fr
[language_code] => fr
[date_format_lite] => d/m/Y
[date_format_full] => d/m/Y H:i:s
[is_rtl] => 0
[active] => 1
[webserviceParameters:protected] => Array
(
[objectNodeName] => language
[objectsNodeName] => languages
)
[translationsFilesAndVars:protected] => Array
(
[fields] => _FIELDS
[errors] => _ERRORS
[admin] => _LANGADM
[pdf] => _LANGPDF
)
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => lang
[identifier:protected] => id_lang
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => date_format_lite
[3] => date_format_full
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 2
[language_code] => 5
[date_format_lite] => 32
[date_format_full] => 32
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[language_code] => isLanguageCode
[active] => isBool
[is_rtl] => isBool
[date_format_lite] => isPhpDateFormat
[date_format_full] => isPhpDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => lang
[primary] => id_lang
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 2
)
[language_code] => Array
(
[type] => 3
[validate] => isLanguageCode
[size] => 5
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[is_rtl] => Array
(
[type] => 2
[validate] => isBool
)
[date_format_lite] => Array
(
[type] => 3
[validate] => isPhpDateFormat
[required] => 1
[size] => 32
)
[date_format_full] => Array
(
[type] => 3
[validate] => isPhpDateFormat
[required] => 1
[size] => 32
)
)
[classname] => Language Object
*RECURSION*
)
)
[currency] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multishop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency Object
*RECURSION*
)
)
[tab] =>
[shop] => Shop Object
(
[id_group_shop] => 1
[id_theme] => 1
[name] => Moto Bel'
[active] => 1
[id_category] => 2
[deleted] => 0
[theme_name] => default
[theme_directory] => default
[physical_uri] => /
[virtual_uri] =>
[domain] => www.motobel.fr
[domain_ssl] => www.motobel.fr
[group:protected] => GroupShop Object
(
[name] => Default
[active] => 1
[share_customer] => 0
[share_stock] => 0
[share_order] => 0
[deleted] => 0
[id] => 1
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => group_shop
[identifier:protected] => id_group_shop
[fieldsRequired:protected] => Array
(
[0] => name
)
[fieldsSize:protected] => Array
(
[name] => 64
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[share_customer] => isBool
[share_order] => isBool
[share_stock] => isBool
[active] => isBool
[deleted] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[webserviceParameters:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => group_shop
[primary] => id_group_shop
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 64
)
[share_customer] => Array
(
[type] => 2
[validate] => isBool
)
[share_order] => Array
(
[type] => 2
[validate] => isBool
)
[share_stock] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => GroupShop Object
*RECURSION*
)
)
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_group_shop] => Array
(
[xlink_resource] => shop_groups
)
[id_category] => Array
(
)
[id_theme] => Array
(
)
)
)
[id] => 1
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => shop
[identifier:protected] => id_shop
[fieldsRequired:protected] => Array
(
[0] => name
[1] => id_theme
[2] => id_category
[3] => id_group_shop
)
[fieldsSize:protected] => Array
(
[name] => 64
)
[fieldsValidate:protected] => Array
(
[active] => isBool
[deleted] => isBool
[name] => isGenericName
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => shop
[primary] => id_shop
[fields] => Array
(
[active] => Array
(
[type] => 2
[validate] => isBool
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 64
)
[id_theme] => Array
(
[type] => 1
[required] => 1
)
[id_category] => Array
(
[type] => 1
[required] => 1
)
[id_group_shop] => Array
(
[type] => 1
[required] => 1
)
)
[classname] => Shop Object
*RECURSION*
)
[theme_id] => 1
)
[smarty] => Smarty Object
(
[auto_literal] => 1
[error_unassigned] =>
[use_include_path] =>
[template_dir:Smarty:private] => Array
(
[0] => /home/motobelfqt/www/themes/default/tpl/
)
[joined_template_dir] => /home/motobelfqt/www/themes/default/tpl/
[joined_config_dir] => /home/motobelfqt/www/tools/smarty/configs/
[default_template_handler_func] =>
[default_config_handler_func] =>
[default_plugin_handler_func] =>
[compile_dir:Smarty:private] => /home/motobelfqt/www/cache/smarty/compile/
[plugins_dir:Smarty:private] => Array
(
[0] => /home/motobelfqt/www/tools/smarty/plugins/
)
[cache_dir:Smarty:private] => /home/motobelfqt/www/cache/smarty/cache/
[config_dir:Smarty:private] => Array
(
[0] => /home/motobelfqt/www/tools/smarty/configs/
)
[force_compile] => 0
[compile_check] => 1
[use_sub_dirs] =>
[allow_ambiguous_resources] =>
[caching] => 0
[merge_compiled_includes] =>
[cache_lifetime] => 31536000
[force_cache] =>
[cache_id] =>
[compile_id] =>
[left_delimiter] => {
[right_delimiter] => }
[security_class] => Smarty_Security
[security_policy] =>
[php_handling] => 0
[allow_php_templates] =>
[direct_access_security] => 1
[debugging] =>
[debugging_ctrl] => URL
[smarty_debug_id] => SMARTY_DEBUG
[debug_tpl] => file:/home/motobelfqt/www/tools/smarty/debug.tpl
[error_reporting] =>
[get_used_tags] =>
[config_overwrite] => 1
[config_booleanize] => 1
[config_read_hidden] =>
[compile_locking] => 1
[cache_locking] =>
[locking_timeout] => 10
[template_functions] => Array
(
)
[default_resource_type] => file
[caching_type] => file
[properties] => Array
(
)
[default_config_type] => file
[template_objects] => Array
(
[/home/motobelfqt/www/themes/default/tpl/#/home/motobelfqt/www/modules/blockcategories/blockcategories.tplblockcategories|1_1_4_0_229] => Smarty_Internal_Template Object
(
[cache_id] => blockcategories|1_1_4_0_229
[compile_id] =>
[caching] => 1
[cache_lifetime] => 3600
[template_resource] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[mustCompile] =>
[has_nocache_code] =>
[properties] => Array
(
[file_dependency] => Array
(
)
[nocache_hash] =>
[function] => Array
(
)
)
[required_plugins] => Array
(
[compiled] => Array
(
)
[nocache] => Array
(
)
)
[smarty] => Smarty Object
*RECURSION*
[block_data] => Array
(
)
[variable_filters] => Array
(
)
[used_tags] => Array
(
)
[allow_relative_path] =>
[_capture_stack] => Array
(
[0] => Array
(
)
)
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
)
[parent] => Smarty Object
*RECURSION*
[config_vars] => Array
(
)
[source] => Smarty_Template_Source Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
[uid] => 7efcd07805770f7c58b90832d2d2446855e9069f
[resource] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[type] => file
[name] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[unique_resource] => Smarty_Internal_Resource_File#/home/motobelfqt/www/themes/default/tpl/#/home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[filepath] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[uncompiled] =>
[recompiled] =>
[components] =>
[handler] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
[smarty] => Smarty Object
*RECURSION*
[timestamp] => 1513703265
[exists] => 1
)
[cached] => Smarty_Template_Cached Object
(
[filepath] => /home/motobelfqt/www/cache/smarty/cache/blockcategories^1_1_4_0_229^7efcd07805770f7c58b90832d2d2446855e9069f.blockcategories.tpl.php
[content] =>
[timestamp] => 1765593332
[exists] => 1
[valid] => 1
[processed] => 1
[handler] => Smarty_Internal_CacheResource_File Object
(
)
[compile_id] =>
[cache_id] => blockcategories|1_1_4_0_229
[lock_id] =>
[is_locked] =>
[source] => Smarty_Template_Source Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
[uid] => 7efcd07805770f7c58b90832d2d2446855e9069f
[resource] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[type] => file
[name] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[unique_resource] => Smarty_Internal_Resource_File#/home/motobelfqt/www/themes/default/tpl/#/home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[filepath] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[uncompiled] =>
[recompiled] =>
[components] =>
[handler] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
[smarty] => Smarty Object
*RECURSION*
[timestamp] => 1513703265
[exists] => 1
)
)
)
)
[cache_modified_check] =>
[registered_plugins] => Array
(
[modifier] => Array
(
[truncate] => Array
(
[0] => smarty_modifier_truncate
[1] => 1
[2] => Array
(
)
)
[secureReferrer] => Array
(
[0] => Array
(
[0] => Tools
[1] => secureReferrer
)
[1] => 1
[2] => Array
(
)
)
[convertAndFormatPrice] => Array
(
[0] => Array
(
[0] => Product
[1] => convertAndFormatPrice
)
[1] => 1
[2] => Array
(
)
)
)
[function] => Array
(
[t] => Array
(
[0] => smartyTruncate
[1] => 1
[2] => Array
(
)
)
[m] => Array
(
[0] => smartyMaxWords
[1] => 1
[2] => Array
(
)
)
[p] => Array
(
[0] => smartyShowObject
[1] => 1
[2] => Array
(
)
)
[d] => Array
(
[0] => smartyDieObject
[1] => 1
[2] => Array
(
)
)
[l] => Array
(
[0] => smartyTranslate
[1] => 1
[2] => Array
(
)
)
[hook] => Array
(
[0] => smartyHook
[1] => 1
[2] => Array
(
)
)
[dateFormat] => Array
(
[0] => Array
(
[0] => Tools
[1] => dateFormat
)
[1] => 1
[2] => Array
(
)
)
[convertPrice] => Array
(
[0] => Array
(
[0] => Product
[1] => convertPrice
)
[1] => 1
[2] => Array
(
)
)
[convertPriceWithCurrency] => Array
(
[0] => Array
(
[0] => Product
[1] => convertPriceWithCurrency
)
[1] => 1
[2] => Array
(
)
)
[displayWtPrice] => Array
(
[0] => Array
(
[0] => Product
[1] => displayWtPrice
)
[1] => 1
[2] => Array
(
)
)
[displayWtPriceWithCurrency] => Array
(
[0] => Array
(
[0] => Product
[1] => displayWtPriceWithCurrency
)
[1] => 1
[2] => Array
(
)
)
[displayPrice] => Array
(
[0] => Array
(
[0] => Tools
[1] => displayPriceSmarty
)
[1] => 1
[2] => Array
(
)
)
[getAdminToken] => Array
(
[0] => Array
(
[0] => Tools
[1] => getAdminTokenLiteSmarty
)
[1] => 1
[2] => Array
(
)
)
[displayAddressDetail] => Array
(
[0] => Array
(
[0] => AddressFormat
[1] => generateAddressSmarty
)
[1] => 1
[2] => Array
(
)
)
)
)
[plugin_search_order] => Array
(
[0] => function
[1] => block
[2] => compiler
[3] => class
)
[registered_objects] => Array
(
)
[registered_classes] => Array
(
)
[registered_filters] => Array
(
)
[registered_resources] => Array
(
)
[_resource_handlers] => Array
(
[file] => Smarty_Internal_Resource_File Object
(
[compiler_class] => Smarty_Internal_SmartyTemplateCompiler
[template_lexer_class] => Smarty_Internal_Templatelexer
[template_parser_class] => Smarty_Internal_Templateparser
)
)
[registered_cache_resources] => Array
(
)
[_cacheresource_handlers] => Array
(
[file] => Smarty_Internal_CacheResource_File Object
(
)
)
[autoload_filters] => Array
(
)
[default_modifiers] => Array
(
)
[escape_html] =>
[start_time] => 1765593329.9388
[_file_perms] => 420
[_dir_perms] => 505
[_tag_stack] => Array
(
)
[smarty] => Smarty Object
*RECURSION*
[_current_file] =>
[_parserdebug] =>
[merged_templates_func] => Array
(
)
[template_class] => Smarty_Internal_Template
[tpl_vars] => Array
(
[display_promo] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[name] => Smarty_Variable Object
(
[value] => V11 cat. 1100 2003-2004
[nocache] =>
[scope] => 0
)
[meta_title] => Smarty_Variable Object
(
[value] => Pièces V11 cat. 1100 2003-2004 Moto Guzzi (2) - Moto Bel'
[nocache] =>
[scope] => 0
)
[meta_description] => Smarty_Variable Object
(
[value] => Pièces V11 cat. 1100 2003-2004 Moto Guzzi en vente sur Moto Bel'
[nocache] =>
[scope] => 0
)
[meta_keywords] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[description] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[request_uri] => Smarty_Variable Object
(
[value] => /229-v11-cat-1100-2003-2004?p=2
[nocache] =>
[scope] => 0
)
[navigationPipe] => Smarty_Variable Object
(
[value] => >
[nocache] =>
[scope] => 0
)
[mobile_device] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[link] => Smarty_Variable Object
(
[value] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
)
[nocache] =>
[scope] => 0
)
[cart] => Smarty_Variable Object
(
[value] => 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*
)
)
[nocache] =>
[scope] => 0
)
[currency] => Smarty_Variable Object
(
[value] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multishop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency Object
*RECURSION*
)
)
[nocache] =>
[scope] => 0
)
[cookie] => Smarty_Variable Object
(
[value] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-13 03:35:27
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 229
[viewed] => 2021
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767321329
[_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
)
[nocache] =>
[scope] => 0
)
[page_name] => Smarty_Variable Object
(
[value] => category
[nocache] =>
[scope] => 0
)
[base_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/
[nocache] =>
[scope] => 0
)
[base_dir_ssl] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/
[nocache] =>
[scope] => 0
)
[content_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/
[nocache] =>
[scope] => 0
)
[tpl_dir] => Smarty_Variable Object
(
[value] => /home/motobelfqt/www/themes/default/
[nocache] =>
[scope] => 0
)
[modules_dir] => Smarty_Variable Object
(
[value] => /modules/
[nocache] =>
[scope] => 0
)
[mail_dir] => Smarty_Variable Object
(
[value] => /mails/
[nocache] =>
[scope] => 0
)
[lang_iso] => Smarty_Variable Object
(
[value] => fr
[nocache] =>
[scope] => 0
)
[come_from] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/229-v11-cat-1100-2003-2004?p=2
[nocache] =>
[scope] => 0
)
[come_from2] => Smarty_Variable Object
(
[value] => /229-v11-cat-1100-2003-2004?p=2
[nocache] =>
[scope] => 0
)
[cart_qties] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[currencies] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_currency] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[format] => 2
[decimals] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[active] => 1
[id_shop] => 1
)
)
[nocache] =>
[scope] => 0
)
[languages] => Smarty_Variable Object
(
[value] => Array
(
[0] => Array
(
[id_lang] => 4
[name] => Français (French)
[active] => 1
[iso_code] => fr
[language_code] => fr
[date_format_lite] => d/m/Y
[date_format_full] => d/m/Y H:i:s
[is_rtl] => 0
[id_shop] => 1
[shops] => Array
(
[1] => 1
)
)
)
[nocache] =>
[scope] => 0
)
[priceDisplay] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[add_prod_display] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[shop_name] => Smarty_Variable Object
(
[value] => Moto Bel'
[nocache] =>
[scope] => 0
)
[roundMode] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[use_taxes] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[display_tax_label] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[vat_management] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[opc] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[PS_CATALOG_MODE] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[b2b_enable] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[request] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/229-v11-cat-1100-2003-2004?p=2
[nocache] =>
[scope] => 0
)
[id_currency_cookie] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[logged] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[customerName] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[img_ps_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/
[nocache] =>
[scope] => 0
)
[img_cat_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/c/
[nocache] =>
[scope] => 0
)
[img_lang_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/l/
[nocache] =>
[scope] => 0
)
[img_prod_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/p/
[nocache] =>
[scope] => 0
)
[img_manu_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/m/
[nocache] =>
[scope] => 0
)
[img_sup_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/su/
[nocache] =>
[scope] => 0
)
[img_ship_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/s/
[nocache] =>
[scope] => 0
)
[img_store_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/st/
[nocache] =>
[scope] => 0
)
[img_col_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/img/co/
[nocache] =>
[scope] => 0
)
[img_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/themes/default/img/
[nocache] =>
[scope] => 0
)
[css_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/themes/default/css/
[nocache] =>
[scope] => 0
)
[js_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/themes/default/js/
[nocache] =>
[scope] => 0
)
[pic_dir] => Smarty_Variable Object
(
[value] => https://www.motobel.fr/upload/
[nocache] =>
[scope] => 0
)
[time] => Smarty_Variable Object
(
[value] => 1765593331
[nocache] =>
[scope] => 0
)
[img_update_time] => Smarty_Variable Object
(
[value] => 1739728492
[nocache] =>
[scope] => 0
)
[static_token] => Smarty_Variable Object
(
[value] => 066acc9332f573236110a6175bab179a
[nocache] =>
[scope] => 0
)
[token] => Smarty_Variable Object
(
[value] => b26e5cc17b779b8bfadfc9681c5b369f
[nocache] =>
[scope] => 0
)
[logo_image_width] => Smarty_Variable Object
(
[value] => 209
[nocache] =>
[scope] => 0
)
[logo_image_height] => Smarty_Variable Object
(
[value] => 52
[nocache] =>
[scope] => 0
)
[priceDisplayPrecision] => Smarty_Variable Object
(
[value] => 2
[nocache] =>
[scope] => 0
)
[content_only] => Smarty_Variable Object
(
[value] => 0
[nocache] =>
[scope] => 0
)
[logo_url] => Smarty_Variable Object
(
[value] => /img/logo.jpg?1739728492
[nocache] =>
[scope] => 0
)
[favicon_url] => Smarty_Variable Object
(
[value] => /img/favicon.ico
[nocache] =>
[scope] => 0
)
[ganalytics_id] => Smarty_Variable Object
(
[value] => UA-30898053-2
[nocache] =>
[scope] => 0
)
[isOrder] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[MENU_SEARCH] => Smarty_Variable Object
(
[value] => 1
[nocache] =>
[scope] => 0
)
[MENU] => Smarty_Variable Object
(
[value] => Bienvenue Identifiez-vous
Notre service client
est disponible de 10h à 13h et de 14h à 19h
Tél. :06 47 56 45 85
Contactez-nous
86. if (!is_object($product))
87. {
88. if (is_array($product) && isset($product['id_product']))
89. $product = new Product($product['id_product'], false, $id_lang);
90. else if (is_numeric($product) || !$product)
91. $product = new Product($product, false, $id_lang);
92. else
93. throw new PrestaShopException('Invalid product vars');
94. }
95.
96. // Set available keywords
Argument [0] 9112 Argument [1] Argument [2] 4
3493. if (array_key_exists($cache_key, self::$producPropertiesCache))
3494. return self::$producPropertiesCache[$cache_key];
3495.
3496. // Datas
3497. $row['category'] = Category::getLinkRewrite((int)$row['id_category_default'], (int)$id_lang);
3498. $row['link'] = $context->link->getProductLink((int)$row['id_product'], $row['link_rewrite'], $row['category'], $row['ean13']);
3499.
3500. $row['attribute_price'] = 0;
3501. if (isset($row['id_product_attribute']) && $row['id_product_attribute'])
3502. $row['attribute_price'] = (float)Product::getProductAttributePrice($row['id_product_attribute']);
3503.
Argument [0] 9112 Argument [1] disque-embrayage-bi-disque-spécial-compétition-la-paire Argument [2] 1100-sport-carburateur-1994-1996-moteur Argument [3]
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] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
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] => 2925
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.833333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92252225
[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:20:37
[date_upd] => 2025-09-24 15:28:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92252225
[link_rewrite] => cage-aiguille-sur-axe-de-roue
[name] => Cage Aiguille sur Axe de Roue
[id_image] => 2807
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 375
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.150000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13432640
[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-10-02 17:44:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU13432640
[link_rewrite] => caoutch-bequille-centrale
[name] => Caoutch. Bequille Centrale
[id_image] => 1877
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 379
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.666667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14251001
[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-14 15:02:22
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14251001
[link_rewrite] => caoutchcde-frein-ou-selecteur
[name] => Caoutch.cde Frein Ou Selecteur
[id_image] => 1880
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 386
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.333333
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14423800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:09:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14423800
[link_rewrite] => caoutchouc-arrêt-béquille-latérale-lm-sp
[name] => Caoutchouc Arrêt Béquille Latérale LM - SP
[id_image] => 3565
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 8823
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 0
[price] => 9.833333
[wholesale_price] => 5.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93242007
[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] => 2016-07-11 10:08:15
[date_upd] => 2016-07-11 10:16:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93242007
[link_rewrite] => caoutchouc-butoir-béquille-latérale
[name] => Caoutchouc butoir béquille latérale
[id_image] =>
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[6] => Array
(
[id_product] => 3802
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.04
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 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-06-13 20:30:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU91551010
[link_rewrite] => caoutchouc-carenage-daytona
[name] => Caoutchouc Carénage Daytona
[id_image] => 1888
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 376
[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] => 3.250000
[wholesale_price] => 1.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14103400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 22:14:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14103400
[link_rewrite] => caoutchouc-réservoir-diabolo
[name] => Caoutchouc Réservoir Diabolo
[id_image] => 1878
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 1145
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.833333
[wholesale_price] => 1.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180721
[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] => 2023-10-27 18:19:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU93180721 Sur éclaté n° 9
[link_rewrite] => caoutchouc-selle-v11
[name] => Caoutchouc Selle V11
[id_image] => 5074
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 1131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 532
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.416667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93231605
[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-09-02 21:49:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93231605
[link_rewrite] => caoutchouc-silent-bloc-d5
[name] => Caoutchouc Silent Bloc D5
[id_image] => 3081
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 8700
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 290
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 56.666667
[wholesale_price] => 19.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01721600 ADAP
[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] => 2015-10-15 10:34:15
[date_upd] => 2025-11-06 19:48:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU01721600 ADAP
[link_rewrite] => capteur-de-phase-adaptable
[name] => Capteur de Phase Adaptable
[id_image] => 4439
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1159
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 778
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.666667
[wholesale_price] => 4.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01717430
[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] => 2023-07-14 15:20:09
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU01717430
[link_rewrite] => capuchon-bougie-rouge
[name] => Capuchon Bougie Rouge
[id_image] => 2313
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1163
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 358.333333
[wholesale_price] => 211.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01358730
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-09-16 18:21:33
[advanced_stock_management] => 0
[available_later] => Délai 3 semaines
[description_short] => GU01358730
[link_rewrite] => cardan
[name] => Cardan V11
[id_image] => 3833
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1193
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.166667
[wholesale_price] => 9.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31781565
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-15 14:16:09
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines (jours ouvrés)
[description_short] => GU31781565 Sur éclaté n° 8
[link_rewrite] => catadioptre-v11
[name] => Catadioptre V11
[id_image] => 5111
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 1220
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 356
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.666667
[wholesale_price] => 5.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30735500
[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] => 2021-11-25 18:34:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30735500
[link_rewrite] => cle-ebauche
[name] => Clé Ebauche
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 490
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-27 18:23:11
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant D - Arrière G
[link_rewrite] => clignotant-v11-avant-d-arrière-g
[name] => Clignotant V11 Avant D - Arrière G
[id_image] => 1136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 8176
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750601
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-06-23 22:54:24
[date_upd] => 2024-11-27 18:23:20
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant G - Arrière D
[link_rewrite] => clignotant-v11-avant-g-arrière-d
[name] => Clignotant V11 Avant G - Arrière D
[id_image] => 1137
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9050
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90353040
[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-10-16 11:39:04
[date_upd] => 2018-10-25 20:12:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90353040 Clips n°11
[link_rewrite] => clips
[name] => Clips
[id_image] => 3852
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => 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
)
[21] => Array
(
[id_product] => 4011
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 162.500000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01738000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-06-22 22:50:58
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01738000 - GU01738020
[link_rewrite] => commodo-gauche-v11-1100-sport-quota
[name] => Commodo Gauche V11 - 1100 Sport - Quota
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 8792
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 520
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 163.333333
[wholesale_price] => 98.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01782500
[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] => 2016-04-15 10:39:44
[date_upd] => 2021-09-24 20:04:03
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01782500 Contacteur n° 36
[link_rewrite] => contacteur-à -clé
[name] => Contacteur à clé
[id_image] => 4045
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[24] => Array
(
[id_product] => 9589
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 155.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11P
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-03-18 18:58:04
[date_upd] => 2023-03-20 12:14:08
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11P
[link_rewrite] => coudes-échappement-v11-inox-poli
[name] => Coudes échappement V11 inox poli
[id_image] => 5069
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[25] => Array
(
[id_product] => 8932
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 160.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11S
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-14 16:49:34
[date_upd] => 2025-03-11 12:25:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11S
[link_rewrite] => coudes-échappement-v11-inox-satiné
[name] => Coudes échappement V11 inox satiné
[id_image] => 3650
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[26] => Array
(
[id_product] => 1317
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => 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
)
[28] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[30] => Array
(
[id_product] => 707
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 4209
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 350
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 298.333333
[wholesale_price] => 223.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03635700
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-01-09 19:20:51
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU03635700 Sur éclaté n° 7
[link_rewrite] => disque-frein-arrière-série-or
[name] => Disque Frein Arrière Série Or
[id_image] => 5231
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9248
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 874
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93232005
[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] => 2020-06-03 17:48:44
[date_upd] => 2020-06-03 17:51:41
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU93232005
[link_rewrite] => douille-caoutchouc
[name] => Douille caoutchouc
[id_image] => 4322
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 1407
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 593
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 4315
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 670
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02745200
[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] => 2021-04-05 20:16:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU02745200  Sur éclaté n°20
[link_rewrite] => eclairage-plaque
[name] => Eclairage Plaque
[id_image] => 4605
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4356
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 157
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92787008 - 860651
[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:20:37
[date_upd] => 2024-11-21 18:47:45
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU92787008 - 860651
[link_rewrite] => ecrou-borgne-d8
[name] => Ecrou Borgne D8
[id_image] => 3638
[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] => 2925
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.833333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92252225
[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:20:37
[date_upd] => 2025-09-24 15:28:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92252225
[link_rewrite] => cage-aiguille-sur-axe-de-roue
[name] => Cage Aiguille sur Axe de Roue
[id_image] => 2807
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 375
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.150000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13432640
[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-10-02 17:44:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU13432640
[link_rewrite] => caoutch-bequille-centrale
[name] => Caoutch. Bequille Centrale
[id_image] => 1877
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 379
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.666667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14251001
[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-14 15:02:22
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14251001
[link_rewrite] => caoutchcde-frein-ou-selecteur
[name] => Caoutch.cde Frein Ou Selecteur
[id_image] => 1880
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 386
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.333333
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14423800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:09:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14423800
[link_rewrite] => caoutchouc-arrêt-béquille-latérale-lm-sp
[name] => Caoutchouc Arrêt Béquille Latérale LM - SP
[id_image] => 3565
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 8823
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 0
[price] => 9.833333
[wholesale_price] => 5.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93242007
[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] => 2016-07-11 10:08:15
[date_upd] => 2016-07-11 10:16:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93242007
[link_rewrite] => caoutchouc-butoir-béquille-latérale
[name] => Caoutchouc butoir béquille latérale
[id_image] =>
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[6] => Array
(
[id_product] => 3802
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.04
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 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-06-13 20:30:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU91551010
[link_rewrite] => caoutchouc-carenage-daytona
[name] => Caoutchouc Carénage Daytona
[id_image] => 1888
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 376
[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] => 3.250000
[wholesale_price] => 1.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14103400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 22:14:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14103400
[link_rewrite] => caoutchouc-réservoir-diabolo
[name] => Caoutchouc Réservoir Diabolo
[id_image] => 1878
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 1145
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.833333
[wholesale_price] => 1.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180721
[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] => 2023-10-27 18:19:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU93180721 Sur éclaté n° 9
[link_rewrite] => caoutchouc-selle-v11
[name] => Caoutchouc Selle V11
[id_image] => 5074
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 1131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 532
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.416667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93231605
[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-09-02 21:49:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93231605
[link_rewrite] => caoutchouc-silent-bloc-d5
[name] => Caoutchouc Silent Bloc D5
[id_image] => 3081
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 8700
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 290
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 56.666667
[wholesale_price] => 19.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01721600 ADAP
[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] => 2015-10-15 10:34:15
[date_upd] => 2025-11-06 19:48:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU01721600 ADAP
[link_rewrite] => capteur-de-phase-adaptable
[name] => Capteur de Phase Adaptable
[id_image] => 4439
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1159
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 778
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.666667
[wholesale_price] => 4.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01717430
[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] => 2023-07-14 15:20:09
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU01717430
[link_rewrite] => capuchon-bougie-rouge
[name] => Capuchon Bougie Rouge
[id_image] => 2313
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1163
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 358.333333
[wholesale_price] => 211.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01358730
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-09-16 18:21:33
[advanced_stock_management] => 0
[available_later] => Délai 3 semaines
[description_short] => GU01358730
[link_rewrite] => cardan
[name] => Cardan V11
[id_image] => 3833
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1193
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.166667
[wholesale_price] => 9.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31781565
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-15 14:16:09
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines (jours ouvrés)
[description_short] => GU31781565 Sur éclaté n° 8
[link_rewrite] => catadioptre-v11
[name] => Catadioptre V11
[id_image] => 5111
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 1220
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 356
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.666667
[wholesale_price] => 5.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30735500
[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] => 2021-11-25 18:34:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30735500
[link_rewrite] => cle-ebauche
[name] => Clé Ebauche
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 490
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-27 18:23:11
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant D - Arrière G
[link_rewrite] => clignotant-v11-avant-d-arrière-g
[name] => Clignotant V11 Avant D - Arrière G
[id_image] => 1136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 8176
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750601
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-06-23 22:54:24
[date_upd] => 2024-11-27 18:23:20
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant G - Arrière D
[link_rewrite] => clignotant-v11-avant-g-arrière-d
[name] => Clignotant V11 Avant G - Arrière D
[id_image] => 1137
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9050
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90353040
[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-10-16 11:39:04
[date_upd] => 2018-10-25 20:12:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90353040 Clips n°11
[link_rewrite] => clips
[name] => Clips
[id_image] => 3852
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => 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
)
[21] => Array
(
[id_product] => 4011
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 162.500000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01738000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-06-22 22:50:58
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01738000 - GU01738020
[link_rewrite] => commodo-gauche-v11-1100-sport-quota
[name] => Commodo Gauche V11 - 1100 Sport - Quota
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 8792
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 520
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 163.333333
[wholesale_price] => 98.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01782500
[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] => 2016-04-15 10:39:44
[date_upd] => 2021-09-24 20:04:03
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01782500 Contacteur n° 36
[link_rewrite] => contacteur-à -clé
[name] => Contacteur à clé
[id_image] => 4045
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[24] => Array
(
[id_product] => 9589
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 155.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11P
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-03-18 18:58:04
[date_upd] => 2023-03-20 12:14:08
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11P
[link_rewrite] => coudes-échappement-v11-inox-poli
[name] => Coudes échappement V11 inox poli
[id_image] => 5069
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[25] => Array
(
[id_product] => 8932
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 160.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11S
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-14 16:49:34
[date_upd] => 2025-03-11 12:25:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11S
[link_rewrite] => coudes-échappement-v11-inox-satiné
[name] => Coudes échappement V11 inox satiné
[id_image] => 3650
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[26] => Array
(
[id_product] => 1317
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => 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
)
[28] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[30] => Array
(
[id_product] => 707
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 4209
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 350
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 298.333333
[wholesale_price] => 223.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03635700
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-01-09 19:20:51
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU03635700 Sur éclaté n° 7
[link_rewrite] => disque-frein-arrière-série-or
[name] => Disque Frein Arrière Série Or
[id_image] => 5231
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9248
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 874
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93232005
[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] => 2020-06-03 17:48:44
[date_upd] => 2020-06-03 17:51:41
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU93232005
[link_rewrite] => douille-caoutchouc
[name] => Douille caoutchouc
[id_image] => 4322
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 1407
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 593
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 4315
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 670
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02745200
[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] => 2021-04-05 20:16:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU02745200  Sur éclaté n°20
[link_rewrite] => eclairage-plaque
[name] => Eclairage Plaque
[id_image] => 4605
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4356
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 157
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92787008 - 860651
[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:20:37
[date_upd] => 2024-11-21 18:47:45
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU92787008 - 860651
[link_rewrite] => ecrou-borgne-d8
[name] => Ecrou Borgne D8
[id_image] => 3638
[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] => 2925
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.833333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92252225
[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:20:37
[date_upd] => 2025-09-24 15:28:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92252225
[link_rewrite] => cage-aiguille-sur-axe-de-roue
[name] => Cage Aiguille sur Axe de Roue
[id_image] => 2807
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 375
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.150000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13432640
[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-10-02 17:44:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU13432640
[link_rewrite] => caoutch-bequille-centrale
[name] => Caoutch. Bequille Centrale
[id_image] => 1877
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 379
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.666667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14251001
[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-14 15:02:22
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14251001
[link_rewrite] => caoutchcde-frein-ou-selecteur
[name] => Caoutch.cde Frein Ou Selecteur
[id_image] => 1880
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 386
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.333333
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14423800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:09:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14423800
[link_rewrite] => caoutchouc-arrêt-béquille-latérale-lm-sp
[name] => Caoutchouc Arrêt Béquille Latérale LM - SP
[id_image] => 3565
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 8823
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 0
[price] => 9.833333
[wholesale_price] => 5.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93242007
[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] => 2016-07-11 10:08:15
[date_upd] => 2016-07-11 10:16:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93242007
[link_rewrite] => caoutchouc-butoir-béquille-latérale
[name] => Caoutchouc butoir béquille latérale
[id_image] =>
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[6] => Array
(
[id_product] => 3802
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.04
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 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-06-13 20:30:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU91551010
[link_rewrite] => caoutchouc-carenage-daytona
[name] => Caoutchouc Carénage Daytona
[id_image] => 1888
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 376
[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] => 3.250000
[wholesale_price] => 1.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14103400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 22:14:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14103400
[link_rewrite] => caoutchouc-réservoir-diabolo
[name] => Caoutchouc Réservoir Diabolo
[id_image] => 1878
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 1145
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.833333
[wholesale_price] => 1.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180721
[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] => 2023-10-27 18:19:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU93180721 Sur éclaté n° 9
[link_rewrite] => caoutchouc-selle-v11
[name] => Caoutchouc Selle V11
[id_image] => 5074
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 1131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 532
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.416667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93231605
[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-09-02 21:49:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93231605
[link_rewrite] => caoutchouc-silent-bloc-d5
[name] => Caoutchouc Silent Bloc D5
[id_image] => 3081
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 8700
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 290
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 56.666667
[wholesale_price] => 19.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01721600 ADAP
[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] => 2015-10-15 10:34:15
[date_upd] => 2025-11-06 19:48:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU01721600 ADAP
[link_rewrite] => capteur-de-phase-adaptable
[name] => Capteur de Phase Adaptable
[id_image] => 4439
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1159
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 778
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.666667
[wholesale_price] => 4.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01717430
[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] => 2023-07-14 15:20:09
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU01717430
[link_rewrite] => capuchon-bougie-rouge
[name] => Capuchon Bougie Rouge
[id_image] => 2313
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1163
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 358.333333
[wholesale_price] => 211.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01358730
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-09-16 18:21:33
[advanced_stock_management] => 0
[available_later] => Délai 3 semaines
[description_short] => GU01358730
[link_rewrite] => cardan
[name] => Cardan V11
[id_image] => 3833
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1193
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.166667
[wholesale_price] => 9.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31781565
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-15 14:16:09
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines (jours ouvrés)
[description_short] => GU31781565 Sur éclaté n° 8
[link_rewrite] => catadioptre-v11
[name] => Catadioptre V11
[id_image] => 5111
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 1220
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 356
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.666667
[wholesale_price] => 5.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30735500
[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] => 2021-11-25 18:34:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30735500
[link_rewrite] => cle-ebauche
[name] => Clé Ebauche
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 490
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-27 18:23:11
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant D - Arrière G
[link_rewrite] => clignotant-v11-avant-d-arrière-g
[name] => Clignotant V11 Avant D - Arrière G
[id_image] => 1136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 8176
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750601
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-06-23 22:54:24
[date_upd] => 2024-11-27 18:23:20
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant G - Arrière D
[link_rewrite] => clignotant-v11-avant-g-arrière-d
[name] => Clignotant V11 Avant G - Arrière D
[id_image] => 1137
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9050
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90353040
[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-10-16 11:39:04
[date_upd] => 2018-10-25 20:12:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90353040 Clips n°11
[link_rewrite] => clips
[name] => Clips
[id_image] => 3852
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => 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
)
[21] => Array
(
[id_product] => 4011
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 162.500000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01738000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-06-22 22:50:58
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01738000 - GU01738020
[link_rewrite] => commodo-gauche-v11-1100-sport-quota
[name] => Commodo Gauche V11 - 1100 Sport - Quota
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 8792
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 520
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 163.333333
[wholesale_price] => 98.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01782500
[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] => 2016-04-15 10:39:44
[date_upd] => 2021-09-24 20:04:03
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01782500 Contacteur n° 36
[link_rewrite] => contacteur-à -clé
[name] => Contacteur à clé
[id_image] => 4045
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[24] => Array
(
[id_product] => 9589
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 155.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11P
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-03-18 18:58:04
[date_upd] => 2023-03-20 12:14:08
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11P
[link_rewrite] => coudes-échappement-v11-inox-poli
[name] => Coudes échappement V11 inox poli
[id_image] => 5069
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[25] => Array
(
[id_product] => 8932
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 160.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11S
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-14 16:49:34
[date_upd] => 2025-03-11 12:25:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11S
[link_rewrite] => coudes-échappement-v11-inox-satiné
[name] => Coudes échappement V11 inox satiné
[id_image] => 3650
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[26] => Array
(
[id_product] => 1317
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => 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
)
[28] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[30] => Array
(
[id_product] => 707
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 4209
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 350
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 298.333333
[wholesale_price] => 223.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03635700
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-01-09 19:20:51
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU03635700 Sur éclaté n° 7
[link_rewrite] => disque-frein-arrière-série-or
[name] => Disque Frein Arrière Série Or
[id_image] => 5231
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9248
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 874
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93232005
[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] => 2020-06-03 17:48:44
[date_upd] => 2020-06-03 17:51:41
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU93232005
[link_rewrite] => douille-caoutchouc
[name] => Douille caoutchouc
[id_image] => 4322
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 1407
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 593
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 4315
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 670
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02745200
[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] => 2021-04-05 20:16:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU02745200  Sur éclaté n°20
[link_rewrite] => eclairage-plaque
[name] => Eclairage Plaque
[id_image] => 4605
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4356
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 157
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92787008 - 860651
[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:20:37
[date_upd] => 2024-11-21 18:47:45
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU92787008 - 860651
[link_rewrite] => ecrou-borgne-d8
[name] => Ecrou Borgne D8
[id_image] => 3638
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
[hookExecuted] => 1
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-13 03:35:27
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 229
[viewed] => 2021
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767321329
[_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] => 2925
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 20.833333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92252225
[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:20:37
[date_upd] => 2025-09-24 15:28:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU92252225
[link_rewrite] => cage-aiguille-sur-axe-de-roue
[name] => Cage Aiguille sur Axe de Roue
[id_image] => 2807
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[1] => Array
(
[id_product] => 375
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.150000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU13432640
[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-10-02 17:44:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU13432640
[link_rewrite] => caoutch-bequille-centrale
[name] => Caoutch. Bequille Centrale
[id_image] => 1877
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 379
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.666667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14251001
[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-14 15:02:22
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14251001
[link_rewrite] => caoutchcde-frein-ou-selecteur
[name] => Caoutch.cde Frein Ou Selecteur
[id_image] => 1880
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[3] => Array
(
[id_product] => 1128
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 250
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.166667
[wholesale_price] => 1.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551132
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-10-27 18:18:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU91551132
[link_rewrite] => caoutchouc
[name] => Caoutchouc Anti-vibration 12 * 20
[id_image] => 2624
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[4] => Array
(
[id_product] => 386
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 3.333333
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14423800
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.001
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-20 22:09:25
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU14423800
[link_rewrite] => caoutchouc-arrêt-béquille-latérale-lm-sp
[name] => Caoutchouc Arrêt Béquille Latérale LM - SP
[id_image] => 3565
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[5] => Array
(
[id_product] => 8823
[id_supplier] => 0
[id_manufacturer] => 0
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 0
[price] => 9.833333
[wholesale_price] => 5.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93242007
[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] => 2016-07-11 10:08:15
[date_upd] => 2016-07-11 10:16:31
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93242007
[link_rewrite] => caoutchouc-butoir-béquille-latérale
[name] => Caoutchouc butoir béquille latérale
[id_image] =>
[legend] =>
[manufacturer_name] =>
[new] => 0
)
[6] => Array
(
[id_product] => 3802
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.500000
[wholesale_price] => 0.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU91551010
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.04
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 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-06-13 20:30:42
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU91551010
[link_rewrite] => caoutchouc-carenage-daytona
[name] => Caoutchouc Carénage Daytona
[id_image] => 1888
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 376
[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] => 3.250000
[wholesale_price] => 1.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14103400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 22:14:39
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14103400
[link_rewrite] => caoutchouc-réservoir-diabolo
[name] => Caoutchouc Réservoir Diabolo
[id_image] => 1878
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 1145
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.833333
[wholesale_price] => 1.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180721
[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] => 2023-10-27 18:19:02
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU93180721 Sur éclaté n° 9
[link_rewrite] => caoutchouc-selle-v11
[name] => Caoutchouc Selle V11
[id_image] => 5074
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 1131
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 532
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.416667
[wholesale_price] => 1.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93231605
[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-09-02 21:49:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93231605
[link_rewrite] => caoutchouc-silent-bloc-d5
[name] => Caoutchouc Silent Bloc D5
[id_image] => 3081
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[10] => Array
(
[id_product] => 8700
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 290
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 56.666667
[wholesale_price] => 19.950000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01721600 ADAP
[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] => 2015-10-15 10:34:15
[date_upd] => 2025-11-06 19:48:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU01721600 ADAP
[link_rewrite] => capteur-de-phase-adaptable
[name] => Capteur de Phase Adaptable
[id_image] => 4439
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1159
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 778
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 7.666667
[wholesale_price] => 4.560000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01717430
[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] => 2023-07-14 15:20:09
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU01717430
[link_rewrite] => capuchon-bougie-rouge
[name] => Capuchon Bougie Rouge
[id_image] => 2313
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1163
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 358.333333
[wholesale_price] => 211.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01358730
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-09-16 18:21:33
[advanced_stock_management] => 0
[available_later] => Délai 3 semaines
[description_short] => GU01358730
[link_rewrite] => cardan
[name] => Cardan V11
[id_image] => 3833
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1193
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 16.166667
[wholesale_price] => 9.700000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU31781565
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-05-15 14:16:09
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines (jours ouvrés)
[description_short] => GU31781565 Sur éclaté n° 8
[link_rewrite] => catadioptre-v11
[name] => Catadioptre V11
[id_image] => 5111
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => 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
)
[15] => Array
(
[id_product] => 1212
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.333333
[wholesale_price] => 7.850000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14234600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.01
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-02-08 18:49:30
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14234600  sur éclaté n° 4
[link_rewrite] => clavette
[name] => Clavette arbre à cames
[id_image] => 4859
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 1220
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 356
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 9.666667
[wholesale_price] => 5.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30735500
[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] => 2021-11-25 18:34:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30735500
[link_rewrite] => cle-ebauche
[name] => Clé Ebauche
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 490
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750600
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-11-27 18:23:11
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant D - Arrière G
[link_rewrite] => clignotant-v11-avant-d-arrière-g
[name] => Clignotant V11 Avant D - Arrière G
[id_image] => 1136
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 8176
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 682
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 24.166667
[wholesale_price] => 14.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02750601
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-06-23 22:54:24
[date_upd] => 2024-11-27 18:23:20
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Clignotant V11 Avant G - Arrière D
[link_rewrite] => clignotant-v11-avant-g-arrière-d
[name] => Clignotant V11 Avant G - Arrière D
[id_image] => 1137
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9050
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 676
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 1.666667
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU90353040
[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-10-16 11:39:04
[date_upd] => 2018-10-25 20:12:55
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU90353040 Clips n°11
[link_rewrite] => clips
[name] => Clips
[id_image] => 3852
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => 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
)
[21] => Array
(
[id_product] => 4011
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 162.500000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01738000
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2023-06-22 22:50:58
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01738000 - GU01738020
[link_rewrite] => commodo-gauche-v11-1100-sport-quota
[name] => Commodo Gauche V11 - 1100 Sport - Quota
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[22] => Array
(
[id_product] => 8792
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 520
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 163.333333
[wholesale_price] => 98.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01782500
[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] => 2016-04-15 10:39:44
[date_upd] => 2021-09-24 20:04:03
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU01782500 Contacteur n° 36
[link_rewrite] => contacteur-à -clé
[name] => Contacteur à clé
[id_image] => 4045
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[23] => Array
(
[id_product] => 409
[id_supplier] => 0
[id_manufacturer] => 40
[id_category_default] => 708
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.666667
[wholesale_price] => 31.880000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => CARKN004
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2017-09-28 15:56:12
[advanced_stock_management] => 0
[available_later] => Délai 15 jours
[description_short] => CARKN004
[link_rewrite] => cornet-kn-v11
[name] => Cornet KN V11
[id_image] => 2375
[legend] =>
[manufacturer_name] => KN
[new] => 0
)
[24] => Array
(
[id_product] => 9589
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 155.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11P
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2023-03-18 18:58:04
[date_upd] => 2023-03-20 12:14:08
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11P
[link_rewrite] => coudes-échappement-v11-inox-poli
[name] => Coudes échappement V11 inox poli
[id_image] => 5069
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[25] => Array
(
[id_product] => 8932
[id_supplier] => 0
[id_manufacturer] => 9
[id_category_default] => 677
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 220.833333
[wholesale_price] => 160.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => MG-HPV11S
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-06-14 16:49:34
[date_upd] => 2025-03-11 12:25:24
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => MG-HPV11S
[link_rewrite] => coudes-échappement-v11-inox-satiné
[name] => Coudes échappement V11 inox satiné
[id_image] => 3650
[legend] =>
[manufacturer_name] => Mistral
[new] => 0
)
[26] => Array
(
[id_product] => 1317
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 678
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 28.333333
[wholesale_price] => 17.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01062030
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2024-03-22 14:45:35
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01062030
[link_rewrite] => coussinet-bielle-origine
[name] => Coussinet Bielle Origine
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => 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
)
[28] => Array
(
[id_product] => 705
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 65.833333
[wholesale_price] => 36.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29084450-05084430
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-04-15 14:56:25
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU29084450-05084430       850-1000-2.série - 1100
[link_rewrite] => disque-embrayage-garni-8501000-2s1100
[name] => Disque Embrayage Adaptable 850/1000 2.série - 1100
[id_image] => 3734
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 9112
[id_supplier] => 0
[id_manufacturer] => 8
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 305.000000
[wholesale_price] => 183.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => EMB_BI_COMP
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.8
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2019-04-29 12:31:53
[date_upd] => 2022-09-21 16:41:28
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => EMB_BI_COMP
Vendus par paire.
[link_rewrite] => disque-embrayage-bi-disque-spécial-compétition-la-paire
[name] => Disque Embrayage Bi-disque Spécial compétition La Paire
[id_image] => 4007
[legend] =>
[manufacturer_name] => MOTOBEL
[new] => 0
)
[30] => Array
(
[id_product] => 707
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 909
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 29.916667
[wholesale_price] => 16.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU12082300
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-13 21:43:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[link_rewrite] => disque-embrayage-intermédiaire-métal-85010001100
[name] => Disque Embrayage Intermédiaire Métal 850/1000/1100
[id_image] => 1069
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => Array
(
[id_product] => 8988
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 154
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 190.000000
[wholesale_price] => 97.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 05084430_kevlar
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2017-11-14 18:48:05
[date_upd] => 2023-12-01 19:08:06
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => 05084430_kevlar
[link_rewrite] => disque-embrayage-kevlar-850-1000-1100
[name] => Disque embrayage Kevlar 850 - 1000 - 1100
[id_image] => 3737
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[32] => Array
(
[id_product] => 8056
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 116.083333
[wholesale_price] => 69.630000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU050844305
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.4
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2013-01-20 23:20:37
[date_upd] => 2025-05-19 19:43:40
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => Disque Garni Embrayage 850 - 1000 - 1100
Origine Moto Guzzi
[link_rewrite] => disque-garni-embrayage-850-1000-2version-1100
[name] => Disque Embrayage Origine Guzzi 850 - 1000 - 1100
[id_image] => 873
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 4209
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 350
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 298.333333
[wholesale_price] => 223.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU03635700
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.2
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-01-09 19:20:51
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU03635700 Sur éclaté n° 7
[link_rewrite] => disque-frein-arrière-série-or
[name] => Disque Frein Arrière Série Or
[id_image] => 5231
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9248
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 874
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 2.916667
[wholesale_price] => 1.750000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93232005
[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] => 2020-06-03 17:48:44
[date_upd] => 2020-06-03 17:51:41
[advanced_stock_management] => 0
[available_later] => Délai 10 jours à 15 jours
[description_short] => GU93232005
[link_rewrite] => douille-caoutchouc
[name] => Douille caoutchouc
[id_image] => 4322
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 1407
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 150.000000
[wholesale_price] => 104.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU01153602
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-08-26 16:52:12
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU01153602
[link_rewrite] => durite-de-graissage
[name] => Durite Graissage Origine Guzzi
[id_image] => 2692
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 593
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 606
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 41.666667
[wholesale_price] => 25.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14153660
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.25
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-09-16 22:26:37
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU14153660
[link_rewrite] => durite-graissage-tressée-inox-cylindres-carrés-adaptable
[name] => Durite Graissage Tressée Inox pour Cylindres carrés adaptable
[id_image] => 4712
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 600
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 444
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 13.750000
[wholesale_price] => 6.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30157400
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-01 20:09:42
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU30157400
[link_rewrite] => durite-reniflard-daytona-1100-sport-v10centauro-v11
[name] => Durite Reniflard Daytona - 1100 Sport - V10Centauro - V11
[id_image] => 2173
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 4315
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 670
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 30.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU02745200
[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] => 2021-04-05 20:16:51
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU02745200  Sur éclaté n°20
[link_rewrite] => eclairage-plaque
[name] => Eclairage Plaque
[id_image] => 4605
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4356
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 157
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 5.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU92787008 - 860651
[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:20:37
[date_upd] => 2024-11-21 18:47:45
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => GU92787008 - 860651
[link_rewrite] => ecrou-borgne-d8
[name] => Ecrou Borgne D8
[id_image] => 3638
[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);