User 'motobelfqtmtbpre' has exceeded the 'max_questions' resource (current value: 40000)
SELECT `id_address`
FROM ps_address
WHERE `id_manufacturer` = 45 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_address` FROM ps_address WHERE `id_manufacturer` = 45 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_address` FROM ps_address WHERE `id_manufacturer` = 45 LIMIT 1
147.
148. $result = Db::GetInstance(_PS_USE_SQL_SLAVE_)->getRow('
149. SELECT `id_address`
150. FROM '._DB_PREFIX_.'address
151. WHERE `id_manufacturer` = '.(int)$this->id
152. );
153.
154. if (!$result)
155. return false;
156.
157. return $result['id_address'];
Argument [0] SELECT `id_address` FROM ps_address WHERE `id_manufacturer` = 45
101. public function __construct($id = null, $id_lang = null)
102. {
103. parent::__construct($id, $id_lang);
104.
105. /* Get the manufacturer's id_address */
106. $this->id_address = $this->getManufacturerAddress();
107. $this->link_rewrite = $this->getLink();
108. $this->image_dir = _PS_MANU_IMG_DIR_;
109. }
110.
111. public function delete()
262. if (!$id_lang)
263. $id_lang = Context::getContext()->language->id;
264. $url = _PS_BASE_URL_.__PS_BASE_URI__.$this->getLangLink($id_lang);
265.
266. if (!is_object($manufacturer))
267. $manufacturer = new Manufacturer($manufacturer, $id_lang);
268.
269. // Set available keywords
270. $params = array();
271. $params['id'] = $manufacturer->id;
272. $params['rewrite'] = (!$alias) ? $manufacturer->link_rewrite : $alias;
Argument [0] 45 Argument [1] 4
77. <?php $_smarty_tpl->tpl_vars['manufacturer'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['manufacturer']->_loop = false;
78. $_from = $_smarty_tpl->tpl_vars['manufacturers']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
79. foreach ($_from as $_smarty_tpl->tpl_vars['manufacturer']->key => $_smarty_tpl->tpl_vars['manufacturer']->value){
80. $_smarty_tpl->tpl_vars['manufacturer']->_loop = true;
81. ?>
82. <option value="<?php echo $_smarty_tpl->tpl_vars['link']->value->getmanufacturerLink($_smarty_tpl->tpl_vars['manufacturer']->value['id_manufacturer'],$_smarty_tpl->tpl_vars['manufacturer']->value['link_rewrite']);?>
83. "><?php echo smarty_modifier_escape($_smarty_tpl->tpl_vars['manufacturer']->value['name'], 'htmlall', 'UTF-8');?>
84. </option>
85. <?php } ?>
86. </select>
87. </p>
Argument [0] 45 Argument [1] nau
174. }
175. array_unshift($_template->_capture_stack,array());
176. //
177. // render compiled template
178. //
179. $_template->properties['unifunc']($_template);
180. // any unclosed {capture} tags ?
181. if (isset($_template->_capture_stack[0][0])) {
182. $_template->capture_error();
183. }
184. array_shift($_template->_capture_stack);
Argument [0]
Smarty_Internal_Template Object
(
[cache_id] =>
[compile_id] =>
[caching] => 0
[cache_lifetime] => 31536000
[template_resource] => /home/motobelfqt/www/modules/blockmanufacturer/blockmanufacturer.tpl
[mustCompile] =>
[has_nocache_code] =>
[properties] => Array
(
[file_dependency] => Array
(
[cc9d94fa1414de64a2d8fbadced2b34fd59d68d1] => Array
(
[0] => /home/motobelfqt/www/modules/blockmanufacturer/blockmanufacturer.tpl
[1] => 1513703585
[2] => file
)
)
[nocache_hash] => 1786639791605ba50cbb8b19-64822887
[function] => Array
(
)
[version] => Smarty-3.1.8
[unifunc] => content_605ba50cc533f7_47130507
)
[required_plugins] => Array
(
[compiled] => Array
(
)
[nocache] => Array
(
)
)
[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_9547_0] => Smarty_Internal_Template Object
(
[cache_id] => blockcategories|1_1_4_9547_0
[compile_id] =>
[caching] => 1
[cache_lifetime] => 3600
[template_resource] => /home/motobelfqt/www/modules/blockcategories/blockcategories.tpl
[mustCompile] =>
[has_nocache_code] =>
[properties] => Array
(
[file_dependency] => Array
(
)
[nocache_hash] =>
[function] => Array
(
)
)
[required_plugins] => Array
(
[compiled] => Array
(
)
[nocache] => Array
(
)
)
[smarty] => Smarty Object
(
[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_9547_0] => Smarty_Internal_Template Object
*RECURSION*
)
[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] => 1765593276.3834
[_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] => Tête Fourche V11 ABS nu
[nocache] =>
[scope] => 0
)
[meta_title] => Smarty_Variable Object
(
[value] => Tête Fourche V11 ABS nu Moto Guzzi 1062700 en vente chez Moto Bel'
[nocache] =>
[scope] => 0
)
[meta_description] => Smarty_Variable Object
(
[value] => Moto Guzzi Tête Fourche V11 ABS nu
[nocache] =>
[scope] => 0
)
[meta_keywords] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[description_short] => Smarty_Variable Object
(
[value] => Tête Fourche V11 ABS nu
[nocache] =>
[scope] => 0
)
[reference] => Smarty_Variable Object
(
[value] => 1062700
[nocache] =>
[scope] => 0
)
[manufacturer_name] => Smarty_Variable Object
(
[value] => Moto Guzzi
[nocache] =>
[scope] => 0
)
[request_uri] => Smarty_Variable Object
(
[value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html
[nocache] =>
[scope] => 0
)
[navigationPipe] => Smarty_Variable Object
(
[value] => >
[nocache] =>
[scope] => 0
)
[mobile_device] => Smarty_Variable Object
(
[value] =>
[nocache] =>
[scope] => 0
)
[link] => Smarty_Variable Object
(
[value] => Link Object
(
[allow:protected] => 1
[url:protected] => /index.php
[protocol_link] => https://
[protocol_content] => https://
)
[nocache] =>
[scope] => 0
)
[cart] => Smarty_Variable Object
(
[value] => Cart Object
(
[id] =>
[id_group_shop] => 1
[id_shop] => 1
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 4
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_group_shop] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_group_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart Object
*RECURSION*
)
)
[nocache] =>
[scope] => 0
)
[currency] => Smarty_Variable Object
(
[value] => Currency Object
(
[id] => 1
[name] => Euro
[iso_code] => EUR
[iso_code_num] => 978
[sign] => €
[blank] => 1
[conversion_rate] => 1.000000
[deleted] => 0
[format] => 2
[decimals] => 1
[active] => 1
[webserviceParameters:protected] => Array
(
[objectsNodeName] => currencies
)
[prefix] =>
[suffix] => €
[id_lang:protected] =>
[id_shop:protected] =>
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => currency
[identifier:protected] => id_currency
[fieldsRequired:protected] => Array
(
[0] => name
[1] => iso_code
[2] => sign
[3] => format
[4] => decimals
[5] => conversion_rate
)
[fieldsSize:protected] => Array
(
[name] => 32
[iso_code] => 3
[iso_code_num] => 3
[sign] => 8
)
[fieldsValidate:protected] => Array
(
[name] => isGenericName
[iso_code] => isLanguageIsoCode
[iso_code_num] => isNumericIsoCode
[blank] => isInt
[sign] => isGenericName
[format] => isUnsignedId
[decimals] => isBool
[conversion_rate] => isFloat
[deleted] => isBool
[active] => isBool
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => currency
[primary] => id_currency
[multishop] => 1
[fields] => Array
(
[name] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 32
)
[iso_code] => Array
(
[type] => 3
[validate] => isLanguageIsoCode
[required] => 1
[size] => 3
)
[iso_code_num] => Array
(
[type] => 3
[validate] => isNumericIsoCode
[size] => 3
)
[blank] => Array
(
[type] => 1
[validate] => isInt
)
[sign] => Array
(
[type] => 3
[validate] => isGenericName
[required] => 1
[size] => 8
)
[format] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[decimals] => Array
(
[type] => 2
[validate] => isBool
[required] => 1
)
[conversion_rate] => Array
(
[type] => 4
[validate] => isFloat
[required] => 1
)
[deleted] => Array
(
[type] => 2
[validate] => isBool
)
[active] => Array
(
[type] => 2
[validate] => isBool
)
)
[classname] => Currency Object
*RECURSION*
)
)
[nocache] =>
[scope] => 0
)
[cookie] => Smarty_Variable Object
(
[value] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-13 03:34:36
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 676
[viewed] => 9547
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767321276
[_domain:protected] => www.motobel.fr
[_path:protected] => /
[_cipherTool:protected] => Rijndael Object
(
[_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd
[_iv:protected] => eâxû¤@Š2ì%µàÀäZ
)
[_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc
[_iv:protected] => fTLNORxn
[_modified:protected] => 1
)
[nocache] =>
[scope] => 0
)
[page_name] => Smarty_Variable Object
(
[value] => product
[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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html
[nocache] =>
[scope] => 0
)
[come_from2] => Smarty_Variable Object
(
[value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html
[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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html
[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] => 1765593276
[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] => Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>Tête Fourche V11 ABS nu
[nocache] => [scope] => 0 ) [reference] => Smarty_Variable Object ( [value] => 1062700 [nocache] => [scope] => 0 ) [manufacturer_name] => Smarty_Variable Object ( [value] => Moto Guzzi [nocache] => [scope] => 0 ) [request_uri] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [navigationPipe] => Smarty_Variable Object ( [value] => > [nocache] => [scope] => 0 ) [mobile_device] => Smarty_Variable Object ( [value] => [nocache] => [scope] => 0 ) [link] => Smarty_Variable Object ( [value] => Link Object ( [allow:protected] => 1 [url:protected] => /index.php [protocol_link] => https:// [protocol_content] => https:// ) [nocache] => [scope] => 0 ) [cart] => Smarty_Variable Object ( [value] => Cart Object ( [id] => [id_group_shop] => 1 [id_shop] => 1 [id_address_delivery] => 0 [id_address_invoice] => 0 [id_currency] => 1 [id_customer] => [id_guest] => 0 [id_lang] => 4 [recyclable] => 1 [gift] => 0 [gift_message] => [date_add] => [secure_key] => [id_carrier] => 0 [date_upd] => [checkedTos] => [pictures] => [textFields] => [delivery_option] => [allow_seperated_package] => [_products:protected] => [_taxCalculationMethod:protected] => 0 [webserviceParameters:protected] => Array ( [fields] => Array ( [id_address_delivery] => Array ( [xlink_resource] => addresses ) [id_address_invoice] => Array ( [xlink_resource] => addresses ) [id_currency] => Array ( [xlink_resource] => currencies ) [id_customer] => Array ( [xlink_resource] => customers ) [id_guest] => Array ( [xlink_resource] => guests ) [id_lang] => Array ( [xlink_resource] => languages ) ) [associations] => Array ( [cart_rows] => Array ( [resource] => cart_row [virtual_entity] => 1 [fields] => Array ( [id_product] => Array ( [required] => 1 [xlink_resource] => products ) [id_product_attribute] => Array ( [required] => 1 [xlink_resource] => combinations ) [quantity] => Array ( [required] => 1 ) ) ) ) ) [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => cart [identifier:protected] => id_cart [fieldsRequired:protected] => Array ( [0] => id_currency [1] => id_lang ) [fieldsSize:protected] => Array ( [secure_key] => 32 ) [fieldsValidate:protected] => Array ( [id_group_shop] => isUnsignedId [id_shop] => isUnsignedId [id_address_delivery] => isUnsignedId [id_address_invoice] => isUnsignedId [id_carrier] => isUnsignedId [id_currency] => isUnsignedId [id_customer] => isUnsignedId [id_guest] => isUnsignedId [id_lang] => isUnsignedId [recyclable] => isBool [gift] => isBool [gift_message] => isMessage [allow_seperated_package] => isBool [date_add] => isDateFormat [date_upd] => isDateFormat ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => cart [primary] => id_cart [fields] => Array ( [id_group_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_shop] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_delivery] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_address_invoice] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_carrier] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_currency] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [id_customer] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_guest] => Array ( [type] => 1 [validate] => isUnsignedId ) [id_lang] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [recyclable] => Array ( [type] => 2 [validate] => isBool ) [gift] => Array ( [type] => 2 [validate] => isBool ) [gift_message] => Array ( [type] => 3 [validate] => isMessage ) [delivery_option] => Array ( [type] => 3 ) [secure_key] => Array ( [type] => 3 [size] => 32 ) [allow_seperated_package] => Array ( [type] => 2 [validate] => isBool ) [date_add] => Array ( [type] => 5 [validate] => isDateFormat ) [date_upd] => Array ( [type] => 5 [validate] => isDateFormat ) ) [classname] => Cart Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [currency] => Smarty_Variable Object ( [value] => Currency Object ( [id] => 1 [name] => Euro [iso_code] => EUR [iso_code_num] => 978 [sign] => € [blank] => 1 [conversion_rate] => 1.000000 [deleted] => 0 [format] => 2 [decimals] => 1 [active] => 1 [webserviceParameters:protected] => Array ( [objectsNodeName] => currencies ) [prefix] => [suffix] => € [id_lang:protected] => [id_shop:protected] => [get_shop_from_context:ObjectModelCore:private] => 1 [table:protected] => currency [identifier:protected] => id_currency [fieldsRequired:protected] => Array ( [0] => name [1] => iso_code [2] => sign [3] => format [4] => decimals [5] => conversion_rate ) [fieldsSize:protected] => Array ( [name] => 32 [iso_code] => 3 [iso_code_num] => 3 [sign] => 8 ) [fieldsValidate:protected] => Array ( [name] => isGenericName [iso_code] => isLanguageIsoCode [iso_code_num] => isNumericIsoCode [blank] => isInt [sign] => isGenericName [format] => isUnsignedId [decimals] => isBool [conversion_rate] => isFloat [deleted] => isBool [active] => isBool ) [fieldsRequiredLang:protected] => Array ( ) [fieldsSizeLang:protected] => Array ( ) [fieldsValidateLang:protected] => Array ( ) [tables:protected] => Array ( ) [image_dir:protected] => [image_format:protected] => jpg [def:protected] => Array ( [table] => currency [primary] => id_currency [multishop] => 1 [fields] => Array ( [name] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 32 ) [iso_code] => Array ( [type] => 3 [validate] => isLanguageIsoCode [required] => 1 [size] => 3 ) [iso_code_num] => Array ( [type] => 3 [validate] => isNumericIsoCode [size] => 3 ) [blank] => Array ( [type] => 1 [validate] => isInt ) [sign] => Array ( [type] => 3 [validate] => isGenericName [required] => 1 [size] => 8 ) [format] => Array ( [type] => 1 [validate] => isUnsignedId [required] => 1 ) [decimals] => Array ( [type] => 2 [validate] => isBool [required] => 1 ) [conversion_rate] => Array ( [type] => 4 [validate] => isFloat [required] => 1 ) [deleted] => Array ( [type] => 2 [validate] => isBool ) [active] => Array ( [type] => 2 [validate] => isBool ) ) [classname] => Currency Object *RECURSION* ) ) [nocache] => [scope] => 0 ) [cookie] => Smarty_Variable Object ( [value] => Cookie Object ( [_content:protected] => Array ( [date_add] => 2025-12-13 03:34:36 [id_lang] => 4 [id_currency] => 1 [last_visited_category] => 676 [viewed] => 9547 ) [_name:protected] => 9ffb800e76372160cbb02415dccd7dec [_expire:protected] => 1767321276 [_domain:protected] => www.motobel.fr [_path:protected] => / [_cipherTool:protected] => Rijndael Object ( [_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd [_iv:protected] => eâxû¤@Š2ì%µàÀäZ ) [_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc [_iv:protected] => fTLNORxn [_modified:protected] => 1 ) [nocache] => [scope] => 0 ) [page_name] => Smarty_Variable Object ( [value] => product [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [nocache] => [scope] => 0 ) [come_from2] => Smarty_Variable Object ( [value] => /v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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/v11-cafe-ballabio-1100-2003-2005-chassis/9547-tête-fourche-v11-abs-nu.html [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] => 1765593276 [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] =>1486. $cacheId,
1487. $compileId,
1488. $this->smarty
1489. );
1490.
1491. $result = $smarty_subtemplate->fetch();
1492. }
1493. return $result;
1494. }
1495.
1496. /**
58. 'text_list' => Configuration::get('MANUFACTURER_DISPLAY_TEXT'),
59. 'text_list_nb' => Configuration::get('MANUFACTURER_DISPLAY_TEXT_NB'),
60. 'form_list' => Configuration::get('MANUFACTURER_DISPLAY_FORM'),
61. 'display_link_manufacturer' => Configuration::get('PS_DISPLAY_SUPPLIERS'),
62. ));
63. return $this->display(__FILE__, 'blockmanufacturer.tpl');
64. }
65.
66. public function hookRightColumn($params)
67. {
68. return $this->hookLeftColumn($params);
Argument [0] /home/motobelfqt/www/modules/blockmanufacturer/blockmanufacturer.php Argument [1] blockmanufacturer.tpl
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
(
[cookie] => Cookie Object
(
[_content:protected] => Array
(
[date_add] => 2025-12-13 03:34:36
[id_lang] => 4
[id_currency] => 1
[last_visited_category] => 676
[viewed] => 9547
)
[_name:protected] => 9ffb800e76372160cbb02415dccd7dec
[_expire:protected] => 1767321276
[_domain:protected] => www.motobel.fr
[_path:protected] => /
[_cipherTool:protected] => Rijndael Object
(
[_key:protected] => rvUDbYI459NJcS1aso30RCsjKuNfWogd
[_iv:protected] => eâxû¤@Š2ì%µàÀäZ
)
[_key:protected] => 2foI3Yh6FaLaoun9kvM1ixgrCxR6RQ9wd8G9tDpzIKVTI9eSCjuIJaEc
[_iv:protected] => fTLNORxn
[_modified:protected] => 1
)
[cart] => Cart Object
(
[id] =>
[id_group_shop] => 1
[id_shop] => 1
[id_address_delivery] => 0
[id_address_invoice] => 0
[id_currency] => 1
[id_customer] =>
[id_guest] => 0
[id_lang] => 4
[recyclable] => 1
[gift] => 0
[gift_message] =>
[date_add] =>
[secure_key] =>
[id_carrier] => 0
[date_upd] =>
[checkedTos] =>
[pictures] =>
[textFields] =>
[delivery_option] =>
[allow_seperated_package] =>
[_products:protected] =>
[_taxCalculationMethod:protected] => 0
[webserviceParameters:protected] => Array
(
[fields] => Array
(
[id_address_delivery] => Array
(
[xlink_resource] => addresses
)
[id_address_invoice] => Array
(
[xlink_resource] => addresses
)
[id_currency] => Array
(
[xlink_resource] => currencies
)
[id_customer] => Array
(
[xlink_resource] => customers
)
[id_guest] => Array
(
[xlink_resource] => guests
)
[id_lang] => Array
(
[xlink_resource] => languages
)
)
[associations] => Array
(
[cart_rows] => Array
(
[resource] => cart_row
[virtual_entity] => 1
[fields] => Array
(
[id_product] => Array
(
[required] => 1
[xlink_resource] => products
)
[id_product_attribute] => Array
(
[required] => 1
[xlink_resource] => combinations
)
[quantity] => Array
(
[required] => 1
)
)
)
)
)
[get_shop_from_context:ObjectModelCore:private] => 1
[table:protected] => cart
[identifier:protected] => id_cart
[fieldsRequired:protected] => Array
(
[0] => id_currency
[1] => id_lang
)
[fieldsSize:protected] => Array
(
[secure_key] => 32
)
[fieldsValidate:protected] => Array
(
[id_group_shop] => isUnsignedId
[id_shop] => isUnsignedId
[id_address_delivery] => isUnsignedId
[id_address_invoice] => isUnsignedId
[id_carrier] => isUnsignedId
[id_currency] => isUnsignedId
[id_customer] => isUnsignedId
[id_guest] => isUnsignedId
[id_lang] => isUnsignedId
[recyclable] => isBool
[gift] => isBool
[gift_message] => isMessage
[allow_seperated_package] => isBool
[date_add] => isDateFormat
[date_upd] => isDateFormat
)
[fieldsRequiredLang:protected] => Array
(
)
[fieldsSizeLang:protected] => Array
(
)
[fieldsValidateLang:protected] => Array
(
)
[tables:protected] => Array
(
)
[image_dir:protected] =>
[image_format:protected] => jpg
[def:protected] => Array
(
[table] => cart
[primary] => id_cart
[fields] => Array
(
[id_group_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_shop] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_delivery] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_address_invoice] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_carrier] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_currency] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[id_customer] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_guest] => Array
(
[type] => 1
[validate] => isUnsignedId
)
[id_lang] => Array
(
[type] => 1
[validate] => isUnsignedId
[required] => 1
)
[recyclable] => Array
(
[type] => 2
[validate] => isBool
)
[gift] => Array
(
[type] => 2
[validate] => isBool
)
[gift_message] => Array
(
[type] => 3
[validate] => isMessage
)
[delivery_option] => Array
(
[type] => 3
)
[secure_key] => Array
(
[type] => 3
[size] => 32
)
[allow_seperated_package] => Array
(
[type] => 2
[validate] => isBool
)
[date_add] => Array
(
[type] => 5
[validate] => isDateFormat
)
[date_upd] => Array
(
[type] => 5
[validate] => isDateFormat
)
)
[classname] => Cart Object
*RECURSION*
)
)
[altern] => 4
)
456.
457. $Top = Hook::exec('displayTop');
458.
459. $Left = '';
460. if($this->display_column_left) {
461. $Left = Hook::exec('displayLeftColumn');
462. }
463.
464. $Right = '';
465. if($this->display_column_right) {
466. $Right = Hook::exec('displayRightColumn', array('cart' => $this->context->cart));
Argument [0] displayLeftColumn
138. * Assign template vars related to page content
139. * @see FrontController::initContent()
140. */
141. public function initContent()
142. {
143. parent::initContent();
144.
145. if (!$this->errors)
146. {
147. // Assign to the template the id of the virtual product. "0" if the product is not downloadable.
148. $this->context->smarty->assign('virtual', ProductDownload::getIdFromIdProduct((int)$this->product->id));
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);