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` = 3919 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` = 3919 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` = 3919 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` = 3919 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` = 3919 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]
3919
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-15 05:25:34
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 504
[viewed] => 431
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767500735
[_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] =>
)
[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] => 302
[id_category] => 302
[name] => Chassis
[active] => 1
[position] => 0
[description] =>
[id_parent] => 166
[level_depth] => 5
[nleft] => 214
[nright] => 215
[link_rewrite] => breva-ie-750-2003-2009-chassis
[meta_title] => Pièces Chassis BREVA IE 750 2003-2009
[meta_keywords] =>
[meta_description] => Pièces Chassis BREVA IE 750 2003-2009 en vente sur Moto Bel'
[date_add] => 2012-09-12 15:44:47
[date_upd] => 2012-09-12 15:44:47
[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] => 126
[id_supplier] => 0
[id_manufacturer] => 36
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 583.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AMAEMC
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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] => 2012-04-16 18:12:12
[date_upd] => 2018-05-23 23:37:48
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Modèle Twin Roadster  Â
Fabrication française
[link_rewrite] => amortisseurs-arriere-emc
[name] => Amortisseurs Arriere Emc
[id_image] => 3380
[legend] =>
[manufacturer_name] => EMC amortisseur
[new] => 0
)
[1] => Array
(
[id_product] => 852
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.833333
[wholesale_price] => 14.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93450265
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.12
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-04-27 17:41:07
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93450265
[link_rewrite] => ampoule-h9-12v-65w
[name] => Ampoule H9 12V - 65W
[id_image] => 4576
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 8402
[id_supplier] => 0
[id_manufacturer] => 20
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.500000
[wholesale_price] => 4.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => OSR64193SV2
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-19 16:39:08
[date_upd] => 2025-08-12 16:10:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[link_rewrite] => ampoule-phare-h4-bilux-12v-6055w-osram
[name] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[id_image] => 1760
[legend] =>
[manufacturer_name] => Osram
[new] => 0
)
[3] => Array
(
[id_product] => 153
[id_supplier] => 0
[id_manufacturer] => 19
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1987302042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-10-15 14:50:17
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Ampoule de phare 12v - 60/55W Â H4
[link_rewrite] => ampoule-phare-h4-plus-30
[name] => Ampoule Phare H4 Plus 30
[id_image] => 950
[legend] =>
[manufacturer_name] => Bosch
[new] => 0
)
[4] => Array
(
[id_product] => 9117
[id_supplier] => 0
[id_manufacturer] => 13
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 290.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FS5055320001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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] => 2019-05-24 10:01:25
[date_upd] => 2024-12-06 19:10:33
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Béquille Centrale BREVA 750
[link_rewrite] => béquille-centrale-breva-750
[name] => Béquille centrale Breva 750
[id_image] => 4012
[legend] =>
[manufacturer_name] => Hepco Becker
[new] => 0
)
[5] => Array
(
[id_product] => 7900
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 215.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU973221100005
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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-11-19 20:04:14
[date_upd] => 2023-01-10 17:42:03
[advanced_stock_management] => 0
[available_later] => Délai 1 mois
[description_short] => GU973221100005  Sur éclaté n° 1
[link_rewrite] => béquille-centrale-breva-750-le-kit
[name] => Béquille centrale Breva 750 Le kit
[id_image] => 547
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 9013
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 242.333333
[wholesale_price] => 145.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05560330
[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] => 2018-05-19 23:23:10
[date_upd] => 2024-06-21 11:18:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU05560330  Sur éclaté n° 3
[link_rewrite] => bielette-d-amortisseur
[name] => Bielette d'amortisseur
[id_image] => 3787
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 940
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 760
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 80.000000
[wholesale_price] => 27.920000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14090201
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-01-21 18:48:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU14090201 Eclaté n° 1
[link_rewrite] => bielette-embrayage
[name] => Bielette Embrayage
[id_image] => 5412
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 951
[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] => 108.333333
[wholesale_price] => 65.170000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30716500
[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] => 2024-07-18 17:22:10
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30716500
[link_rewrite] => bobine-marelli-bae850k-nevada-1000-calif-iii-injection-1100-calif-
[name] => Bobine Marelli bae850k Nevada - 1000 Calif III injection - 1100 Calif -
[id_image] => 1446
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9267
[id_supplier] => 0
[id_manufacturer] => 42
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.500000
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8EIX
[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] => 2020-06-26 18:13:25
[date_upd] => 2022-04-01 16:40:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8EIX
[link_rewrite] => bougie-br8eix
[name] => Bougie BR8EIX pour Moto Guzzi
[id_image] => 4382
[legend] =>
[manufacturer_name] => NGK
[new] => 0
)
[10] => Array
(
[id_product] => 982
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.333333
[wholesale_price] => 2.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-05 19:50:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8ES
[link_rewrite] => bougie-br8es
[name] => Bougie BR8ES pour Moto Guzzi
[id_image] => 966
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1000
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 115.833333
[wholesale_price] => 80.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32748010
[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-11-14 09:34:10
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32748010
[link_rewrite] => cablage
[name] => Cablage
[id_image] => 3360
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 55.833333
[wholesale_price] => 33.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 883943 - GU32093010
[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] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:33:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 883943 - GU32093010
[link_rewrite] => cable-embrayage-750-breva
[name] => Cable Embrayage 750 Breva
[id_image] => 3527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1017
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 19.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117011
[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] => 2023-10-26 12:29:37
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117011
[link_rewrite] => câble-gaz-fermeture-papillon
[name] => Câble Gaz Fermeture Papillon
[id_image] => 1830
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1021
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 20.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117010
[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] => 2023-10-26 12:30:21
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117010
[link_rewrite] => câble-gaz-ouverture-papillon
[name] => Câble Gaz Ouverture Papillon
[id_image] => 1831
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 1047
[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.666667
[wholesale_price] => 0.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180105
[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-08-28 11:44:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180105
[link_rewrite] => cache-caoutchouc-ecrou-bras-oscillant-moto-guzzi
[name] => Cache Caoutchouc Ecrou Bras Oscillant Moto Guzzi
[id_image] => 3321
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 3654
[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] => 3.583333
[wholesale_price] => 2.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23943410
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-09-20 18:32:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours - 3 semaines
[description_short] => GU23943410
[link_rewrite] => cache-chromé-sur-vis
[name] => Cache Chromé sur Vis
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 9695
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 8.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32766810
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2024-07-20 16:46:47
[date_upd] => 2024-07-20 16:48:24
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU32766810 Eclaté n° 11
Cache sur Contacteur démarrage
750 Breva
Nevada Classic I.E
V7 1er modèle
[link_rewrite] => cache-contacteur-démarrage
[name] => Cache Contacteur démarrage
[id_image] => 5331
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1323
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 296
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05464830
[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] => 2024-12-29 18:54:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GUZ
[link_rewrite] => cache-habillage
[name] => Cache habillage
[id_image] => 5036
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9374
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 155.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32476210 + GU32579110
[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] => used
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2021-05-02 20:29:55
[date_upd] => 2021-05-02 20:43:55
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32476210 + GU32579110 Occasion
[link_rewrite] => cache-latéral-droit-750-breva-gris-occasion
[name] => Cache latéral Droit 750 Breva gris Occasion
[id_image] => 4629
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 8415
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 148.350000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32573113
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-01-21 16:33:58
[date_upd] => 2016-12-16 12:10:50
[advanced_stock_management] => 0
[available_later] =>
[description_short] => Cache selle arrière gris grigna 2003 à 2005
[link_rewrite] => cache-selle-arrière-gris-grigna-750-breva
[name] => Cache selle arrière gris grigna 750 Breva
[id_image] => 1832
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => 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
)
[22] => 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
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 998
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.083333
[wholesale_price] => 2.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8120912
[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-10-19 11:10:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => AP8120912
[link_rewrite] => caoutchouc-pedale-frein-ou-sélecteur
[name] => Caoutchouc Pedale Frein ou Sélecteur
[id_image] => 3042
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 1134
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8220189
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 11:38:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8220189
[link_rewrite] => caoutchouc-pédale-frein-ou-sélecteur
[name] => Caoutchouc Pédale Frein ou Sélecteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 1143
[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] => 8.666667
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443210
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-04-01 15:25:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443210
[link_rewrite] => caoutchouc-repose-pied-d
[name] => Caoutchouc Repose Pied D
[id_image] => 3757
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 8997
[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] => 11.750000
[wholesale_price] => 7.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443211
[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] => 2018-02-28 00:12:47
[date_upd] => 2025-01-11 16:28:03
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443211
[link_rewrite] => caoutchouc-repose-pied-gauche
[name] => Caoutchouc Repose Pied G
[id_image] => 3758
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 999
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.333333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32632510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.06
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-10-01 16:38:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => V7-V7II-V7III-V9-750Breva-Nevada depuis 2002
[link_rewrite] => caoutchouc-roue-arrière
[name] => Caoutchouc Roue Arrière
[id_image] => 4707
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 749
[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.750000
[wholesale_price] => 0.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FREVI001
[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-12-01 13:45:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Vendu à l'unité
[link_rewrite] => caoutchouc-vis-purge-etrier
[name] => Caoutchouc Vis Purge Etrier
[id_image] => 2283
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => 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
)
[32] => Array
(
[id_product] => 1150
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 183.333333
[wholesale_price] => 139.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8124528
[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] => 2023-06-17 10:53:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8124528 Capteur vitesse n° 14 sur éclaté
[link_rewrite] => capteur-vitesse
[name] => Capteur Vitesse
[id_image] => 4642
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 3829
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 580
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 197.500000
[wholesale_price] => 105.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23328081
[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:20:37
[date_upd] => 2025-11-19 17:55:45
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU23328081
[link_rewrite] => cardan-ntx-lario-florida-v75
[name] => Cardan 650 NTX - V65Lario - V65Florida - V75 - V7 - Nevada - V7 II - V7 III
[id_image] => 2527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9290
[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] => 39.833333
[wholesale_price] => 23.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32735510
[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] => 2020-10-02 18:40:57
[date_upd] => 2025-08-08 00:10:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU32735510
[link_rewrite] => clé-ébauche
[name] => Clé ébauche
[id_image] => 4445
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 3919
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32750610
[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:20:37
[date_upd] => 2025-08-22 17:35:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32750610
[link_rewrite] => clignotant-avant-droit-arrière-gauche-750-breva
[name] => Clignotant Avant Droit - Arrière Gauche 750 Breva
[id_image] => 1552
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 3922
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.583333
[wholesale_price] => 10.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32751610
[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:20:37
[date_upd] => 2025-08-22 17:37:50
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32751610
[link_rewrite] => clignotant-avant-gauche-arrière-droit-750-breva
[name] => Clignotant Avant Gauche - Arrière Droit - 750 Breva
[id_image] => 1553
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 1267
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 70.833333
[wholesale_price] => 30.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32738810
[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] => 2023-04-15 17:29:54
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32738810
[link_rewrite] => commodo-droit
[name] => Commodo Droit
[id_image] => 5090
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 1289
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 245.833333
[wholesale_price] => 156.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32782510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-09-08 16:50:58
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32782510
V7- V7 II- 750Breva- 750Nevada
[link_rewrite] => contacteur-a-cle
[name] => Contacteur A Cle
[id_image] => 3998
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4049
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 502
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 53.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29759150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-07-24 22:18:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU29759150
[link_rewrite] => contacteur-bequille-latérale-ou-embrayage
[name] => Contacteur Bequille latérale ou Embrayage
[id_image] => 3004
[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_302] => Smarty_Internal_Template Object
(
[cache_id] => blockcategories|1_1_4_0_302
[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
(
[7efcd07805770f7c58b90832d2d2446855e9069f] => Array
(
[0] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[1] => 1513703265
[2] => file
)
[ae523606c4e8bfddf6bce8fdcee0e4c4e409c106] => Array
(
[0] => /home/motobelfqt/www/modules/blockcategories/category-tree-branch.tpl
[1] => 1513703266
[2] => file
)
)
[nocache_hash] => 63280883605ba521b527e8-12111851
[function] => Array
(
)
[cache_lifetime] => 3600
[version] => Smarty-3.1.8
[unifunc] => content_693f80de23ebd9_73159972
)
[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_302^7efcd07805770f7c58b90832d2d2446855e9069f.blockcategories.tpl.php
[content] =>
[timestamp] => 1765769438
[exists] => 1
[valid] => 1
[processed] => 1
[handler] => Smarty_Internal_CacheResource_File Object
(
)
[compile_id] =>
[cache_id] => blockcategories|1_1_4_0_302
[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] => 1765772735.47
[_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] => Chassis
[nocache] =>
[scope] => 0
)
[meta_title] => Smarty_Variable Object
(
[value] => Pièces Chassis BREVA IE 750 2003-2009 - Moto Bel'
[nocache] =>
[scope] => 0
)
[meta_description] => Smarty_Variable Object
(
[value] => Pièces Chassis BREVA IE 750 2003-2009 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] => /302-breva-ie-750-2003-2009-chassis
[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-15 05:25:34
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 504
[viewed] => 431
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767500735
[_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] =>
)
[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/302-breva-ie-750-2003-2009-chassis
[nocache] =>
[scope] => 0
)
[come_from2] => Smarty_Variable Object
(
[value] => /302-breva-ie-750-2003-2009-chassis
[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/302-breva-ie-750-2003-2009-chassis
[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] => 1765772736
[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-15 05:25:34
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 504
[viewed] => 431
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767500735
[_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] =>
)
[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] => 302
[id_category] => 302
[name] => Chassis
[active] => 1
[position] => 0
[description] =>
[id_parent] => 166
[level_depth] => 5
[nleft] => 214
[nright] => 215
[link_rewrite] => breva-ie-750-2003-2009-chassis
[meta_title] => Pièces Chassis BREVA IE 750 2003-2009
[meta_keywords] =>
[meta_description] => Pièces Chassis BREVA IE 750 2003-2009 en vente sur Moto Bel'
[date_add] => 2012-09-12 15:44:47
[date_upd] => 2012-09-12 15:44:47
[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] => 126
[id_supplier] => 0
[id_manufacturer] => 36
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 583.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AMAEMC
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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] => 2012-04-16 18:12:12
[date_upd] => 2018-05-23 23:37:48
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Modèle Twin Roadster  Â
Fabrication française
[link_rewrite] => amortisseurs-arriere-emc
[name] => Amortisseurs Arriere Emc
[id_image] => 3380
[legend] =>
[manufacturer_name] => EMC amortisseur
[new] => 0
)
[1] => Array
(
[id_product] => 852
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.833333
[wholesale_price] => 14.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93450265
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.12
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-04-27 17:41:07
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93450265
[link_rewrite] => ampoule-h9-12v-65w
[name] => Ampoule H9 12V - 65W
[id_image] => 4576
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 8402
[id_supplier] => 0
[id_manufacturer] => 20
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.500000
[wholesale_price] => 4.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => OSR64193SV2
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-19 16:39:08
[date_upd] => 2025-08-12 16:10:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[link_rewrite] => ampoule-phare-h4-bilux-12v-6055w-osram
[name] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[id_image] => 1760
[legend] =>
[manufacturer_name] => Osram
[new] => 0
)
[3] => Array
(
[id_product] => 153
[id_supplier] => 0
[id_manufacturer] => 19
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1987302042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-10-15 14:50:17
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Ampoule de phare 12v - 60/55W Â H4
[link_rewrite] => ampoule-phare-h4-plus-30
[name] => Ampoule Phare H4 Plus 30
[id_image] => 950
[legend] =>
[manufacturer_name] => Bosch
[new] => 0
)
[4] => Array
(
[id_product] => 9117
[id_supplier] => 0
[id_manufacturer] => 13
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 290.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FS5055320001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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] => 2019-05-24 10:01:25
[date_upd] => 2024-12-06 19:10:33
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Béquille Centrale BREVA 750
[link_rewrite] => béquille-centrale-breva-750
[name] => Béquille centrale Breva 750
[id_image] => 4012
[legend] =>
[manufacturer_name] => Hepco Becker
[new] => 0
)
[5] => Array
(
[id_product] => 7900
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 215.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU973221100005
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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-11-19 20:04:14
[date_upd] => 2023-01-10 17:42:03
[advanced_stock_management] => 0
[available_later] => Délai 1 mois
[description_short] => GU973221100005  Sur éclaté n° 1
[link_rewrite] => béquille-centrale-breva-750-le-kit
[name] => Béquille centrale Breva 750 Le kit
[id_image] => 547
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 9013
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 242.333333
[wholesale_price] => 145.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05560330
[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] => 2018-05-19 23:23:10
[date_upd] => 2024-06-21 11:18:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU05560330  Sur éclaté n° 3
[link_rewrite] => bielette-d-amortisseur
[name] => Bielette d'amortisseur
[id_image] => 3787
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 940
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 760
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 80.000000
[wholesale_price] => 27.920000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14090201
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-01-21 18:48:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU14090201 Eclaté n° 1
[link_rewrite] => bielette-embrayage
[name] => Bielette Embrayage
[id_image] => 5412
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 951
[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] => 108.333333
[wholesale_price] => 65.170000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30716500
[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] => 2024-07-18 17:22:10
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30716500
[link_rewrite] => bobine-marelli-bae850k-nevada-1000-calif-iii-injection-1100-calif-
[name] => Bobine Marelli bae850k Nevada - 1000 Calif III injection - 1100 Calif -
[id_image] => 1446
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9267
[id_supplier] => 0
[id_manufacturer] => 42
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.500000
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8EIX
[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] => 2020-06-26 18:13:25
[date_upd] => 2022-04-01 16:40:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8EIX
[link_rewrite] => bougie-br8eix
[name] => Bougie BR8EIX pour Moto Guzzi
[id_image] => 4382
[legend] =>
[manufacturer_name] => NGK
[new] => 0
)
[10] => Array
(
[id_product] => 982
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.333333
[wholesale_price] => 2.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-05 19:50:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8ES
[link_rewrite] => bougie-br8es
[name] => Bougie BR8ES pour Moto Guzzi
[id_image] => 966
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1000
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 115.833333
[wholesale_price] => 80.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32748010
[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-11-14 09:34:10
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32748010
[link_rewrite] => cablage
[name] => Cablage
[id_image] => 3360
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 55.833333
[wholesale_price] => 33.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 883943 - GU32093010
[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] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:33:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 883943 - GU32093010
[link_rewrite] => cable-embrayage-750-breva
[name] => Cable Embrayage 750 Breva
[id_image] => 3527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1017
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 19.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117011
[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] => 2023-10-26 12:29:37
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117011
[link_rewrite] => câble-gaz-fermeture-papillon
[name] => Câble Gaz Fermeture Papillon
[id_image] => 1830
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1021
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 20.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117010
[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] => 2023-10-26 12:30:21
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117010
[link_rewrite] => câble-gaz-ouverture-papillon
[name] => Câble Gaz Ouverture Papillon
[id_image] => 1831
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 1047
[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.666667
[wholesale_price] => 0.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180105
[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-08-28 11:44:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180105
[link_rewrite] => cache-caoutchouc-ecrou-bras-oscillant-moto-guzzi
[name] => Cache Caoutchouc Ecrou Bras Oscillant Moto Guzzi
[id_image] => 3321
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 3654
[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] => 3.583333
[wholesale_price] => 2.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23943410
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-09-20 18:32:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours - 3 semaines
[description_short] => GU23943410
[link_rewrite] => cache-chromé-sur-vis
[name] => Cache Chromé sur Vis
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 9695
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 8.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32766810
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2024-07-20 16:46:47
[date_upd] => 2024-07-20 16:48:24
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU32766810 Eclaté n° 11
Cache sur Contacteur démarrage
750 Breva
Nevada Classic I.E
V7 1er modèle
[link_rewrite] => cache-contacteur-démarrage
[name] => Cache Contacteur démarrage
[id_image] => 5331
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1323
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 296
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05464830
[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] => 2024-12-29 18:54:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GUZ
[link_rewrite] => cache-habillage
[name] => Cache habillage
[id_image] => 5036
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9374
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 155.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32476210 + GU32579110
[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] => used
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2021-05-02 20:29:55
[date_upd] => 2021-05-02 20:43:55
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32476210 + GU32579110 Occasion
[link_rewrite] => cache-latéral-droit-750-breva-gris-occasion
[name] => Cache latéral Droit 750 Breva gris Occasion
[id_image] => 4629
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 8415
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 148.350000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32573113
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-01-21 16:33:58
[date_upd] => 2016-12-16 12:10:50
[advanced_stock_management] => 0
[available_later] =>
[description_short] => Cache selle arrière gris grigna 2003 à 2005
[link_rewrite] => cache-selle-arrière-gris-grigna-750-breva
[name] => Cache selle arrière gris grigna 750 Breva
[id_image] => 1832
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => 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
)
[22] => 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
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 998
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.083333
[wholesale_price] => 2.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8120912
[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-10-19 11:10:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => AP8120912
[link_rewrite] => caoutchouc-pedale-frein-ou-sélecteur
[name] => Caoutchouc Pedale Frein ou Sélecteur
[id_image] => 3042
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 1134
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8220189
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 11:38:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8220189
[link_rewrite] => caoutchouc-pédale-frein-ou-sélecteur
[name] => Caoutchouc Pédale Frein ou Sélecteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 1143
[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] => 8.666667
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443210
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-04-01 15:25:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443210
[link_rewrite] => caoutchouc-repose-pied-d
[name] => Caoutchouc Repose Pied D
[id_image] => 3757
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 8997
[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] => 11.750000
[wholesale_price] => 7.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443211
[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] => 2018-02-28 00:12:47
[date_upd] => 2025-01-11 16:28:03
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443211
[link_rewrite] => caoutchouc-repose-pied-gauche
[name] => Caoutchouc Repose Pied G
[id_image] => 3758
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 999
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.333333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32632510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.06
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-10-01 16:38:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => V7-V7II-V7III-V9-750Breva-Nevada depuis 2002
[link_rewrite] => caoutchouc-roue-arrière
[name] => Caoutchouc Roue Arrière
[id_image] => 4707
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 749
[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.750000
[wholesale_price] => 0.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FREVI001
[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-12-01 13:45:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Vendu à l'unité
[link_rewrite] => caoutchouc-vis-purge-etrier
[name] => Caoutchouc Vis Purge Etrier
[id_image] => 2283
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => 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
)
[32] => Array
(
[id_product] => 1150
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 183.333333
[wholesale_price] => 139.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8124528
[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] => 2023-06-17 10:53:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8124528 Capteur vitesse n° 14 sur éclaté
[link_rewrite] => capteur-vitesse
[name] => Capteur Vitesse
[id_image] => 4642
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 3829
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 580
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 197.500000
[wholesale_price] => 105.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23328081
[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:20:37
[date_upd] => 2025-11-19 17:55:45
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU23328081
[link_rewrite] => cardan-ntx-lario-florida-v75
[name] => Cardan 650 NTX - V65Lario - V65Florida - V75 - V7 - Nevada - V7 II - V7 III
[id_image] => 2527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9290
[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] => 39.833333
[wholesale_price] => 23.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32735510
[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] => 2020-10-02 18:40:57
[date_upd] => 2025-08-08 00:10:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU32735510
[link_rewrite] => clé-ébauche
[name] => Clé ébauche
[id_image] => 4445
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 3919
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32750610
[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:20:37
[date_upd] => 2025-08-22 17:35:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32750610
[link_rewrite] => clignotant-avant-droit-arrière-gauche-750-breva
[name] => Clignotant Avant Droit - Arrière Gauche 750 Breva
[id_image] => 1552
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 3922
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.583333
[wholesale_price] => 10.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32751610
[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:20:37
[date_upd] => 2025-08-22 17:37:50
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32751610
[link_rewrite] => clignotant-avant-gauche-arrière-droit-750-breva
[name] => Clignotant Avant Gauche - Arrière Droit - 750 Breva
[id_image] => 1553
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 1267
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 70.833333
[wholesale_price] => 30.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32738810
[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] => 2023-04-15 17:29:54
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32738810
[link_rewrite] => commodo-droit
[name] => Commodo Droit
[id_image] => 5090
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 1289
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 245.833333
[wholesale_price] => 156.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32782510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-09-08 16:50:58
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32782510
V7- V7 II- 750Breva- 750Nevada
[link_rewrite] => contacteur-a-cle
[name] => Contacteur A Cle
[id_image] => 3998
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4049
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 502
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 53.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29759150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-07-24 22:18:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU29759150
[link_rewrite] => contacteur-bequille-latérale-ou-embrayage
[name] => Contacteur Bequille latérale ou Embrayage
[id_image] => 3004
[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_302] => Smarty_Internal_Template Object
(
[cache_id] => blockcategories|1_1_4_0_302
[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
(
[7efcd07805770f7c58b90832d2d2446855e9069f] => Array
(
[0] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[1] => 1513703265
[2] => file
)
[ae523606c4e8bfddf6bce8fdcee0e4c4e409c106] => Array
(
[0] => /home/motobelfqt/www/modules/blockcategories/category-tree-branch.tpl
[1] => 1513703266
[2] => file
)
)
[nocache_hash] => 63280883605ba521b527e8-12111851
[function] => Array
(
)
[cache_lifetime] => 3600
[version] => Smarty-3.1.8
[unifunc] => content_693f80de23ebd9_73159972
)
[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_302^7efcd07805770f7c58b90832d2d2446855e9069f.blockcategories.tpl.php
[content] =>
[timestamp] => 1765769438
[exists] => 1
[valid] => 1
[processed] => 1
[handler] => Smarty_Internal_CacheResource_File Object
(
)
[compile_id] =>
[cache_id] => blockcategories|1_1_4_0_302
[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] => 1765772735.47
[_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] => Chassis
[nocache] =>
[scope] => 0
)
[meta_title] => Smarty_Variable Object
(
[value] => Pièces Chassis BREVA IE 750 2003-2009 - Moto Bel'
[nocache] =>
[scope] => 0
)
[meta_description] => Smarty_Variable Object
(
[value] => Pièces Chassis BREVA IE 750 2003-2009 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] => /302-breva-ie-750-2003-2009-chassis
[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-15 05:25:34
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 504
[viewed] => 431
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767500735
[_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] =>
)
[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/302-breva-ie-750-2003-2009-chassis
[nocache] =>
[scope] => 0
)
[come_from2] => Smarty_Variable Object
(
[value] => /302-breva-ie-750-2003-2009-chassis
[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/302-breva-ie-750-2003-2009-chassis
[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] => 1765772736
[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] 3919 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] 3919 Argument [1] clignotant-avant-droit-arrière-gauche-750-breva Argument [2] breva-ie-750-2003-2009-chassis 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] => 3919
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32750610
[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:20:37
[date_upd] => 2025-08-22 17:35:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32750610
[link_rewrite] => clignotant-avant-droit-arrière-gauche-750-breva
[name] => Clignotant Avant Droit - Arrière Gauche 750 Breva
[id_image] => 1552
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
3789. public function getProducts($selected_filters, &$products, &$nb_products, &$p, &$n, &$pages_nb, &$start, &$stop, &$range)
3790. {
3791. global $cookie;
3792.
3793. $products = $this->getProductByFilters($selected_filters);
3794. $products = Product::getProductsProperties((int)$cookie->id_lang, $products);
3795.
3796. $nb_products = $this->nbr_products;
3797. $range = 2; /* how many pages around page selected */
3798.
3799. $n = (int)Tools::getValue('n', Configuration::get('PS_PRODUCTS_PER_PAGE'));
Argument [0]
4
Argument [1]
Array
(
[0] => Array
(
[id_product] => 126
[id_supplier] => 0
[id_manufacturer] => 36
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 583.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AMAEMC
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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] => 2012-04-16 18:12:12
[date_upd] => 2018-05-23 23:37:48
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Modèle Twin Roadster  Â
Fabrication française
[link_rewrite] => amortisseurs-arriere-emc
[name] => Amortisseurs Arriere Emc
[id_image] => 3380
[legend] =>
[manufacturer_name] => EMC amortisseur
[new] => 0
)
[1] => Array
(
[id_product] => 852
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.833333
[wholesale_price] => 14.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93450265
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.12
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-04-27 17:41:07
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93450265
[link_rewrite] => ampoule-h9-12v-65w
[name] => Ampoule H9 12V - 65W
[id_image] => 4576
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 8402
[id_supplier] => 0
[id_manufacturer] => 20
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.500000
[wholesale_price] => 4.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => OSR64193SV2
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-19 16:39:08
[date_upd] => 2025-08-12 16:10:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[link_rewrite] => ampoule-phare-h4-bilux-12v-6055w-osram
[name] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[id_image] => 1760
[legend] =>
[manufacturer_name] => Osram
[new] => 0
)
[3] => Array
(
[id_product] => 153
[id_supplier] => 0
[id_manufacturer] => 19
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1987302042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-10-15 14:50:17
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Ampoule de phare 12v - 60/55W Â H4
[link_rewrite] => ampoule-phare-h4-plus-30
[name] => Ampoule Phare H4 Plus 30
[id_image] => 950
[legend] =>
[manufacturer_name] => Bosch
[new] => 0
)
[4] => Array
(
[id_product] => 9117
[id_supplier] => 0
[id_manufacturer] => 13
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 290.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FS5055320001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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] => 2019-05-24 10:01:25
[date_upd] => 2024-12-06 19:10:33
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Béquille Centrale BREVA 750
[link_rewrite] => béquille-centrale-breva-750
[name] => Béquille centrale Breva 750
[id_image] => 4012
[legend] =>
[manufacturer_name] => Hepco Becker
[new] => 0
)
[5] => Array
(
[id_product] => 7900
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 215.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU973221100005
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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-11-19 20:04:14
[date_upd] => 2023-01-10 17:42:03
[advanced_stock_management] => 0
[available_later] => Délai 1 mois
[description_short] => GU973221100005  Sur éclaté n° 1
[link_rewrite] => béquille-centrale-breva-750-le-kit
[name] => Béquille centrale Breva 750 Le kit
[id_image] => 547
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 9013
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 242.333333
[wholesale_price] => 145.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05560330
[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] => 2018-05-19 23:23:10
[date_upd] => 2024-06-21 11:18:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU05560330  Sur éclaté n° 3
[link_rewrite] => bielette-d-amortisseur
[name] => Bielette d'amortisseur
[id_image] => 3787
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 940
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 760
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 80.000000
[wholesale_price] => 27.920000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14090201
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-01-21 18:48:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU14090201 Eclaté n° 1
[link_rewrite] => bielette-embrayage
[name] => Bielette Embrayage
[id_image] => 5412
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 951
[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] => 108.333333
[wholesale_price] => 65.170000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30716500
[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] => 2024-07-18 17:22:10
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30716500
[link_rewrite] => bobine-marelli-bae850k-nevada-1000-calif-iii-injection-1100-calif-
[name] => Bobine Marelli bae850k Nevada - 1000 Calif III injection - 1100 Calif -
[id_image] => 1446
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9267
[id_supplier] => 0
[id_manufacturer] => 42
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.500000
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8EIX
[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] => 2020-06-26 18:13:25
[date_upd] => 2022-04-01 16:40:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8EIX
[link_rewrite] => bougie-br8eix
[name] => Bougie BR8EIX pour Moto Guzzi
[id_image] => 4382
[legend] =>
[manufacturer_name] => NGK
[new] => 0
)
[10] => Array
(
[id_product] => 982
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.333333
[wholesale_price] => 2.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-05 19:50:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8ES
[link_rewrite] => bougie-br8es
[name] => Bougie BR8ES pour Moto Guzzi
[id_image] => 966
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1000
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 115.833333
[wholesale_price] => 80.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32748010
[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-11-14 09:34:10
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32748010
[link_rewrite] => cablage
[name] => Cablage
[id_image] => 3360
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 55.833333
[wholesale_price] => 33.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 883943 - GU32093010
[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] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:33:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 883943 - GU32093010
[link_rewrite] => cable-embrayage-750-breva
[name] => Cable Embrayage 750 Breva
[id_image] => 3527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1017
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 19.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117011
[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] => 2023-10-26 12:29:37
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117011
[link_rewrite] => câble-gaz-fermeture-papillon
[name] => Câble Gaz Fermeture Papillon
[id_image] => 1830
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1021
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 20.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117010
[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] => 2023-10-26 12:30:21
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117010
[link_rewrite] => câble-gaz-ouverture-papillon
[name] => Câble Gaz Ouverture Papillon
[id_image] => 1831
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 1047
[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.666667
[wholesale_price] => 0.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180105
[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-08-28 11:44:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180105
[link_rewrite] => cache-caoutchouc-ecrou-bras-oscillant-moto-guzzi
[name] => Cache Caoutchouc Ecrou Bras Oscillant Moto Guzzi
[id_image] => 3321
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 3654
[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] => 3.583333
[wholesale_price] => 2.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23943410
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-09-20 18:32:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours - 3 semaines
[description_short] => GU23943410
[link_rewrite] => cache-chromé-sur-vis
[name] => Cache Chromé sur Vis
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 9695
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 8.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32766810
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2024-07-20 16:46:47
[date_upd] => 2024-07-20 16:48:24
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU32766810 Eclaté n° 11
Cache sur Contacteur démarrage
750 Breva
Nevada Classic I.E
V7 1er modèle
[link_rewrite] => cache-contacteur-démarrage
[name] => Cache Contacteur démarrage
[id_image] => 5331
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1323
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 296
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05464830
[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] => 2024-12-29 18:54:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GUZ
[link_rewrite] => cache-habillage
[name] => Cache habillage
[id_image] => 5036
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9374
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 155.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32476210 + GU32579110
[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] => used
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2021-05-02 20:29:55
[date_upd] => 2021-05-02 20:43:55
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32476210 + GU32579110 Occasion
[link_rewrite] => cache-latéral-droit-750-breva-gris-occasion
[name] => Cache latéral Droit 750 Breva gris Occasion
[id_image] => 4629
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 8415
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 148.350000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32573113
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-01-21 16:33:58
[date_upd] => 2016-12-16 12:10:50
[advanced_stock_management] => 0
[available_later] =>
[description_short] => Cache selle arrière gris grigna 2003 à 2005
[link_rewrite] => cache-selle-arrière-gris-grigna-750-breva
[name] => Cache selle arrière gris grigna 750 Breva
[id_image] => 1832
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => 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
)
[22] => 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
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 998
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.083333
[wholesale_price] => 2.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8120912
[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-10-19 11:10:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => AP8120912
[link_rewrite] => caoutchouc-pedale-frein-ou-sélecteur
[name] => Caoutchouc Pedale Frein ou Sélecteur
[id_image] => 3042
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 1134
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8220189
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 11:38:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8220189
[link_rewrite] => caoutchouc-pédale-frein-ou-sélecteur
[name] => Caoutchouc Pédale Frein ou Sélecteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 1143
[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] => 8.666667
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443210
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-04-01 15:25:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443210
[link_rewrite] => caoutchouc-repose-pied-d
[name] => Caoutchouc Repose Pied D
[id_image] => 3757
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 8997
[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] => 11.750000
[wholesale_price] => 7.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443211
[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] => 2018-02-28 00:12:47
[date_upd] => 2025-01-11 16:28:03
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443211
[link_rewrite] => caoutchouc-repose-pied-gauche
[name] => Caoutchouc Repose Pied G
[id_image] => 3758
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 999
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.333333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32632510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.06
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-10-01 16:38:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => V7-V7II-V7III-V9-750Breva-Nevada depuis 2002
[link_rewrite] => caoutchouc-roue-arrière
[name] => Caoutchouc Roue Arrière
[id_image] => 4707
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 749
[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.750000
[wholesale_price] => 0.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FREVI001
[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-12-01 13:45:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Vendu à l'unité
[link_rewrite] => caoutchouc-vis-purge-etrier
[name] => Caoutchouc Vis Purge Etrier
[id_image] => 2283
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => 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
)
[32] => Array
(
[id_product] => 1150
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 183.333333
[wholesale_price] => 139.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8124528
[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] => 2023-06-17 10:53:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8124528 Capteur vitesse n° 14 sur éclaté
[link_rewrite] => capteur-vitesse
[name] => Capteur Vitesse
[id_image] => 4642
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 3829
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 580
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 197.500000
[wholesale_price] => 105.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23328081
[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:20:37
[date_upd] => 2025-11-19 17:55:45
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU23328081
[link_rewrite] => cardan-ntx-lario-florida-v75
[name] => Cardan 650 NTX - V65Lario - V65Florida - V75 - V7 - Nevada - V7 II - V7 III
[id_image] => 2527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9290
[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] => 39.833333
[wholesale_price] => 23.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32735510
[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] => 2020-10-02 18:40:57
[date_upd] => 2025-08-08 00:10:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU32735510
[link_rewrite] => clé-ébauche
[name] => Clé ébauche
[id_image] => 4445
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 3919
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32750610
[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:20:37
[date_upd] => 2025-08-22 17:35:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32750610
[link_rewrite] => clignotant-avant-droit-arrière-gauche-750-breva
[name] => Clignotant Avant Droit - Arrière Gauche 750 Breva
[id_image] => 1552
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 3922
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.583333
[wholesale_price] => 10.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32751610
[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:20:37
[date_upd] => 2025-08-22 17:37:50
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32751610
[link_rewrite] => clignotant-avant-gauche-arrière-droit-750-breva
[name] => Clignotant Avant Gauche - Arrière Droit - 750 Breva
[id_image] => 1553
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 1267
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 70.833333
[wholesale_price] => 30.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32738810
[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] => 2023-04-15 17:29:54
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32738810
[link_rewrite] => commodo-droit
[name] => Commodo Droit
[id_image] => 5090
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 1289
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 245.833333
[wholesale_price] => 156.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32782510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-09-08 16:50:58
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32782510
V7- V7 II- 750Breva- 750Nevada
[link_rewrite] => contacteur-a-cle
[name] => Contacteur A Cle
[id_image] => 3998
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4049
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 502
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 53.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29759150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-07-24 22:18:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU29759150
[link_rewrite] => contacteur-bequille-latérale-ou-embrayage
[name] => Contacteur Bequille latérale ou Embrayage
[id_image] => 3004
[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] => 126
[id_supplier] => 0
[id_manufacturer] => 36
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 583.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AMAEMC
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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] => 2012-04-16 18:12:12
[date_upd] => 2018-05-23 23:37:48
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Modèle Twin Roadster  Â
Fabrication française
[link_rewrite] => amortisseurs-arriere-emc
[name] => Amortisseurs Arriere Emc
[id_image] => 3380
[legend] =>
[manufacturer_name] => EMC amortisseur
[new] => 0
)
[1] => Array
(
[id_product] => 852
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.833333
[wholesale_price] => 14.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93450265
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.12
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-04-27 17:41:07
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93450265
[link_rewrite] => ampoule-h9-12v-65w
[name] => Ampoule H9 12V - 65W
[id_image] => 4576
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 8402
[id_supplier] => 0
[id_manufacturer] => 20
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.500000
[wholesale_price] => 4.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => OSR64193SV2
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-19 16:39:08
[date_upd] => 2025-08-12 16:10:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[link_rewrite] => ampoule-phare-h4-bilux-12v-6055w-osram
[name] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[id_image] => 1760
[legend] =>
[manufacturer_name] => Osram
[new] => 0
)
[3] => Array
(
[id_product] => 153
[id_supplier] => 0
[id_manufacturer] => 19
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1987302042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-10-15 14:50:17
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Ampoule de phare 12v - 60/55W Â H4
[link_rewrite] => ampoule-phare-h4-plus-30
[name] => Ampoule Phare H4 Plus 30
[id_image] => 950
[legend] =>
[manufacturer_name] => Bosch
[new] => 0
)
[4] => Array
(
[id_product] => 9117
[id_supplier] => 0
[id_manufacturer] => 13
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 290.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FS5055320001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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] => 2019-05-24 10:01:25
[date_upd] => 2024-12-06 19:10:33
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Béquille Centrale BREVA 750
[link_rewrite] => béquille-centrale-breva-750
[name] => Béquille centrale Breva 750
[id_image] => 4012
[legend] =>
[manufacturer_name] => Hepco Becker
[new] => 0
)
[5] => Array
(
[id_product] => 7900
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 215.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU973221100005
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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-11-19 20:04:14
[date_upd] => 2023-01-10 17:42:03
[advanced_stock_management] => 0
[available_later] => Délai 1 mois
[description_short] => GU973221100005  Sur éclaté n° 1
[link_rewrite] => béquille-centrale-breva-750-le-kit
[name] => Béquille centrale Breva 750 Le kit
[id_image] => 547
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 9013
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 242.333333
[wholesale_price] => 145.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05560330
[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] => 2018-05-19 23:23:10
[date_upd] => 2024-06-21 11:18:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU05560330  Sur éclaté n° 3
[link_rewrite] => bielette-d-amortisseur
[name] => Bielette d'amortisseur
[id_image] => 3787
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 940
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 760
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 80.000000
[wholesale_price] => 27.920000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14090201
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-01-21 18:48:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU14090201 Eclaté n° 1
[link_rewrite] => bielette-embrayage
[name] => Bielette Embrayage
[id_image] => 5412
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 951
[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] => 108.333333
[wholesale_price] => 65.170000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30716500
[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] => 2024-07-18 17:22:10
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30716500
[link_rewrite] => bobine-marelli-bae850k-nevada-1000-calif-iii-injection-1100-calif-
[name] => Bobine Marelli bae850k Nevada - 1000 Calif III injection - 1100 Calif -
[id_image] => 1446
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9267
[id_supplier] => 0
[id_manufacturer] => 42
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.500000
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8EIX
[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] => 2020-06-26 18:13:25
[date_upd] => 2022-04-01 16:40:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8EIX
[link_rewrite] => bougie-br8eix
[name] => Bougie BR8EIX pour Moto Guzzi
[id_image] => 4382
[legend] =>
[manufacturer_name] => NGK
[new] => 0
)
[10] => Array
(
[id_product] => 982
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.333333
[wholesale_price] => 2.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-05 19:50:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8ES
[link_rewrite] => bougie-br8es
[name] => Bougie BR8ES pour Moto Guzzi
[id_image] => 966
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1000
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 115.833333
[wholesale_price] => 80.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32748010
[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-11-14 09:34:10
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32748010
[link_rewrite] => cablage
[name] => Cablage
[id_image] => 3360
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 55.833333
[wholesale_price] => 33.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 883943 - GU32093010
[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] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:33:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 883943 - GU32093010
[link_rewrite] => cable-embrayage-750-breva
[name] => Cable Embrayage 750 Breva
[id_image] => 3527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1017
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 19.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117011
[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] => 2023-10-26 12:29:37
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117011
[link_rewrite] => câble-gaz-fermeture-papillon
[name] => Câble Gaz Fermeture Papillon
[id_image] => 1830
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1021
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 20.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117010
[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] => 2023-10-26 12:30:21
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117010
[link_rewrite] => câble-gaz-ouverture-papillon
[name] => Câble Gaz Ouverture Papillon
[id_image] => 1831
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 1047
[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.666667
[wholesale_price] => 0.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180105
[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-08-28 11:44:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180105
[link_rewrite] => cache-caoutchouc-ecrou-bras-oscillant-moto-guzzi
[name] => Cache Caoutchouc Ecrou Bras Oscillant Moto Guzzi
[id_image] => 3321
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 3654
[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] => 3.583333
[wholesale_price] => 2.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23943410
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-09-20 18:32:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours - 3 semaines
[description_short] => GU23943410
[link_rewrite] => cache-chromé-sur-vis
[name] => Cache Chromé sur Vis
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 9695
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 8.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32766810
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2024-07-20 16:46:47
[date_upd] => 2024-07-20 16:48:24
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU32766810 Eclaté n° 11
Cache sur Contacteur démarrage
750 Breva
Nevada Classic I.E
V7 1er modèle
[link_rewrite] => cache-contacteur-démarrage
[name] => Cache Contacteur démarrage
[id_image] => 5331
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1323
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 296
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05464830
[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] => 2024-12-29 18:54:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GUZ
[link_rewrite] => cache-habillage
[name] => Cache habillage
[id_image] => 5036
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9374
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 155.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32476210 + GU32579110
[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] => used
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2021-05-02 20:29:55
[date_upd] => 2021-05-02 20:43:55
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32476210 + GU32579110 Occasion
[link_rewrite] => cache-latéral-droit-750-breva-gris-occasion
[name] => Cache latéral Droit 750 Breva gris Occasion
[id_image] => 4629
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 8415
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 148.350000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32573113
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-01-21 16:33:58
[date_upd] => 2016-12-16 12:10:50
[advanced_stock_management] => 0
[available_later] =>
[description_short] => Cache selle arrière gris grigna 2003 à 2005
[link_rewrite] => cache-selle-arrière-gris-grigna-750-breva
[name] => Cache selle arrière gris grigna 750 Breva
[id_image] => 1832
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => 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
)
[22] => 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
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 998
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.083333
[wholesale_price] => 2.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8120912
[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-10-19 11:10:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => AP8120912
[link_rewrite] => caoutchouc-pedale-frein-ou-sélecteur
[name] => Caoutchouc Pedale Frein ou Sélecteur
[id_image] => 3042
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 1134
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8220189
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 11:38:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8220189
[link_rewrite] => caoutchouc-pédale-frein-ou-sélecteur
[name] => Caoutchouc Pédale Frein ou Sélecteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 1143
[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] => 8.666667
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443210
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-04-01 15:25:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443210
[link_rewrite] => caoutchouc-repose-pied-d
[name] => Caoutchouc Repose Pied D
[id_image] => 3757
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 8997
[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] => 11.750000
[wholesale_price] => 7.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443211
[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] => 2018-02-28 00:12:47
[date_upd] => 2025-01-11 16:28:03
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443211
[link_rewrite] => caoutchouc-repose-pied-gauche
[name] => Caoutchouc Repose Pied G
[id_image] => 3758
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 999
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.333333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32632510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.06
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-10-01 16:38:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => V7-V7II-V7III-V9-750Breva-Nevada depuis 2002
[link_rewrite] => caoutchouc-roue-arrière
[name] => Caoutchouc Roue Arrière
[id_image] => 4707
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 749
[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.750000
[wholesale_price] => 0.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FREVI001
[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-12-01 13:45:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Vendu à l'unité
[link_rewrite] => caoutchouc-vis-purge-etrier
[name] => Caoutchouc Vis Purge Etrier
[id_image] => 2283
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => 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
)
[32] => Array
(
[id_product] => 1150
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 183.333333
[wholesale_price] => 139.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8124528
[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] => 2023-06-17 10:53:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8124528 Capteur vitesse n° 14 sur éclaté
[link_rewrite] => capteur-vitesse
[name] => Capteur Vitesse
[id_image] => 4642
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 3829
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 580
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 197.500000
[wholesale_price] => 105.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23328081
[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:20:37
[date_upd] => 2025-11-19 17:55:45
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU23328081
[link_rewrite] => cardan-ntx-lario-florida-v75
[name] => Cardan 650 NTX - V65Lario - V65Florida - V75 - V7 - Nevada - V7 II - V7 III
[id_image] => 2527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9290
[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] => 39.833333
[wholesale_price] => 23.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32735510
[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] => 2020-10-02 18:40:57
[date_upd] => 2025-08-08 00:10:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU32735510
[link_rewrite] => clé-ébauche
[name] => Clé ébauche
[id_image] => 4445
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 3919
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32750610
[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:20:37
[date_upd] => 2025-08-22 17:35:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32750610
[link_rewrite] => clignotant-avant-droit-arrière-gauche-750-breva
[name] => Clignotant Avant Droit - Arrière Gauche 750 Breva
[id_image] => 1552
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 3922
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.583333
[wholesale_price] => 10.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32751610
[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:20:37
[date_upd] => 2025-08-22 17:37:50
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32751610
[link_rewrite] => clignotant-avant-gauche-arrière-droit-750-breva
[name] => Clignotant Avant Gauche - Arrière Droit - 750 Breva
[id_image] => 1553
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 1267
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 70.833333
[wholesale_price] => 30.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32738810
[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] => 2023-04-15 17:29:54
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32738810
[link_rewrite] => commodo-droit
[name] => Commodo Droit
[id_image] => 5090
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 1289
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 245.833333
[wholesale_price] => 156.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32782510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-09-08 16:50:58
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32782510
V7- V7 II- 750Breva- 750Nevada
[link_rewrite] => contacteur-a-cle
[name] => Contacteur A Cle
[id_image] => 3998
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4049
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 502
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 53.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29759150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-07-24 22:18:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU29759150
[link_rewrite] => contacteur-bequille-latérale-ou-embrayage
[name] => Contacteur Bequille latérale ou Embrayage
[id_image] => 3004
[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] => 126
[id_supplier] => 0
[id_manufacturer] => 36
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 583.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AMAEMC
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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] => 2012-04-16 18:12:12
[date_upd] => 2018-05-23 23:37:48
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Modèle Twin Roadster  Â
Fabrication française
[link_rewrite] => amortisseurs-arriere-emc
[name] => Amortisseurs Arriere Emc
[id_image] => 3380
[legend] =>
[manufacturer_name] => EMC amortisseur
[new] => 0
)
[1] => Array
(
[id_product] => 852
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.833333
[wholesale_price] => 14.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93450265
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.12
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-04-27 17:41:07
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93450265
[link_rewrite] => ampoule-h9-12v-65w
[name] => Ampoule H9 12V - 65W
[id_image] => 4576
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 8402
[id_supplier] => 0
[id_manufacturer] => 20
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.500000
[wholesale_price] => 4.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => OSR64193SV2
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-19 16:39:08
[date_upd] => 2025-08-12 16:10:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[link_rewrite] => ampoule-phare-h4-bilux-12v-6055w-osram
[name] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[id_image] => 1760
[legend] =>
[manufacturer_name] => Osram
[new] => 0
)
[3] => Array
(
[id_product] => 153
[id_supplier] => 0
[id_manufacturer] => 19
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1987302042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-10-15 14:50:17
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Ampoule de phare 12v - 60/55W Â H4
[link_rewrite] => ampoule-phare-h4-plus-30
[name] => Ampoule Phare H4 Plus 30
[id_image] => 950
[legend] =>
[manufacturer_name] => Bosch
[new] => 0
)
[4] => Array
(
[id_product] => 9117
[id_supplier] => 0
[id_manufacturer] => 13
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 290.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FS5055320001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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] => 2019-05-24 10:01:25
[date_upd] => 2024-12-06 19:10:33
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Béquille Centrale BREVA 750
[link_rewrite] => béquille-centrale-breva-750
[name] => Béquille centrale Breva 750
[id_image] => 4012
[legend] =>
[manufacturer_name] => Hepco Becker
[new] => 0
)
[5] => Array
(
[id_product] => 7900
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 215.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU973221100005
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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-11-19 20:04:14
[date_upd] => 2023-01-10 17:42:03
[advanced_stock_management] => 0
[available_later] => Délai 1 mois
[description_short] => GU973221100005  Sur éclaté n° 1
[link_rewrite] => béquille-centrale-breva-750-le-kit
[name] => Béquille centrale Breva 750 Le kit
[id_image] => 547
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 9013
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 242.333333
[wholesale_price] => 145.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05560330
[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] => 2018-05-19 23:23:10
[date_upd] => 2024-06-21 11:18:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU05560330  Sur éclaté n° 3
[link_rewrite] => bielette-d-amortisseur
[name] => Bielette d'amortisseur
[id_image] => 3787
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 940
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 760
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 80.000000
[wholesale_price] => 27.920000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14090201
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-01-21 18:48:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU14090201 Eclaté n° 1
[link_rewrite] => bielette-embrayage
[name] => Bielette Embrayage
[id_image] => 5412
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 951
[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] => 108.333333
[wholesale_price] => 65.170000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30716500
[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] => 2024-07-18 17:22:10
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30716500
[link_rewrite] => bobine-marelli-bae850k-nevada-1000-calif-iii-injection-1100-calif-
[name] => Bobine Marelli bae850k Nevada - 1000 Calif III injection - 1100 Calif -
[id_image] => 1446
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9267
[id_supplier] => 0
[id_manufacturer] => 42
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.500000
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8EIX
[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] => 2020-06-26 18:13:25
[date_upd] => 2022-04-01 16:40:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8EIX
[link_rewrite] => bougie-br8eix
[name] => Bougie BR8EIX pour Moto Guzzi
[id_image] => 4382
[legend] =>
[manufacturer_name] => NGK
[new] => 0
)
[10] => Array
(
[id_product] => 982
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.333333
[wholesale_price] => 2.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-05 19:50:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8ES
[link_rewrite] => bougie-br8es
[name] => Bougie BR8ES pour Moto Guzzi
[id_image] => 966
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1000
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 115.833333
[wholesale_price] => 80.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32748010
[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-11-14 09:34:10
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32748010
[link_rewrite] => cablage
[name] => Cablage
[id_image] => 3360
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 55.833333
[wholesale_price] => 33.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 883943 - GU32093010
[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] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:33:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 883943 - GU32093010
[link_rewrite] => cable-embrayage-750-breva
[name] => Cable Embrayage 750 Breva
[id_image] => 3527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1017
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 19.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117011
[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] => 2023-10-26 12:29:37
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117011
[link_rewrite] => câble-gaz-fermeture-papillon
[name] => Câble Gaz Fermeture Papillon
[id_image] => 1830
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1021
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 20.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117010
[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] => 2023-10-26 12:30:21
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117010
[link_rewrite] => câble-gaz-ouverture-papillon
[name] => Câble Gaz Ouverture Papillon
[id_image] => 1831
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 1047
[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.666667
[wholesale_price] => 0.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180105
[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-08-28 11:44:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180105
[link_rewrite] => cache-caoutchouc-ecrou-bras-oscillant-moto-guzzi
[name] => Cache Caoutchouc Ecrou Bras Oscillant Moto Guzzi
[id_image] => 3321
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 3654
[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] => 3.583333
[wholesale_price] => 2.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23943410
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-09-20 18:32:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours - 3 semaines
[description_short] => GU23943410
[link_rewrite] => cache-chromé-sur-vis
[name] => Cache Chromé sur Vis
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 9695
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 8.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32766810
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2024-07-20 16:46:47
[date_upd] => 2024-07-20 16:48:24
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU32766810 Eclaté n° 11
Cache sur Contacteur démarrage
750 Breva
Nevada Classic I.E
V7 1er modèle
[link_rewrite] => cache-contacteur-démarrage
[name] => Cache Contacteur démarrage
[id_image] => 5331
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1323
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 296
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05464830
[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] => 2024-12-29 18:54:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GUZ
[link_rewrite] => cache-habillage
[name] => Cache habillage
[id_image] => 5036
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9374
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 155.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32476210 + GU32579110
[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] => used
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2021-05-02 20:29:55
[date_upd] => 2021-05-02 20:43:55
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32476210 + GU32579110 Occasion
[link_rewrite] => cache-latéral-droit-750-breva-gris-occasion
[name] => Cache latéral Droit 750 Breva gris Occasion
[id_image] => 4629
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 8415
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 148.350000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32573113
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-01-21 16:33:58
[date_upd] => 2016-12-16 12:10:50
[advanced_stock_management] => 0
[available_later] =>
[description_short] => Cache selle arrière gris grigna 2003 à 2005
[link_rewrite] => cache-selle-arrière-gris-grigna-750-breva
[name] => Cache selle arrière gris grigna 750 Breva
[id_image] => 1832
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => 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
)
[22] => 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
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 998
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.083333
[wholesale_price] => 2.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8120912
[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-10-19 11:10:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => AP8120912
[link_rewrite] => caoutchouc-pedale-frein-ou-sélecteur
[name] => Caoutchouc Pedale Frein ou Sélecteur
[id_image] => 3042
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 1134
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8220189
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 11:38:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8220189
[link_rewrite] => caoutchouc-pédale-frein-ou-sélecteur
[name] => Caoutchouc Pédale Frein ou Sélecteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 1143
[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] => 8.666667
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443210
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-04-01 15:25:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443210
[link_rewrite] => caoutchouc-repose-pied-d
[name] => Caoutchouc Repose Pied D
[id_image] => 3757
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 8997
[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] => 11.750000
[wholesale_price] => 7.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443211
[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] => 2018-02-28 00:12:47
[date_upd] => 2025-01-11 16:28:03
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443211
[link_rewrite] => caoutchouc-repose-pied-gauche
[name] => Caoutchouc Repose Pied G
[id_image] => 3758
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 999
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.333333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32632510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.06
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-10-01 16:38:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => V7-V7II-V7III-V9-750Breva-Nevada depuis 2002
[link_rewrite] => caoutchouc-roue-arrière
[name] => Caoutchouc Roue Arrière
[id_image] => 4707
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 749
[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.750000
[wholesale_price] => 0.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FREVI001
[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-12-01 13:45:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Vendu à l'unité
[link_rewrite] => caoutchouc-vis-purge-etrier
[name] => Caoutchouc Vis Purge Etrier
[id_image] => 2283
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => 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
)
[32] => Array
(
[id_product] => 1150
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 183.333333
[wholesale_price] => 139.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8124528
[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] => 2023-06-17 10:53:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8124528 Capteur vitesse n° 14 sur éclaté
[link_rewrite] => capteur-vitesse
[name] => Capteur Vitesse
[id_image] => 4642
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 3829
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 580
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 197.500000
[wholesale_price] => 105.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23328081
[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:20:37
[date_upd] => 2025-11-19 17:55:45
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU23328081
[link_rewrite] => cardan-ntx-lario-florida-v75
[name] => Cardan 650 NTX - V65Lario - V65Florida - V75 - V7 - Nevada - V7 II - V7 III
[id_image] => 2527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9290
[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] => 39.833333
[wholesale_price] => 23.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32735510
[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] => 2020-10-02 18:40:57
[date_upd] => 2025-08-08 00:10:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU32735510
[link_rewrite] => clé-ébauche
[name] => Clé ébauche
[id_image] => 4445
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 3919
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32750610
[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:20:37
[date_upd] => 2025-08-22 17:35:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32750610
[link_rewrite] => clignotant-avant-droit-arrière-gauche-750-breva
[name] => Clignotant Avant Droit - Arrière Gauche 750 Breva
[id_image] => 1552
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 3922
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.583333
[wholesale_price] => 10.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32751610
[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:20:37
[date_upd] => 2025-08-22 17:37:50
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32751610
[link_rewrite] => clignotant-avant-gauche-arrière-droit-750-breva
[name] => Clignotant Avant Gauche - Arrière Droit - 750 Breva
[id_image] => 1553
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 1267
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 70.833333
[wholesale_price] => 30.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32738810
[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] => 2023-04-15 17:29:54
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32738810
[link_rewrite] => commodo-droit
[name] => Commodo Droit
[id_image] => 5090
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 1289
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 245.833333
[wholesale_price] => 156.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32782510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-09-08 16:50:58
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32782510
V7- V7 II- 750Breva- 750Nevada
[link_rewrite] => contacteur-a-cle
[name] => Contacteur A Cle
[id_image] => 3998
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4049
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 502
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 53.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29759150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-07-24 22:18:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU29759150
[link_rewrite] => contacteur-bequille-latérale-ou-embrayage
[name] => Contacteur Bequille latérale ou Embrayage
[id_image] => 3004
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
)
[hookExecuted] => 1
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-15 05:25:34
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 504
[viewed] => 431
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767500735
[_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] =>
)
[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] => 126
[id_supplier] => 0
[id_manufacturer] => 36
[id_category_default] => 153
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 583.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AMAEMC
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 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] => 2012-04-16 18:12:12
[date_upd] => 2018-05-23 23:37:48
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Modèle Twin Roadster  Â
Fabrication française
[link_rewrite] => amortisseurs-arriere-emc
[name] => Amortisseurs Arriere Emc
[id_image] => 3380
[legend] =>
[manufacturer_name] => EMC amortisseur
[new] => 0
)
[1] => Array
(
[id_product] => 852
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 23.833333
[wholesale_price] => 14.300000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93450265
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.12
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-04-27 17:41:07
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93450265
[link_rewrite] => ampoule-h9-12v-65w
[name] => Ampoule H9 12V - 65W
[id_image] => 4576
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[2] => Array
(
[id_product] => 8402
[id_supplier] => 0
[id_manufacturer] => 20
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.500000
[wholesale_price] => 4.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => OSR64193SV2
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2014-12-19 16:39:08
[date_upd] => 2025-08-12 16:10:01
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[link_rewrite] => ampoule-phare-h4-bilux-12v-6055w-osram
[name] => Ampoule Phare H4 Bilux 12V 60/55W Osram
[id_image] => 1760
[legend] =>
[manufacturer_name] => Osram
[new] => 0
)
[3] => Array
(
[id_product] => 153
[id_supplier] => 0
[id_manufacturer] => 19
[id_category_default] => 604
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 3.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 1987302042
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2020-10-15 14:50:17
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => Ampoule de phare 12v - 60/55W Â H4
[link_rewrite] => ampoule-phare-h4-plus-30
[name] => Ampoule Phare H4 Plus 30
[id_image] => 950
[legend] =>
[manufacturer_name] => Bosch
[new] => 0
)
[4] => Array
(
[id_product] => 9117
[id_supplier] => 0
[id_manufacturer] => 13
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 290.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FS5055320001
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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] => 2019-05-24 10:01:25
[date_upd] => 2024-12-06 19:10:33
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => Béquille Centrale BREVA 750
[link_rewrite] => béquille-centrale-breva-750
[name] => Béquille centrale Breva 750
[id_image] => 4012
[legend] =>
[manufacturer_name] => Hepco Becker
[new] => 0
)
[5] => Array
(
[id_product] => 7900
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 215.833333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU973221100005
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 5.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-11-19 20:04:14
[date_upd] => 2023-01-10 17:42:03
[advanced_stock_management] => 0
[available_later] => Délai 1 mois
[description_short] => GU973221100005  Sur éclaté n° 1
[link_rewrite] => béquille-centrale-breva-750-le-kit
[name] => Béquille centrale Breva 750 Le kit
[id_image] => 547
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[6] => Array
(
[id_product] => 9013
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 242.333333
[wholesale_price] => 145.380000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05560330
[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] => 2018-05-19 23:23:10
[date_upd] => 2024-06-21 11:18:54
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU05560330  Sur éclaté n° 3
[link_rewrite] => bielette-d-amortisseur
[name] => Bielette d'amortisseur
[id_image] => 3787
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[7] => Array
(
[id_product] => 940
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 760
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 80.000000
[wholesale_price] => 27.920000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU14090201
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.15
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-01-21 18:48:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours ouvrés
[description_short] => GU14090201 Eclaté n° 1
[link_rewrite] => bielette-embrayage
[name] => Bielette Embrayage
[id_image] => 5412
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[8] => Array
(
[id_product] => 951
[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] => 108.333333
[wholesale_price] => 65.170000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU30716500
[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] => 2024-07-18 17:22:10
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU30716500
[link_rewrite] => bobine-marelli-bae850k-nevada-1000-calif-iii-injection-1100-calif-
[name] => Bobine Marelli bae850k Nevada - 1000 Calif III injection - 1100 Calif -
[id_image] => 1446
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[9] => Array
(
[id_product] => 9267
[id_supplier] => 0
[id_manufacturer] => 42
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.500000
[wholesale_price] => 9.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8EIX
[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] => 2020-06-26 18:13:25
[date_upd] => 2022-04-01 16:40:13
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8EIX
[link_rewrite] => bougie-br8eix
[name] => Bougie BR8EIX pour Moto Guzzi
[id_image] => 4382
[legend] =>
[manufacturer_name] => NGK
[new] => 0
)
[10] => Array
(
[id_product] => 982
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 903
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.333333
[wholesale_price] => 2.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => BR8ES
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-11-05 19:50:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Bougie BR8ES
[link_rewrite] => bougie-br8es
[name] => Bougie BR8ES pour Moto Guzzi
[id_image] => 966
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[11] => Array
(
[id_product] => 1000
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 115.833333
[wholesale_price] => 80.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32748010
[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-11-14 09:34:10
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32748010
[link_rewrite] => cablage
[name] => Cablage
[id_image] => 3360
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[12] => Array
(
[id_product] => 1012
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 55.833333
[wholesale_price] => 33.800000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => 883943 - GU32093010
[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] => 2012-04-16 18:12:12
[date_upd] => 2025-06-03 23:33:38
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => 883943 - GU32093010
[link_rewrite] => cable-embrayage-750-breva
[name] => Cable Embrayage 750 Breva
[id_image] => 3527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[13] => Array
(
[id_product] => 1017
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 19.550000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117011
[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] => 2023-10-26 12:29:37
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117011
[link_rewrite] => câble-gaz-fermeture-papillon
[name] => Câble Gaz Fermeture Papillon
[id_image] => 1830
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[14] => Array
(
[id_product] => 1021
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 40.000000
[wholesale_price] => 20.250000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32117010
[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] => 2023-10-26 12:30:21
[advanced_stock_management] => 0
[available_later] => Délai 15 jours à 3 semaines
[description_short] => GU32117010
[link_rewrite] => câble-gaz-ouverture-papillon
[name] => Câble Gaz Ouverture Papillon
[id_image] => 1831
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[15] => Array
(
[id_product] => 1047
[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.666667
[wholesale_price] => 0.600000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU93180105
[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-08-28 11:44:01
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU93180105
[link_rewrite] => cache-caoutchouc-ecrou-bras-oscillant-moto-guzzi
[name] => Cache Caoutchouc Ecrou Bras Oscillant Moto Guzzi
[id_image] => 3321
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[16] => Array
(
[id_product] => 3654
[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] => 3.583333
[wholesale_price] => 2.120000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23943410
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.005
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2022-09-20 18:32:15
[advanced_stock_management] => 0
[available_later] => Délai 15 jours - 3 semaines
[description_short] => GU23943410
[link_rewrite] => cache-chromé-sur-vis
[name] => Cache Chromé sur Vis
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[17] => Array
(
[id_product] => 9695
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 8.333333
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32766810
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2024-07-20 16:46:47
[date_upd] => 2024-07-20 16:48:24
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours (ouvrés)
[description_short] => GU32766810 Eclaté n° 11
Cache sur Contacteur démarrage
750 Breva
Nevada Classic I.E
V7 1er modèle
[link_rewrite] => cache-contacteur-démarrage
[name] => Cache Contacteur démarrage
[id_image] => 5331
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[18] => Array
(
[id_product] => 1323
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 296
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.000000
[wholesale_price] => 9.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU05464830
[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] => 2024-12-29 18:54:41
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GUZ
[link_rewrite] => cache-habillage
[name] => Cache habillage
[id_image] => 5036
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[19] => Array
(
[id_product] => 9374
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 155.000000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32476210 + GU32579110
[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] => used
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2021-05-02 20:29:55
[date_upd] => 2021-05-02 20:43:55
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32476210 + GU32579110 Occasion
[link_rewrite] => cache-latéral-droit-750-breva-gris-occasion
[name] => Cache latéral Droit 750 Breva gris Occasion
[id_image] => 4629
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[20] => Array
(
[id_product] => 8415
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 148.350000
[wholesale_price] => 0.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32573113
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 1.5
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2015-01-21 16:33:58
[date_upd] => 2016-12-16 12:10:50
[advanced_stock_management] => 0
[available_later] =>
[description_short] => Cache selle arrière gris grigna 2003 à 2005
[link_rewrite] => cache-selle-arrière-gris-grigna-750-breva
[name] => Cache selle arrière gris grigna 750 Breva
[id_image] => 1832
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[21] => 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
)
[22] => 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
)
[23] => 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
)
[24] => 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
)
[25] => Array
(
[id_product] => 998
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 260
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 4.083333
[wholesale_price] => 2.450000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8120912
[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-10-19 11:10:05
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine (jours ouvrés)
[description_short] => AP8120912
[link_rewrite] => caoutchouc-pedale-frein-ou-sélecteur
[name] => Caoutchouc Pedale Frein ou Sélecteur
[id_image] => 3042
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[26] => Array
(
[id_product] => 1134
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 10.000000
[wholesale_price] => 7.350000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8220189
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.02
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2025-07-05 11:38:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8220189
[link_rewrite] => caoutchouc-pédale-frein-ou-sélecteur
[name] => Caoutchouc Pédale Frein ou Sélecteur
[id_image] =>
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[27] => Array
(
[id_product] => 1143
[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] => 8.666667
[wholesale_price] => 5.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443210
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.05
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2022-04-01 15:25:27
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443210
[link_rewrite] => caoutchouc-repose-pied-d
[name] => Caoutchouc Repose Pied D
[id_image] => 3757
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[28] => Array
(
[id_product] => 8997
[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] => 11.750000
[wholesale_price] => 7.050000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32443211
[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] => 2018-02-28 00:12:47
[date_upd] => 2025-01-11 16:28:03
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32443211
[link_rewrite] => caoutchouc-repose-pied-gauche
[name] => Caoutchouc Repose Pied G
[id_image] => 3758
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[29] => Array
(
[id_product] => 999
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 15.333333
[wholesale_price] => 9.200000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32632510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.06
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_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-10-01 16:38:08
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => V7-V7II-V7III-V9-750Breva-Nevada depuis 2002
[link_rewrite] => caoutchouc-roue-arrière
[name] => Caoutchouc Roue Arrière
[id_image] => 4707
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[30] => Array
(
[id_product] => 749
[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.750000
[wholesale_price] => 0.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => FREVI001
[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-12-01 13:45:56
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => Vendu à l'unité
[link_rewrite] => caoutchouc-vis-purge-etrier
[name] => Caoutchouc Vis Purge Etrier
[id_image] => 2283
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[31] => 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
)
[32] => Array
(
[id_product] => 1150
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 183.333333
[wholesale_price] => 139.710000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => AP8124528
[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] => 2023-06-17 10:53:18
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => AP8124528 Capteur vitesse n° 14 sur éclaté
[link_rewrite] => capteur-vitesse
[name] => Capteur Vitesse
[id_image] => 4642
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[33] => Array
(
[id_product] => 3829
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 580
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 197.500000
[wholesale_price] => 105.840000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU23328081
[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:20:37
[date_upd] => 2025-11-19 17:55:45
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU23328081
[link_rewrite] => cardan-ntx-lario-florida-v75
[name] => Cardan 650 NTX - V65Lario - V65Florida - V75 - V7 - Nevada - V7 II - V7 III
[id_image] => 2527
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[34] => Array
(
[id_product] => 9290
[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] => 39.833333
[wholesale_price] => 23.900000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32735510
[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] => 2020-10-02 18:40:57
[date_upd] => 2025-08-08 00:10:49
[advanced_stock_management] => 0
[available_later] => délai 1 semaine
[description_short] => GU32735510
[link_rewrite] => clé-ébauche
[name] => Clé ébauche
[id_image] => 4445
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[35] => Array
(
[id_product] => 3919
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 18.333333
[wholesale_price] => 10.500000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32750610
[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:20:37
[date_upd] => 2025-08-22 17:35:17
[advanced_stock_management] => 0
[available_later] => Délai 1 semaine
[description_short] => GU32750610
[link_rewrite] => clignotant-avant-droit-arrière-gauche-750-breva
[name] => Clignotant Avant Droit - Arrière Gauche 750 Breva
[id_image] => 1552
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[36] => Array
(
[id_product] => 3922
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 17.583333
[wholesale_price] => 10.530000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32751610
[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:20:37
[date_upd] => 2025-08-22 17:37:50
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32751610
[link_rewrite] => clignotant-avant-gauche-arrière-droit-750-breva
[name] => Clignotant Avant Gauche - Arrière Droit - 750 Breva
[id_image] => 1553
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[37] => Array
(
[id_product] => 1267
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 70.833333
[wholesale_price] => 30.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32738810
[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] => 2023-04-15 17:29:54
[advanced_stock_management] => 0
[available_later] =>
[description_short] => GU32738810
[link_rewrite] => commodo-droit
[name] => Commodo Droit
[id_image] => 5090
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[38] => Array
(
[id_product] => 1289
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 302
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 245.833333
[wholesale_price] => 156.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU32782510
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.3
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:12:12
[date_upd] => 2023-09-08 16:50:58
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU32782510
V7- V7 II- 750Breva- 750Nevada
[link_rewrite] => contacteur-a-cle
[name] => Contacteur A Cle
[id_image] => 3998
[legend] =>
[manufacturer_name] => Moto Guzzi
[new] => 0
)
[39] => Array
(
[id_product] => 4049
[id_supplier] => 0
[id_manufacturer] => 3
[id_category_default] => 502
[on_sale] => 0
[online_only] => 0
[ean13] =>
[upc] =>
[ecotax] => 0.000000
[quantity] => 0
[minimal_quantity] => 1
[price] => 81.666667
[wholesale_price] => 53.000000
[unity] => kg
[unit_price_ratio] => 0.000000
[additional_shipping_cost] => 0.00
[reference] => GU29759150
[supplier_reference] =>
[location] =>
[width] => 0
[height] => 0
[depth] => 0
[weight] => 0.1
[out_of_stock] => 2
[quantity_discount] => 0
[customizable] => 0
[uploadable_files] => 0
[text_fields] => 0
[active] => 1
[available_for_order] => 1
[available_date] => 0000-00-00
[condition] => new
[show_price] => 1
[indexed] => 1
[visibility] => both
[cache_is_pack] => 0
[cache_has_attachments] => 0
[is_virtual] => 0
[cache_default_attribute] => 0
[date_add] => 2012-04-16 18:20:37
[date_upd] => 2024-07-24 22:18:34
[advanced_stock_management] => 0
[available_later] => Délai 8 à 10 jours
[description_short] => GU29759150
[link_rewrite] => contacteur-bequille-latérale-ou-embrayage
[name] => Contacteur Bequille latérale ou Embrayage
[id_image] => 3004
[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);