onurb123 Posted March 3, 2017 Share Posted March 3, 2017 hi im geting the folowing error . can some one helpme solve it ? thanks Whoops, looks like something went wrong. 1/1 ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 132: Notice: Undefined index: is_loggedin smarty_internal_templatebase.php(157) : eval()'d code line 132 at ErrorHandler->handleError('8', 'Undefined index: is_logged', '/var/www/vhosts/efimaxi.com/httpdocs/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '132', array('_smarty_tpl' => object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 132 at content_58b997862cc673_77973688(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php(157) : eval()'d code line 45 at content_58b99786312173_69108019(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, false, true) in SmartyDev.php line 60 at Smarty_Dev_Template->fetch(null, null, null, null, false, false, true) in smarty_internal_template.php line 303 at Smarty_Internal_Template->getSubTemplate('_partials/header/header-v1.tpl', null, 'layouts/layout-full-width.tpl', '0', null, array(), '0') in smarty_internal_templatebase.php(157) : eval()'d code line 145 at content_58b997862b6312_24445481(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('index.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false) in SmartyDev.php line 41 at SmartyDev->fetch('index.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 655 at FrontControllerCore->smartyOutputContent('index.tpl') in FrontController.php line 639 at FrontControllerCore->display() in Controller.php line 221 at ControllerCore->run() in Dispatcher.php line 366 at DispatcherCore->dispatch() in index.php line 28 Link to comment Share on other sites More sharing options...
rocky Posted March 4, 2017 Share Posted March 4, 2017 My guess is that _partials/header/header-v1.tpl contains code like {if $is_logged}, which is no longer valid in PrestaShop v1.7. You should use {if $customer.is_logged} instead. Did you just copy a TPL file from a PrestaShop v1.6 theme into a PrestaShop v1.7 theme? I think you'll end up with lots of errors if you do that. Link to comment Share on other sites More sharing options...
onurb123 Posted March 4, 2017 Author Share Posted March 4, 2017 thanks ! i have bought the theme from :https://www.magentech.com/ for presta 1.7 now im geting the folowing : can you please help me ? Whoops, looks like something went wrong. 1/1 ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 1504: Notice: Undefined index: base_dir in smarty_internal_templatebase.php(157) : eval()'d code line 1504 at ErrorHandler->handleError('8', 'Undefined index: base_dir', '/var/www/vhosts/efimaxi.com/httpdocs/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '1504', array('_smarty_tpl' => object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 1504 at content_58ba9aa5e88530_44132646(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php(157) : eval()'d code line 877 at content_58ba9aa63cf243_85751717(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('catalog/listing/category.tpl', null, 'layouts/layout-left-column.tpl', null, false, true, false) in SmartyDev.php line 41 at SmartyDev->fetch('catalog/listing/category.tpl', null, 'layouts/layout-left-column.tpl') in FrontController.php line 655 at FrontControllerCore->smartyOutputContent('catalog/listing/category.tpl') in FrontController.php line 639 at FrontControllerCore->display() in Controller.php line 221 at ControllerCore->run() in Dispatcher.php line 366 at DispatcherCore->dispatch() in index.php line 28 Link to comment Share on other sites More sharing options...
rocky Posted March 4, 2017 Share Posted March 4, 2017 I suggest contacting the theme developer for support. It seems like it was designed for PrestaShop v1.6 and not properly converted for PrestaShop v1.7. {$base_dir} has also been removed from PrestaShop v1.7. You can try changing it to {$smarty.server._PS_ROOT_DIR_} or something like that. Link to comment Share on other sites More sharing options...
Shad86 Posted March 15, 2017 Share Posted March 15, 2017 Hey, I have the same Error: ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 30: Notice: Undefined index: pagein smarty_internal_templatebase.php(157) : eval()'d code line 30 at ErrorHandler->handleError('8', 'Undefined index: page', '/hp/cj/ab/qv/www/testshop/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '30', array('_smarty_tpl' => object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 30 at content_58c9408443ed64_88696778(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false) in SmartyDev.php line 60 at Smarty_Dev_Template->fetch() in Module.php line 2255 at ModuleCore->fetch('module:ps_feeder/views/template/hook/ps_feeder.tpl') in ps_feeder.php line 96 at Ps_Feeder->hookDisplayHeader(array('cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => '5')) in Hook.php line 758 at HookCore::coreCallHook(object(Ps_Feeder), 'hookdisplayHeader', array('cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => '5')) in Hook.php line 723 at HookCore::exec('displayHeader') in ContactController.php line 42 at ContactController->initContent() in Controller.php line 201 at ControllerCore->run() in Dispatcher.php line 366 at DispatcherCore->dispatch() in index.php line 28 If I try to open "contact us" in the Footer of 1.7. I Use the classic theme with just some css changes. But it worked all the time. Everything else is working in the shop. Only the contact page can´t be loaded. Link to comment Share on other sites More sharing options...
rocky Posted March 16, 2017 Share Posted March 16, 2017 The {$page} variable has been removed in PrestaShop v1.7. You can try using {$smarty.get.controller} instead. Link to comment Share on other sites More sharing options...
Shad86 Posted March 16, 2017 Share Posted March 16, 2017 Hi rocky, thanks for your answer. I found out that it was the modul "FormMaker" from Silbersaiten which has the function on the latest version to automaticly override the standard contact form. And this is producing this error. I´ve created some forms with it and changed the override between them and after a while it worked again. So they have to fix this problem. Link to comment Share on other sites More sharing options...
prestashop amateur Posted March 13, 2018 Share Posted March 13, 2018 help please ContextErrorException in smarty_internal_templatebase.php(171) : eval()'d code line 36: Warning: htmlspecialchars() expects parameter 1 to be string, array given in smarty_internal_templatebase.php(171) : eval()'d code line 36 at ErrorHandler->handleError('2', 'htmlspecialchars() expects parameter 1 to be string, array given', 'C:\xampp\htdocs\NC\vendor\prestashop\smarty\sysplugins\smarty_internal_templatebase.php(171) : eval()'d code', '36', array('_smarty_tpl' => object(Smarty_Dev_Template))) at htmlspecialchars(array('name' => 'dinar tunisien', 'iso_code' => 'TND', 'conversion_rate' => '3.000000', 'id' => '1', 'sign' => 'TND', 'url' => 'http://localhost:81/NC/fr/?SubmitCurrency=1&id_currency=1', 'current' => true), '3', 'UTF-8') in smarty_internal_templatebase.php(171) : eval()'d code line 36 at content_5aa7849756c805_96505532(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false) in SmartyDev.php line 60 at Smarty_Dev_Template->fetch() in Module.php line 2280 at ModuleCore->fetch('module:ps_currencyselector/ps_currencyselector.tpl') in ps_currencyselector.php line 117 at Ps_Currencyselector->renderWidget('displayNav2', array('smarty' => object(Smarty_Dev_Template), 'cookie' => object(Cookie), 'cart' => object(Cart))) in Hook.php line 900 at HookCore::coreRenderWidget(object(Ps_Currencyselector), 'displayNav2', array('smarty' => object(Smarty_Dev_Template), 'cookie' => object(Cookie), 'cart' => object(Cart))) in Hook.php line 861 at HookCore::exec('displayNav2', array('smarty' => object(Smarty_Dev_Template)), null) in smarty.config.inc.php line 168 at smartyHook(array('h' => 'displayNav2'), object(Smarty_Dev_Template)) at call_user_func_array('smartyHook', array(array('h' => 'displayNav2'), object(Smarty_Dev_Template))) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayNav2'), object(Smarty_Dev_Template))) in b2cd6056a1952d781c3e5e6b0eefcb8048c1b235.file.index.tpl.php line 411 at SmartyLazyRegister->smartyHook(array('h' => 'displayNav2'), object(Smarty_Dev_Template)) in b2cd6056a1952d781c3e5e6b0eefcb8048c1b235.file.index.tpl.php line 411 at content_5aa789809e5da2_03973670(object(Smarty_Dev_Template)) in b2cd6056a1952d781c3e5e6b0eefcb8048c1b235.file.index.tpl.php line 135 at content_5aa78497130ee0_99431840(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('index.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false) in SmartyDev.php line 41 at SmartyDev->fetch('index.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 660 at FrontControllerCore->smartyOutputContent('index.tpl') in FrontController.php line 644 at FrontControllerCore->display() in Controller.php line 225 at ControllerCore->run() in Dispatcher.php line 379 at DispatcherCore->dispatch() in index.php line 28 Link to comment Share on other sites More sharing options...
Tara Posted March 16, 2018 Share Posted March 16, 2018 Hello. I have an error in my site too ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 72:Notice: Undefined index: name in smarty_internal_templatebase.php(157) : eval()'d code line 72 at ErrorHandler->handleError('8', 'Undefined index: name', '/home/denke72/domains/denke72.vps263.keurigonline.nl/public_html/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '72', array('_smarty_tpl' => object(Smarty_Dev_Template), '_tpl_stack' => array(), '_from' => array('id_address' => array('name' => 'id_address', 'type' => 'hidden', 'required' => false, 'label' => '', 'value' => null, 'availableValues' => array(), 'maxLength' => null, 'errors' => array()), 'id_customer' => array('name' => 'id_customer', 'type' => 'select', 'required' => false, 'label' => 'Customer', 'value' => null, 'availableValues' => array(), 'maxLength' => null, 'errors' => array()), 'back' => array('name' => 'back', 'type' => 'hidden', 'required' => false, 'label' => '', 'value' => null, 'availableValues' => array(), 'maxLength' => null, 'errors' => array()), 'token' => array('name' => 'token', 'type' => 'hidden', 'required' => false, 'label' => '', 'value' => 'b06521648ecd3f767e66da1f2f5a4eb0', 'availableValues' => array(), 'maxLength' => null, 'errors' => array()), 'alias' => array('name' => 'alias', 'type' => 'text', 'required' => false, 'label' => 'Alias', 'value' => null, 'availableValues' => array(), 'maxLength' => '32', 'errors' => array()), 'address1' => array('name' => 'address1', 'type' => 'text', 'required' => true, 'label' => 'Adres', 'value' => null, 'availableValues' => array(), 'maxLength' => '128', 'errors' => array()), 'postcode' => array('name' => 'postcode', 'type' => 'text', 'required' => true, 'label' => 'Postcode', 'value' => null, 'availableValues' => array(), 'maxLength' => '12', 'errors' => array()), 'city' => array('name' => 'city', 'type' => 'text', 'required' => true, 'label' => 'Stad', 'value' => null, 'availableValues' => array(), 'maxLength' => '64', 'errors' => array()), 'firstname' => array('value' => 'Tara'), 'lastname' => array('value' => 'Denkers')))) in smarty_internal_templatebase.php(157) : eval()'d code line 72 at content_5aac10e43c18c9_82766001(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(object(Smarty_Dev_Template), null, null, null, false, true, false) in SmartyDev.php line 60 at Smarty_Dev_Template->fetch() in AbstractForm.php line 119 at AbstractFormCore->render(array('file' => 'checkout/_partials/address-form.tpl', 'ui' => object(RenderableProxy), 'use_same_address' => true, 'type' => 'delivery', 'form_has_continue_button' => true)) in RenderableProxy.php line 52 at RenderableProxy->render(array('file' => 'checkout/_partials/address-form.tpl', 'ui' => object(RenderableProxy), 'use_same_address' => true, 'type' => 'delivery', 'form_has_continue_button' => true)) in smartyfront.config.inc.php line 94 at smartyRender(array('file' => 'checkout/_partials/address-form.tpl', 'ui' => object(RenderableProxy), 'use_same_address' => true, 'type' => 'delivery', 'form_has_continue_button' => true), object(Smarty_Dev_Template)) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyRender', array(array('file' => 'checkout/_partials/address-form.tpl', 'ui' => object(RenderableProxy), 'use_same_address' => true, 'type' => 'delivery', 'form_has_continue_button' => true), object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 90 at content_5aac10e4375ae7_81724653(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(object(Smarty_Dev_Template), null, null, null, false, true, false) in SmartyDev.php line 60 at Smarty_Dev_Template->fetch() in AbstractCheckoutStep.php line 94 at AbstractCheckoutStepCore->renderTemplate('checkout/_partials/steps/addresses.tpl', array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy)), array('address_form' => object(RenderableProxy), 'use_same_address' => true, 'use_different_address_url' => 'http://www.denke72.vps263.keurigonline.nl/bestelling?use_same_address=0', 'new_address_delivery_url' => 'http://www.denke72.vps263.keurigonline.nl/bestelling?newAddress=delivery', 'new_address_invoice_url' => 'http://www.denke72.vps263.keurigonline.nl/bestelling?newAddress=invoice', 'id_address_delivery' => '0', 'id_address_invoice' => '0', 'show_delivery_address_form' => true, 'show_invoice_address_form' => false, 'form_has_continue_button' => true)) in CheckoutAddressesStep.php line 223 at CheckoutAddressesStepCore->render(array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy))) in RenderableProxy.php line 52 at RenderableProxy->render(array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy))) in smartyfront.config.inc.php line 94 at smartyRender(array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy)), object(Smarty_Dev_Template)) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyRender', array(array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy)), object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 36 at content_5aac10e42e2906_29419758(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(object(Smarty_Dev_Template), null, null, null, false, true, false) in SmartyDev.php line 60 at Smarty_Dev_Template->fetch() in CheckoutProcess.php line 110 at CheckoutProcessCore->render(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy))) in RenderableProxy.php line 52 at RenderableProxy->render(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy))) in smartyfront.config.inc.php line 94 at smartyRender(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy)), object(Smarty_Dev_Template)) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyRender', array(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy)), object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 145 at content_5aac10e41fea16_48636252(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('checkout/checkout.tpl', null, 'layouts/layout-full-width.tpl', object(SmartyDev), false, true, false) in SmartyDev.php line 41 at SmartyDev->fetch('checkout/checkout.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 660 at FrontControllerCore->smartyOutputContent('checkout/checkout.tpl') in FrontController.php line 644 at FrontControllerCore->display() in Controller.php line 225 at ControllerCore->run() in Dispatcher.php line 379 at DispatcherCore->dispatch() in index.php line 28 1 Link to comment Share on other sites More sharing options...
saad elalfy Posted May 1, 2018 Share Posted May 1, 2018 please help >>> i have the same error Whoops, looks like something went wrong. 1/1 ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 72: Notice: Undefined index: name in smarty_internal_templatebase.php(157) : eval()'d code line 72 at ErrorHandler->handleError('8', 'Undefined index: name', '/home/biski2/public_html/Newone/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '72', array('_smarty_tpl' => object(SmartyDevTemplate), '_tpl_stack' => array(), '_from' => array('id_address' => array('name' => 'id_address', 'type' => 'hidden', 'required' => false, 'label' => '', 'value' => null, 'availableValues' => array(), 'maxLength' => null, 'errors' => array()), 'id_customer' => array('name' => 'id_customer', 'type' => 'hidden', 'required' => false, 'label' => '', 'value' => null, 'availableValues' => array(), 'maxLength' => null, 'errors' => array()), 'back' => array('name' => 'back', 'type' => 'hidden', 'required' => false, 'label' => '', 'value' => null, 'availableValues' => array(), 'maxLength' => null, 'errors' => array()), 'token' => array('name' => 'token', 'type' => 'hidden', 'required' => false, 'label' => '', 'value' => 'e8ca8fe669731bfc25ec62d3168afa42', 'availableValues' => array(), 'maxLength' => null, 'errors' => array()), 'alias' => array('name' => 'alias', 'type' => 'text', 'required' => false, 'label' => 'Alias', 'value' => null, 'availableValues' => array(), 'maxLength' => '32', 'errors' => array()), 'firstname' => array('value' => 'Saad'), 'lastname' => array('value' => 'Elalfy')))) in smarty_internal_templatebase.php(157) : eval()'d code line 72 at content_5ae87ba5dc23e1_42682322(object(SmartyDevTemplate)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(object(SmartyDevTemplate), null, null, null, false, true, false) in SmartyDevTemplate.php line 41 at SmartyDevTemplateCore->fetch() in AbstractForm.php line 119 at AbstractFormCore->render(array('file' => 'checkout/_partials/address-form.tpl', 'ui' => object(RenderableProxy), 'use_same_address' => true, 'type' => 'delivery', 'form_has_continue_button' => true)) in RenderableProxy.php line 52 at RenderableProxy->render(array('file' => 'checkout/_partials/address-form.tpl', 'ui' => object(RenderableProxy), 'use_same_address' => true, 'type' => 'delivery', 'form_has_continue_button' => true)) in smartyfront.config.inc.php line 94 at smartyRender(array('file' => 'checkout/_partials/address-form.tpl', 'ui' => object(RenderableProxy), 'use_same_address' => true, 'type' => 'delivery', 'form_has_continue_button' => true), object(SmartyDevTemplate)) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyRender', array(array('file' => 'checkout/_partials/address-form.tpl', 'ui' => object(RenderableProxy), 'use_same_address' => true, 'type' => 'delivery', 'form_has_continue_button' => true), object(SmartyDevTemplate))) in smarty_internal_templatebase.php(157) : eval()'d code line 90 at content_5ae87ba5d7bbb9_16640578(object(SmartyDevTemplate)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(object(SmartyDevTemplate), null, null, null, false, true, false) in SmartyDevTemplate.php line 41 at SmartyDevTemplateCore->fetch() in AbstractCheckoutStep.php line 98 at AbstractCheckoutStepCore->renderTemplate('checkout/_partials/steps/addresses.tpl', array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy)), array('address_form' => object(RenderableProxy), 'use_same_address' => true, 'use_different_address_url' => 'http://www.3mdahab.com/Newone/order?use_same_address=0', 'new_address_delivery_url' => 'http://www.3mdahab.com/Newone/order?newAddress=delivery', 'new_address_invoice_url' => 'http://www.3mdahab.com/Newone/order?newAddress=invoice', 'id_address_delivery' => '0', 'id_address_invoice' => '0', 'show_delivery_address_form' => true, 'show_invoice_address_form' => false, 'form_has_continue_button' => true, 'not_valid_addresses' => '')) in CheckoutAddressesStep.php line 293 at CheckoutAddressesStepCore->render(array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy))) in RenderableProxy.php line 52 at RenderableProxy->render(array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy))) in smartyfront.config.inc.php line 94 at smartyRender(array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy)), object(SmartyDevTemplate)) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyRender', array(array('identifier' => 'checkout-addresses-step', 'position' => '2', 'ui' => object(RenderableProxy)), object(SmartyDevTemplate))) in smarty_internal_templatebase.php(157) : eval()'d code line 36 at content_5ae87ba5cdfe87_17821795(object(SmartyDevTemplate)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(object(SmartyDevTemplate), null, null, null, false, true, false) in SmartyDevTemplate.php line 41 at SmartyDevTemplateCore->fetch() in CheckoutProcess.php line 114 at CheckoutProcessCore->render(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy))) in RenderableProxy.php line 52 at RenderableProxy->render(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy))) in smartyfront.config.inc.php line 94 at smartyRender(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy)), object(SmartyDevTemplate)) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyRender', array(array('file' => 'checkout/checkout-process.tpl', 'ui' => object(RenderableProxy)), object(SmartyDevTemplate))) in smarty_internal_templatebase.php(157) : eval()'d code line 145 at content_5ae87ba5c1a6b2_81703382(object(SmartyDevTemplate)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('checkout/checkout.tpl', null, 'layouts/layout-full-width.tpl', object(SmartyDev), false, true, false) in SmartyDev.php line 41 at SmartyDev->fetch('checkout/checkout.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 684 at FrontControllerCore->smartyOutputContent('checkout/checkout.tpl') in FrontController.php line 668 at FrontControllerCore->display() in Controller.php line 273 at ControllerCore->run() in Dispatcher.php line 428 at DispatcherCore->dispatch() in index.php line 28 Link to comment Share on other sites More sharing options...
m.salekk Posted May 24, 2018 Share Posted May 24, 2018 Please, help me with it... Whoops, looks like something went wrong. 1/1ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 35:Notice: Undefined index: iso_code in smarty_internal_templatebase.php(157) : eval()'d code line 35 at ErrorHandler->handleError('8', 'Undefined index: iso_code', '/home/mimtrans/domains/letsherbs.com/public_html/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '35', array('_smarty_tpl' => object(SmartyCustomTemplate))) in smarty_internal_templatebase.php(157) : eval()'d code line 35 at content_5b067649523587_80945068(object(SmartyCustomTemplate)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false) in SmartyCustomTemplate.php line 44 at SmartyCustomTemplateCore->fetch() in Module.php line 2282 at ModuleCore->fetch('module:ps_languageselector/ps_languageselector.tpl') in ps_languageselector.php line 61 at Ps_Languageselector->renderWidget('displayNav2', array('smarty' => object(SmartyCustomTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart))) in Hook.php line 929 at HookCore::coreRenderWidget(object(Ps_Languageselector), 'displayNav2', array('smarty' => object(SmartyCustomTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart))) in Hook.php line 881 at HookCore::exec('displayNav2', array('smarty' => object(SmartyCustomTemplate)), null) in smarty.config.inc.php line 168 at smartyHook(array('h' => 'displayNav2'), object(SmartyCustomTemplate)) at call_user_func_array('smartyHook', array(array('h' => 'displayNav2'), object(SmartyCustomTemplate))) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayNav2'), object(SmartyCustomTemplate))) in smarty_internal_templatebase.php(157) : eval()'d code line 426 at SmartyLazyRegister->smartyHook(array('h' => 'displayNav2'), object(SmartyCustomTemplate)) in smarty_internal_templatebase.php(157) : eval()'d code line 426 at content_5b06764942ae37_09971271(object(SmartyCustomTemplate)) in smarty_internal_templatebase.php(157) : eval()'d code line 135 at content_5b0676494ef7b9_35847395(object(SmartyCustomTemplate)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('index.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false) in SmartyCustom.php line 110 at SmartyCustomCore->fetch('index.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 684 at FrontControllerCore->smartyOutputContent('index.tpl') in FrontController.php line 668 at FrontControllerCore->display() in Controller.php line 273 at ControllerCore->run() in Dispatcher.php line 428 at DispatcherCore->dispatch() in index.php line 28 Link to comment Share on other sites More sharing options...
ibrahimovich87 Posted July 11, 2018 Share Posted July 11, 2018 ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 54:Notice: Undefined index: id_labgroupcategoryat ErrorHandler->handleError('8', 'Undefined index: id_labgroupcategory', '/home/gianlu11/public_html/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '54', array('_smarty_tpl' => object(SmartyDevTemplate), '_from' => array(array('cat_info' => array(array('id_labcategory' => '1', 'id_labgroupcategory' => '1', 'id_shop' => '1', 'id_cat' => '156', 'cat_icon' => '', 'cat_color' => '', 'manufacture' => array(), 'position' => '1', 'show_img' => '0', 'special_prod' => '0', 'active' => '1', 'id_lang' => '1', 'cat_desc' => '', 'cat_banner' => '', 'cat_name' => 'Nerf', 'id_image' => false, 'link_rewrite' => 'nerf', 'sub_cat' => array(), 'product_list' => array(array('id_product' => '410', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '109', 'id_shop_default' => '1', 'id_tax_rules_group' => '1', 'on_sale' => '0', 'online_only' => '0', 'ean13' => '5010993533411', 'isbn' => '', 'upc' => '', 'ecotax' => array('value' => '0,00 €', 'amount' => '0.000000', 'rate' => '0'), 'quantity' => '0', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '24,90 €', 'wholesale_price' => '0.000000', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => '71001045', 'supplier_reference' => '', 'location' => '', 'width' => '0.000000', 'height' => '0.000000', 'depth' => '0.000000', 'weight' => '1.000000', 'out_of_stock' => '2', 'additional_delivery_times' => '1', 'quantity_discount' => '0', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'active' => '1', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => null, 'show_condition' => '0', 'condition' => false, 'show_price' => true, 'indexed' => '1', 'visibility' => 'both', 'cache_is_pack' => '0', 'cache_has_attachments' => '0', 'is_virtual' => '0', 'cache_default_attribute' => null, 'date_add' => '2018-06-22 15:13:05', 'date_upd' => '2018-07-10 21:03:51', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'state' => '1', 'id_shop' => '1', 'id_lang' => '1', 'description' => '<p>Scopri il Sorpresovo per la Pasqua di Nerf. Tante sorprese ti aspettano per fare felici i bambini di ogni età.</p>', 'description_short' => '', 'link_rewrite' => 'super-pasqualone-2018-transformers', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Sorpresovo 2018 Nerf', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => null, 'delivery_out_stock' => null, 'new' => '1', 'id_product_attribute' => '0', 'product_attribute_minimal_quantity' => null, 'id_image' => '410-877', 'legend' => 'Sorpresovo 2018 Nerf', 'manufacturer_name' => 'Hasbro', 'category_default' => 'Pasqua', 'orderprice' => '20.409836', 'allow_oosp' => '0', 'category' => 'pasqua', 'category_name' => 'Pasqua', 'link' => 'https://www.mikogiocattoli.com/it/pasqua/410-super-pasqualone-2018-transformers-5010993533411.html', 'attribute_price' => '0', 'price_tax_exc' => '20.409836', 'price_without_reduction' => '24.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '0', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '', 'id' => '410', 'attributes' => array(), 'weight_unit' => 'kg', 'images' => array(array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/877-small_default/super-pasqualone-2018-transformers.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/877-cart_default/super-pasqualone-2018-transformers.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/877-home_default/super-pasqualone-2018-transformers.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/877-medium_default/super-pasqualone-2018-transformers.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/877-large_default/super-pasqualone-2018-transformers.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/877-small_default/super-pasqualone-2018-transformers.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/877-home_default/super-pasqualone-2018-transformers.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/877-large_default/super-pasqualone-2018-transformers.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Sorpresovo 2018 Nerf', 'cover' => '1', 'id_image' => '877', 'position' => '1', 'associatedVariants' => array())), 'cover' => array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/877-small_default/super-pasqualone-2018-transformers.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/877-cart_default/super-pasqualone-2018-transformers.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/877-home_default/super-pasqualone-2018-transformers.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/877-medium_default/super-pasqualone-2018-transformers.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/877-large_default/super-pasqualone-2018-transformers.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/877-small_default/super-pasqualone-2018-transformers.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/877-home_default/super-pasqualone-2018-transformers.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/877-large_default/super-pasqualone-2018-transformers.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Sorpresovo 2018 Nerf', 'cover' => '1', 'id_image' => '877', 'position' => '1', 'associatedVariants' => array()), 'url' => 'https://www.mikogiocattoli.com/it/pasqua/410-super-pasqualone-2018-transformers-5010993533411.html', 'canonical_url' => 'https://www.mikogiocattoli.com/it/pasqua/410-super-pasqualone-2018-transformers-5010993533411.html', 'has_discount' => false, 'discount_type' => null, 'discount_percentage' => null, 'discount_percentage_absolute' => null, 'discount_amount' => null, 'discount_amount_to_display' => null, 'price_amount' => '24.9', 'regular_price_amount' => '24.9', 'regular_price' => '24,90 €', 'discount_to_display' => null, 'unit_price_full' => '', 'add_to_cart_url' => 'https://www.mikogiocattoli.com/it/carrello?add=1&id_product=410&id_product_attribute=0&token=bc8bd81a3d1c66dfcbef2dfed042c7df', 'main_variants' => array(), 'flags' => array('new' => array('type' => 'new', 'label' => 'Nuovo')), 'labels' => array('tax_short' => '(Tasse incl.)', 'tax_long' => 'Tasse incluse'), 'show_availability' => true, 'availability_message' => 'Non disponibile', 'availability_date' => null, 'availability' => 'unavailable', 'delivery_information' => null, 'quantity_discounts' => array(), 'reference_to_display' => '71001045', 'embedded_attributes' => array('id_product' => '410', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '109', 'id_shop_default' => '1', 'on_sale' => '0', 'online_only' => '0', 'ecotax' => '0.000000', 'quantity' => '0', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '24.9', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => '71001045', 'out_of_stock' => '2', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => null, 'show_condition' => '0', 'condition' => 'new', 'show_price' => '1', 'indexed' => '1', 'visibility' => 'both', 'is_virtual' => '0', 'cache_default_attribute' => null, 'date_add' => '2018-06-22 15:13:05', 'date_upd' => '2018-07-10 21:03:51', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'description' => '<p>Scopri il Sorpresovo per la Pasqua di Nerf. Tante sorprese ti aspettano per fare felici i bambini di ogni età.</p>', 'description_short' => '', 'link_rewrite' => 'super-pasqualone-2018-transformers', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Sorpresovo 2018 Nerf', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => null, 'delivery_out_stock' => null, 'new' => '1', 'id_product_attribute' => '0', 'id_image' => '410-877', 'allow_oosp' => '0', 'category' => 'pasqua', 'category_name' => 'Pasqua', 'link' => 'https://www.mikogiocattoli.com/it/pasqua/410-super-pasqualone-2018-transformers-5010993533411.html', 'attribute_price' => '0', 'price_tax_exc' => '20.409836', 'price_without_reduction' => '24.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '0', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '0'), 'grouped_features' => array()), array('id_product' => '968', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '156', 'id_shop_default' => '1', 'id_tax_rules_group' => '1', 'on_sale' => '0', 'online_only' => '0', 'ean13' => '5010993445813', 'isbn' => '', 'upc' => '', 'ecotax' => array('value' => '0,00 €', 'amount' => '0.000000', 'rate' => '0'), 'quantity' => '0', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '29,90 €', 'wholesale_price' => '0.000000', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => '50158026', 'supplier_reference' => '', 'location' => '', 'width' => '0.000000', 'height' => '0.000000', 'depth' => '0.000000', 'weight' => '1.000000', 'out_of_stock' => '2', 'additional_delivery_times' => '1', 'quantity_discount' => '0', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'active' => '1', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => null, 'show_condition' => '0', 'condition' => false, 'show_price' => true, 'indexed' => '1', 'visibility' => 'both', 'cache_is_pack' => '0', 'cache_has_attachments' => '0', 'is_virtual' => '0', 'cache_default_attribute' => null, 'date_add' => '2018-06-22 15:13:12', 'date_upd' => '2018-07-10 21:03:09', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'state' => '1', 'id_shop' => '1', 'id_lang' => '1', 'description' => '<p>SurgeFire è dotato di un tamburo rotante che può contenere fino a 15 dardi Nerf Elite. Scegli un bersaglio e spara 1 dardo alla volta, oppure spara in rapida successione tutti i 15 dardi per riversargli addosso una potenza di fuoco mai vista prima.</p>', 'description_short' => '', 'link_rewrite' => 'nerf-n-strike-elite-surgefire', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Nerf N-Strike Elite Surgefire', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => null, 'delivery_out_stock' => null, 'new' => '1', 'id_product_attribute' => '0', 'product_attribute_minimal_quantity' => null, 'id_image' => '968-2377', 'legend' => 'Nerf N-Strike Elite Surgefire', 'manufacturer_name' => 'Hasbro', 'category_default' => 'Nerf', 'orderprice' => '24.508197', 'allow_oosp' => '0', 'category' => 'nerf', 'category_name' => 'Nerf', 'link' => 'https://www.mikogiocattoli.com/it/nerf/968-nerf-n-strike-elite-surgefire-5010993445813.html', 'attribute_price' => '0', 'price_tax_exc' => '24.508197', 'price_without_reduction' => '29.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '0', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '', 'id' => '968', 'attributes' => array(), 'weight_unit' => 'kg', 'images' => array(array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2377-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2377-cart_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2377-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2377-medium_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2377-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2377-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2377-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2377-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf N-Strike Elite Surgefire', 'cover' => '1', 'id_image' => '2377', 'position' => '1', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2378-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2378-cart_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2378-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2378-medium_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2378-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2378-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2378-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2378-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf N-Strike Elite Surgefire', 'cover' => null, 'id_image' => '2378', 'position' => '2', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2379-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2379-cart_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2379-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2379-medium_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2379-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2379-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2379-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2379-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf N-Strike Elite Surgefire', 'cover' => null, 'id_image' => '2379', 'position' => '3', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2380-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2380-cart_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2380-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2380-medium_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2380-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2380-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2380-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2380-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf N-Strike Elite Surgefire', 'cover' => null, 'id_image' => '2380', 'position' => '4', 'associatedVariants' => array())), 'cover' => array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2377-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2377-cart_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2377-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2377-medium_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2377-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2377-small_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2377-home_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2377-large_default/nerf-n-strike-elite-surgefire.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf N-Strike Elite Surgefire', 'cover' => '1', 'id_image' => '2377', 'position' => '1', 'associatedVariants' => array()), 'url' => 'https://www.mikogiocattoli.com/it/nerf/968-nerf-n-strike-elite-surgefire-5010993445813.html', 'canonical_url' => 'https://www.mikogiocattoli.com/it/nerf/968-nerf-n-strike-elite-surgefire-5010993445813.html', 'has_discount' => false, 'discount_type' => null, 'discount_percentage' => null, 'discount_percentage_absolute' => null, 'discount_amount' => null, 'discount_amount_to_display' => null, 'price_amount' => '29.9', 'regular_price_amount' => '29.9', 'regular_price' => '29,90 €', 'discount_to_display' => null, 'unit_price_full' => '', 'add_to_cart_url' => 'https://www.mikogiocattoli.com/it/carrello?add=1&id_product=968&id_product_attribute=0&token=bc8bd81a3d1c66dfcbef2dfed042c7df', 'main_variants' => array(), 'flags' => array('new' => array('type' => 'new', 'label' => 'Nuovo')), 'labels' => array('tax_short' => '(Tasse incl.)', 'tax_long' => 'Tasse incluse'), 'show_availability' => true, 'availability_message' => 'Non disponibile', 'availability_date' => null, 'availability' => 'unavailable', 'delivery_information' => null, 'quantity_discounts' => array(), 'reference_to_display' => '50158026', 'embedded_attributes' => array('id_product' => '968', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '156', 'id_shop_default' => '1', 'on_sale' => '0', 'online_only' => '0', 'ecotax' => '0.000000', 'quantity' => '0', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '29.9', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => '50158026', 'out_of_stock' => '2', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => null, 'show_condition' => '0', 'condition' => 'new', 'show_price' => '1', 'indexed' => '1', 'visibility' => 'both', 'is_virtual' => '0', 'cache_default_attribute' => null, 'date_add' => '2018-06-22 15:13:12', 'date_upd' => '2018-07-10 21:03:09', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'description' => '<p>SurgeFire è dotato di un tamburo rotante che può contenere fino a 15 dardi Nerf Elite. Scegli un bersaglio e spara 1 dardo alla volta, oppure spara in rapida successione tutti i 15 dardi per riversargli addosso una potenza di fuoco mai vista prima.</p>', 'description_short' => '', 'link_rewrite' => 'nerf-n-strike-elite-surgefire', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Nerf N-Strike Elite Surgefire', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => null, 'delivery_out_stock' => null, 'new' => '1', 'id_product_attribute' => '0', 'id_image' => '968-2377', 'allow_oosp' => '0', 'category' => 'nerf', 'category_name' => 'Nerf', 'link' => 'https://www.mikogiocattoli.com/it/nerf/968-nerf-n-strike-elite-surgefire-5010993445813.html', 'attribute_price' => '0', 'price_tax_exc' => '24.508197', 'price_without_reduction' => '29.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '0', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '0'), 'grouped_features' => array()), array('id_product' => '981', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '156', 'id_shop_default' => '1', 'id_tax_rules_group' => '1', 'on_sale' => '0', 'online_only' => '0', 'ean13' => '5010993454693', 'isbn' => '', 'upc' => '', 'ecotax' => array('value' => '0,00 €', 'amount' => '0.000000', 'rate' => '0'), 'quantity' => '4', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '29,90 €', 'wholesale_price' => '0.000000', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => 'MBE0612EU40', 'supplier_reference' => '', 'location' => '', 'width' => '0.000000', 'height' => '0.000000', 'depth' => '0.000000', 'weight' => '0.700000', 'out_of_stock' => '2', 'additional_delivery_times' => '1', 'quantity_discount' => '0', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'active' => '1', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => '0000-00-00', 'show_condition' => '0', 'condition' => false, 'show_price' => true, 'indexed' => '1', 'visibility' => 'both', 'cache_is_pack' => '0', 'cache_has_attachments' => '0', 'is_virtual' => '0', 'cache_default_attribute' => '0', 'date_add' => '2018-06-22 15:13:12', 'date_upd' => '2018-07-10 21:03:21', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'state' => '1', 'id_shop' => '1', 'id_lang' => '1', 'description' => '<p><span style="color:#000000;">Preparati a costruire un blaster all’altezza dell’Avenger verde con il kit Assembler Gear di Hulk! Dotato della tecnologia Nerf e di un design ispirato al film Marvel Avengers: Infinity War, questo kit Assembler Gear consentirà ai fan piccoli e grandi di creare diverse combinazioni di blaster per scendere in azione con i loro eroi Marvel preferiti! Il kit include 1 guanto corazzato, 3 connettori e 3 dardi Nerf per creare ben 3 diverse combinazioni di blaster, perfette per prendere parte alle battaglie di Avengers: Infinity War! Con il design ispirato a Hulk, questo kit Assembler Gear ti permetterà di immedesimarti nell’irrefrenabile distruttore verde!</span></p> <p></p>', 'description_short' => '', 'link_rewrite' => 'nerf-assembler-gear-hulk-avengers-infinity-war', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Nerf Assembler Gear - Hulk Avengers Infinity War', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => '', 'delivery_out_stock' => '', 'new' => '1', 'id_product_attribute' => '0', 'product_attribute_minimal_quantity' => null, 'id_image' => '981-2416', 'legend' => 'Nerf Assembler Gear - Hulk Avengers Infinity War', 'manufacturer_name' => 'Hasbro', 'category_default' => 'Nerf', 'orderprice' => '24.508197', 'allow_oosp' => '0', 'category' => 'nerf', 'category_name' => 'Nerf', 'link' => 'https://www.mikogiocattoli.com/it/nerf/981-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454693.html', 'attribute_price' => '0', 'price_tax_exc' => '24.508197', 'price_without_reduction' => '29.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '4', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '', 'id' => '981', 'attributes' => array(), 'weight_unit' => 'kg', 'images' => array(array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2416-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2416-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2416-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2416-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2416-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2416-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2416-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2416-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Hulk Avengers Infinity War', 'cover' => '1', 'id_image' => '2416', 'position' => '1', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2417-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2417-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2417-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2417-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2417-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2417-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2417-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2417-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Hulk Avengers Infinity War', 'cover' => null, 'id_image' => '2417', 'position' => '2', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2418-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2418-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2418-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2418-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2418-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2418-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2418-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2418-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Hulk Avengers Infinity War', 'cover' => null, 'id_image' => '2418', 'position' => '3', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2419-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2419-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2419-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2419-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2419-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2419-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2419-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2419-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Hulk Avengers Infinity War', 'cover' => null, 'id_image' => '2419', 'position' => '4', 'associatedVariants' => array())), 'cover' => array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2416-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2416-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2416-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2416-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2416-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2416-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2416-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2416-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Hulk Avengers Infinity War', 'cover' => '1', 'id_image' => '2416', 'position' => '1', 'associatedVariants' => array()), 'url' => 'https://www.mikogiocattoli.com/it/nerf/981-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454693.html', 'canonical_url' => 'https://www.mikogiocattoli.com/it/nerf/981-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454693.html', 'has_discount' => false, 'discount_type' => null, 'discount_percentage' => null, 'discount_percentage_absolute' => null, 'discount_amount' => null, 'discount_amount_to_display' => null, 'price_amount' => '29.9', 'regular_price_amount' => '29.9', 'regular_price' => '29,90 €', 'discount_to_display' => null, 'unit_price_full' => '', 'add_to_cart_url' => 'https://www.mikogiocattoli.com/it/carrello?add=1&id_product=981&id_product_attribute=0&token=bc8bd81a3d1c66dfcbef2dfed042c7df', 'main_variants' => array(), 'flags' => array('new' => array('type' => 'new', 'label' => 'Nuovo')), 'labels' => array('tax_short' => '(Tasse incl.)', 'tax_long' => 'Tasse incluse'), 'show_availability' => true, 'availability_date' => null, 'availability_message' => 'Disponibile', 'availability' => 'available', 'delivery_information' => '', 'quantity_discounts' => array(), 'reference_to_display' => 'MBE0612EU40', 'embedded_attributes' => array('id_product' => '981', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '156', 'id_shop_default' => '1', 'on_sale' => '0', 'online_only' => '0', 'ecotax' => '0.000000', 'quantity' => '4', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '29.9', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => 'MBE0612EU40', 'out_of_stock' => '2', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => '0000-00-00', 'show_condition' => '0', 'condition' => 'new', 'show_price' => '1', 'indexed' => '1', 'visibility' => 'both', 'is_virtual' => '0', 'cache_default_attribute' => '0', 'date_add' => '2018-06-22 15:13:12', 'date_upd' => '2018-07-10 21:03:21', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'description' => '<p><span style="color:#000000;">Preparati a costruire un blaster all’altezza dell’Avenger verde con il kit Assembler Gear di Hulk! Dotato della tecnologia Nerf e di un design ispirato al film Marvel Avengers: Infinity War, questo kit Assembler Gear consentirà ai fan piccoli e grandi di creare diverse combinazioni di blaster per scendere in azione con i loro eroi Marvel preferiti! Il kit include 1 guanto corazzato, 3 connettori e 3 dardi Nerf per creare ben 3 diverse combinazioni di blaster, perfette per prendere parte alle battaglie di Avengers: Infinity War! Con il design ispirato a Hulk, questo kit Assembler Gear ti permetterà di immedesimarti nell’irrefrenabile distruttore verde!</span></p> <p></p>', 'description_short' => '', 'link_rewrite' => 'nerf-assembler-gear-hulk-avengers-infinity-war', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Nerf Assembler Gear - Hulk Avengers Infinity War', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => '', 'delivery_out_stock' => '', 'new' => '1', 'id_product_attribute' => '0', 'id_image' => '981-2416', 'allow_oosp' => '0', 'category' => 'nerf', 'category_name' => 'Nerf', 'link' => 'https://www.mikogiocattoli.com/it/nerf/981-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454693.html', 'attribute_price' => '0', 'price_tax_exc' => '24.508197', 'price_without_reduction' => '29.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '4', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '0'), 'grouped_features' => array()), array('id_product' => '982', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '156', 'id_shop_default' => '1', 'id_tax_rules_group' => '1', 'on_sale' => '0', 'online_only' => '0', 'ean13' => '5010993454150', 'isbn' => '', 'upc' => '', 'ecotax' => array('value' => '0,00 €', 'amount' => '0.000000', 'rate' => '0'), 'quantity' => '6', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '29,90 €', 'wholesale_price' => '0.000000', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => 'MBE0567EU40', 'supplier_reference' => '', 'location' => '', 'width' => '0.000000', 'height' => '0.000000', 'depth' => '0.000000', 'weight' => '0.700000', 'out_of_stock' => '2', 'additional_delivery_times' => '1', 'quantity_discount' => '0', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'active' => '1', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => '0000-00-00', 'show_condition' => '0', 'condition' => false, 'show_price' => true, 'indexed' => '1', 'visibility' => 'both', 'cache_is_pack' => '0', 'cache_has_attachments' => '0', 'is_virtual' => '0', 'cache_default_attribute' => '0', 'date_add' => '2018-06-22 15:13:12', 'date_upd' => '2018-07-10 21:03:27', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'state' => '1', 'id_shop' => '1', 'id_lang' => '1', 'description' => '<p>Preparati a creare la tua arma personale e a fare fuoco come il primo Avenger con Captain America Assembler Gear! Con i kit Assembler Gear ispirati agli Avengers e basati su tecnologia Nerf, i ragazzi possono montare i blaster più potenti della storia e immaginare di scendere in campo accanto ai propri eroi preferiti per sbaragliare tutti i malvagi! Ogni kit Assembler Gear permette di realizzare diverse combinazioni di blaster e può essere combinato con altri kit Assembler Gear (ciascuno in vendita separatamente) per creare blaster personalizzati potentissimi ed essere sempre pronti ad intervenire dove l’azione lo richiede!</p>', 'description_short' => '', 'link_rewrite' => 'nerf-assembler-gear-hulk-avengers-infinity-war', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Nerf Assembler Gear - Captain America Avengers Infinity War', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => '', 'delivery_out_stock' => '', 'new' => '1', 'id_product_attribute' => '0', 'product_attribute_minimal_quantity' => null, 'id_image' => '982-2420', 'legend' => 'Nerf Assembler Gear - Captain America Avengers Infinity War', 'manufacturer_name' => 'Hasbro', 'category_default' => 'Nerf', 'orderprice' => '24.508197', 'allow_oosp' => '0', 'category' => 'nerf', 'category_name' => 'Nerf', 'link' => 'https://www.mikogiocattoli.com/it/nerf/982-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454150.html', 'attribute_price' => '0', 'price_tax_exc' => '24.508197', 'price_without_reduction' => '29.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '6', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '', 'id' => '982', 'attributes' => array(), 'weight_unit' => 'kg', 'images' => array(array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2420-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2420-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2420-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2420-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2420-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2420-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2420-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2420-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Captain America Avengers Infinity War', 'cover' => '1', 'id_image' => '2420', 'position' => '1', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2421-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2421-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2421-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2421-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2421-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2421-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2421-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2421-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Captain America Avengers Infinity War', 'cover' => null, 'id_image' => '2421', 'position' => '2', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2422-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2422-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2422-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2422-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2422-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2422-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2422-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2422-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Captain America Avengers Infinity War', 'cover' => null, 'id_image' => '2422', 'position' => '3', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2423-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2423-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2423-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2423-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2423-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2423-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2423-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2423-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Captain America Avengers Infinity War', 'cover' => null, 'id_image' => '2423', 'position' => '4', 'associatedVariants' => array())), 'cover' => array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2420-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2420-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2420-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2420-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2420-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2420-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2420-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2420-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Captain America Avengers Infinity War', 'cover' => '1', 'id_image' => '2420', 'position' => '1', 'associatedVariants' => array()), 'url' => 'https://www.mikogiocattoli.com/it/nerf/982-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454150.html', 'canonical_url' => 'https://www.mikogiocattoli.com/it/nerf/982-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454150.html', 'has_discount' => false, 'discount_type' => null, 'discount_percentage' => null, 'discount_percentage_absolute' => null, 'discount_amount' => null, 'discount_amount_to_display' => null, 'price_amount' => '29.9', 'regular_price_amount' => '29.9', 'regular_price' => '29,90 €', 'discount_to_display' => null, 'unit_price_full' => '', 'add_to_cart_url' => 'https://www.mikogiocattoli.com/it/carrello?add=1&id_product=982&id_product_attribute=0&token=bc8bd81a3d1c66dfcbef2dfed042c7df', 'main_variants' => array(), 'flags' => array('new' => array('type' => 'new', 'label' => 'Nuovo')), 'labels' => array('tax_short' => '(Tasse incl.)', 'tax_long' => 'Tasse incluse'), 'show_availability' => true, 'availability_date' => null, 'availability_message' => 'Disponibile', 'availability' => 'available', 'delivery_information' => '', 'quantity_discounts' => array(), 'reference_to_display' => 'MBE0567EU40', 'embedded_attributes' => array('id_product' => '982', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '156', 'id_shop_default' => '1', 'on_sale' => '0', 'online_only' => '0', 'ecotax' => '0.000000', 'quantity' => '6', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '29.9', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => 'MBE0567EU40', 'out_of_stock' => '2', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => '0000-00-00', 'show_condition' => '0', 'condition' => 'new', 'show_price' => '1', 'indexed' => '1', 'visibility' => 'both', 'is_virtual' => '0', 'cache_default_attribute' => '0', 'date_add' => '2018-06-22 15:13:12', 'date_upd' => '2018-07-10 21:03:27', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'description' => '<p>Preparati a creare la tua arma personale e a fare fuoco come il primo Avenger con Captain America Assembler Gear! Con i kit Assembler Gear ispirati agli Avengers e basati su tecnologia Nerf, i ragazzi possono montare i blaster più potenti della storia e immaginare di scendere in campo accanto ai propri eroi preferiti per sbaragliare tutti i malvagi! Ogni kit Assembler Gear permette di realizzare diverse combinazioni di blaster e può essere combinato con altri kit Assembler Gear (ciascuno in vendita separatamente) per creare blaster personalizzati potentissimi ed essere sempre pronti ad intervenire dove l’azione lo richiede!</p>', 'description_short' => '', 'link_rewrite' => 'nerf-assembler-gear-hulk-avengers-infinity-war', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Nerf Assembler Gear - Captain America Avengers Infinity War', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => '', 'delivery_out_stock' => '', 'new' => '1', 'id_product_attribute' => '0', 'id_image' => '982-2420', 'allow_oosp' => '0', 'category' => 'nerf', 'category_name' => 'Nerf', 'link' => 'https://www.mikogiocattoli.com/it/nerf/982-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454150.html', 'attribute_price' => '0', 'price_tax_exc' => '24.508197', 'price_without_reduction' => '29.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '6', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '0'), 'grouped_features' => array()), array('id_product' => '983', 'id_supplier' => '0', 'id_manufacturer' => '25', 'id_category_default' => '156', 'id_shop_default' => '1', 'id_tax_rules_group' => '1', 'on_sale' => '0', 'online_only' => '0', 'ean13' => '5010993454136', 'isbn' => '', 'upc' => '', 'ecotax' => array('value' => '0,00 €', 'amount' => '0.000000', 'rate' => '0'), 'quantity' => '7', 'minimal_quantity' => '1', 'low_stock_threshold' => null, 'low_stock_alert' => '0', 'price' => '29,90 €', 'wholesale_price' => '0.000000', 'unity' => '', 'unit_price_ratio' => '0.000000', 'additional_shipping_cost' => '0.00', 'reference' => 'MBE0562EU40', 'supplier_reference' => '', 'location' => '', 'width' => '0.000000', 'height' => '0.000000', 'depth' => '0.000000', 'weight' => '0.700000', 'out_of_stock' => '2', 'additional_delivery_times' => '1', 'quantity_discount' => '0', 'customizable' => '0', 'uploadable_files' => '0', 'text_fields' => '0', 'active' => '1', 'redirect_type' => '404', 'id_type_redirected' => '0', 'available_for_order' => '1', 'available_date' => '0000-00-00', 'show_condition' => '0', 'condition' => false, 'show_price' => true, 'indexed' => '1', 'visibility' => 'both', 'cache_is_pack' => '0', 'cache_has_attachments' => '0', 'is_virtual' => '0', 'cache_default_attribute' => '0', 'date_add' => '2018-06-22 15:13:12', 'date_upd' => '2018-07-10 21:02:59', 'advanced_stock_management' => '0', 'pack_stock_type' => '3', 'state' => '1', 'id_shop' => '1', 'id_lang' => '1', 'description' => '<p><span style="color:#000000;">Preparati a creare la tua arma personale e a fare fuoco come un Avenger dotato di armatura grazie a Iron Man Assembler Gear! Ingegnerizzato su tecnologia Nerf e caratterizzato dal design ispirato al film Marvel Avengers: Infinity War, Assembler Gear permette a ragazzi e appassionati della saga di realizzare diverse combinazioni di blaster... oltre che di calarsi nell’armatura del loro super-eroe tecnologico preferito: Iron Man!</span></p>', 'description_short' => '', 'link_rewrite' => 'nerf-assembler-gear-hulk-avengers-infinity-war', 'meta_description' => '', 'meta_keywords' => '', 'meta_title' => '', 'name' => 'Nerf Assembler Gear - Iron Man Avengers Infinity War', 'available_now' => 'Disponibile', 'available_later' => 'Non Disponibile', 'delivery_in_stock' => '', 'delivery_out_stock' => '', 'new' => '1', 'id_product_attribute' => '0', 'product_attribute_minimal_quantity' => null, 'id_image' => '983-2424', 'legend' => 'Nerf Assembler Gear - Iron Man Avengers Infinity War', 'manufacturer_name' => 'Hasbro', 'category_default' => 'Nerf', 'orderprice' => '24.508197', 'allow_oosp' => '0', 'category' => 'nerf', 'category_name' => 'Nerf', 'link' => 'https://www.mikogiocattoli.com/it/nerf/983-nerf-assembler-gear-hulk-avengers-infinity-war-5010993454136.html', 'attribute_price' => '0', 'price_tax_exc' => '24.508197', 'price_without_reduction' => '29.9', 'reduction' => '0', 'specific_prices' => array(), 'quantity_all_versions' => '7', 'features' => array(), 'attachments' => array(), 'virtual' => '0', 'pack' => '0', 'packItems' => array(), 'nopackprice' => '0', 'customization_required' => false, 'rate' => '22', 'tax_name' => 'IVA IT 22%', 'ecotax_rate' => '0', 'unit_price' => '', 'id' => '983', 'attributes' => array(), 'weight_unit' => 'kg', 'images' => array(array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2424-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2424-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2424-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2424-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2424-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2424-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'medium' => array('url' => 'https://www.mikogiocattoli.com/2424-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'large' => array('url' => 'https://www.mikogiocattoli.com/2424-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600'), 'legend' => 'Nerf Assembler Gear - Iron Man Avengers Infinity War', 'cover' => '1', 'id_image' => '2424', 'position' => '1', 'associatedVariants' => array()), array('bySize' => array('small_default' => array('url' => 'https://www.mikogiocattoli.com/2425-small_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '98', 'height' => '98'), 'cart_default' => array('url' => 'https://www.mikogiocattoli.com/2425-cart_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '125', 'height' => '125'), 'home_default' => array('url' => 'https://www.mikogiocattoli.com/2425-home_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '250', 'height' => '250'), 'medium_default' => array('url' => 'https://www.mikogiocattoli.com/2425-medium_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '452', 'height' => '452'), 'large_default' => array('url' => 'https://www.mikogiocattoli.com/2425-large_default/nerf-assembler-gear-hulk-avengers-infinity-war.jpg', 'width' => '600', 'height' => '600')), 'small' => array('url' => 'https://www.mikogiocattoli.com/2425-small_default/nerf-assembler-ge Link to comment Share on other sites More sharing options...
shikotak Posted December 8, 2018 Share Posted December 8, 2018 I have the same error in product page too. (1/1) ContextErrorException Notice: Undefined index: medium_default in 23301f0ffd924c71b32cfb0c71aa81add71cbdeb_2.file.product.tpl.php line 102 at Block_6555989315c0b867412ad50_73112877->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_6555989315c0b867412ad50_73112877), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_6555989315c0b867412ad50_73112877),object(Block_1555600705c0b86742b4dd2_28055785))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_1555600705c0b86742b4dd2_28055785))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_1555600705c0b86742b4dd2_28055785', 'head_viewport')in a698e69f5e33080213d1480ca00fc6b1ff408164_2.file.head.tpl.php line 43 at content_5c0b86742e2ac3_54180924(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('file:_partials/head.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 0, false)in 73a715a6aaafcc55f4071a3896cf5791b99dbcc7_2.file.layout-both-columns.tpl.php line 198 at Block_20963709045c0b86741a7685_52243742->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_20963709045c0b86741a7685_52243742), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_20963709045c0b86741a7685_52243742))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_20963709045c0b86741a7685_52243742', 'head')in 73a715a6aaafcc55f4071a3896cf5791b99dbcc7_2.file.layout-both-columns.tpl.php line 40 at content_5c0b867428a500_48608192(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-both-columns.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 126 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'layouts/layout-both-columns.tpl')in 18bbd8da2487eecf76070b47f5143a0f05a0507a_2.file.layout-full-width.tpl.php line 50 at content_5c0b8674199904_34246861(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-full-width.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 126 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'layouts/layout-full-width.tpl')in 23301f0ffd924c71b32cfb0c71aa81add71cbdeb_2.file.product.tpl.php line 55 at content_5c0b867417c4a4_00668251(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute('catalog/product.tpl', null, 'layouts/layout-full-width.tpl', null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch('catalog/product.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false)in SmartyDev.php line 41 at SmartyDev->fetch('catalog/product.tpl', null, 'layouts/layout-full-width.tpl')in FrontController.php line 679 at FrontControllerCore->smartyOutputContent('catalog/product.tpl')in FrontController.php line 663 at FrontControllerCore->display()in Controller.php line 275 at ControllerCore->run()in Dispatcher.php line 428 at DispatcherCore->dispatch()in index.php line 28 Link to comment Share on other sites More sharing options...
apollux Posted December 14, 2018 Share Posted December 14, 2018 Why do I think that you all people bought themes from Magentech? Those guys don't know what they were doing and their support on ticketing system always reply: It is not our fault. Because they are idiots I think! Link to comment Share on other sites More sharing options...
apollux Posted December 14, 2018 Share Posted December 14, 2018 On 3/4/2017 at 12:51 PM, onurb123 said: thanks ! i have bought the theme from :https://www.magentech.com/ for presta 1.7 now im geting the folowing : can you please help me ? Whoops, looks like something went wrong. 1/1 ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 1504: Notice: Undefined index: base_dir in smarty_internal_templatebase.php(157) : eval()'d code line 1504 at ErrorHandler->handleError('8', 'Undefined index: base_dir', '/var/www/vhosts/efimaxi.com/httpdocs/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '1504', array('_smarty_tpl' => object(Smarty_Dev_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 1504 at content_58ba9aa5e88530_44132646(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php(157) : eval()'d code line 877 at content_58ba9aa63cf243_85751717(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('catalog/listing/category.tpl', null, 'layouts/layout-left-column.tpl', null, false, true, false) in SmartyDev.php line 41 at SmartyDev->fetch('catalog/listing/category.tpl', null, 'layouts/layout-left-column.tpl') in FrontController.php line 655 at FrontControllerCore->smartyOutputContent('catalog/listing/category.tpl') in FrontController.php line 639 at FrontControllerCore->display() in Controller.php line 221 at ControllerCore->run() in Dispatcher.php line 366 at DispatcherCore->dispatch() in index.php line 28 Careful with that eval() function. It is a backdoor for intrusion. It has happened before with a Megamenu, it will happen again. Link to comment Share on other sites More sharing options...
espacious Posted March 1, 2019 Share Posted March 1, 2019 Hi there, i have a similar or same problem with our bought theme: (1/1) ContextErrorException Notice: Undefined index: product.has_discount in 9b8158fb94b412afc4e3e7665ca5415954f638cf_2.file.product-prices.tpl.php line 166 at Block_10071147145c793117c01623_10893259->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_10071147145c793117c01623_10893259), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_10071147145c793117c01623_10893259))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_10071147145c793117c01623_10893259', 'product_price')in 9b8158fb94b412afc4e3e7665ca5415954f638cf_2.file.product-prices.tpl.php line 34 at content_5c793117c3e506_63722328(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('file:catalog/_partials/product-prices.tpl', null, 'layouts/layout-left-column.tpl', 0, 3600, array(), 0, false)in 9851c4d9b1687852b46bd39ac46587f7e65c6921_2.file.product.tpl.php line 243 at Block_15699086795c793117651133_47892719->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_15699086795c793117651133_47892719), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_15699086795c793117651133_47892719))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_15699086795c793117651133_47892719', 'product_prices', 0)in 9851c4d9b1687852b46bd39ac46587f7e65c6921_2.file.product.tpl.php line 507 at Block_12227481805c79311763d501_90375071->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_12227481805c79311763d501_90375071), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_12227481805c79311763d501_90375071),object(Block_20455641085c7931176efed3_52642991))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_20455641085c7931176efed3_52642991))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_20455641085c7931176efed3_52642991', 'content_custom')in a13fb25929769c91a09b24d6a76350315528d898_2.file.layout-both-columns.tpl.php line 98 at content_5c7931177138d1_99345304(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-both-columns.tpl', null, 'layouts/layout-left-column.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'layouts/layout-both-columns.tpl')in cbd4d64f58a6f9a095247688afc5ed9c367dbbcf_2.file.layout-left-column.tpl.php line 38 at content_5c7931176cf200_62287323(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-left-column.tpl', null, 'layouts/layout-left-column.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'layouts/layout-left-column.tpl')in 9851c4d9b1687852b46bd39ac46587f7e65c6921_2.file.product.tpl.php line 60 at content_5c7931176a4214_15704066(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyCustomTemplate), null, 'layouts/layout-left-column.tpl', null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch('catalog/product.tpl', null, 'layouts/layout-left-column.tpl', null, false, true, false)in SmartyCustom.php line 112 at SmartyCustomCore->fetch('catalog/product.tpl', null, 'layouts/layout-left-column.tpl')in FrontController.php line 682 at FrontControllerCore->smartyOutputContent('catalog/product.tpl')in FrontController.php line 666 at FrontControllerCore->display()in Controller.php line 301 at ControllerCore->run()in Dispatcher.php line 509 at DispatcherCore->dispatch()in index.php line 28 Any clues how to solve this? And again i see this only if i enable debug mode if debug mode is off no errors or non working things are visible. 1 Link to comment Share on other sites More sharing options...
o2G2o Posted March 21, 2019 Share Posted March 21, 2019 I have exactly the same error list, my theme is from FieldThemes. Luckily they do provide good support (or at least did the last time I needed some). I'll let you guys know what they say. Link to comment Share on other sites More sharing options...
espacious Posted March 26, 2019 Share Posted March 26, 2019 Any news on this? Link to comment Share on other sites More sharing options...
amitawat58 Posted June 10, 2019 Share Posted June 10, 2019 HELP NEEDED !! ContextErrorException in c0158daeee7e9d9b82d844e4275d767ead2ff7a3.file.page.tpl.php line 99:Notice: Undefined index: language in c0158daeee7e9d9b82d844e4275d767ead2ff7a3.file.page.tpl.php line 99 at ErrorHandler->handleError('8', 'Undefined index: language', '/home/byekoprod/domains/by-ekobo.com/public_html/app/cache/dev/smarty/compile/layouts_layout_full_width_tpl/c0/15/8d/c0158daeee7e9d9b82d844e4275d767ead2ff7a3.file.page.tpl.php', '99', array('_smarty_tpl' => object(SmartyCustomTemplate))) in c0158daeee7e9d9b82d844e4275d767ead2ff7a3.file.page.tpl.php line 99 at content_5cfdfe31d15b50_19525795(object(SmartyCustomTemplate)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('cms/page.tpl', null, 'layouts/layout-full-width.tpl', object(SmartyCustom), false, true, false) in SmartyCustom.php line 110 at SmartyCustomCore->fetch('cms/page.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 689 at FrontControllerCore->smartyOutputContent('cms/page.tpl') in FrontController.php line 673 at FrontControllerCore->display() in Controller.php line 273 at ControllerCore->run() in Dispatcher.php line 428 at DispatcherCore->dispatch() in index.php line 28 Link to comment Share on other sites More sharing options...
franky.martin Posted July 9, 2019 Share Posted July 9, 2019 Same error in PS 1.7.4.4 Whoops, looks like something went wrong. (1/1) ContextErrorException Notice: Undefined index: base_dir in 533fbe986c31be55065d3e4e3c50e4af66ee45a1_2.file.footer.tpl.php line 62 at content_5d247172b63215_18247970(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('file:_partials/footer.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 0, false)in b46e76edc5ad187d18ec1782d2d028a580a7f3d0_2.file.layout-both-columns.tpl.php line 333 at Block_20243305155d247172810062_36415937->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_20243305155d247172810062_36415937), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_20243305155d247172810062_36415937))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_20243305155d247172810062_36415937', 'footer')in b46e76edc5ad187d18ec1782d2d028a580a7f3d0_2.file.layout-both-columns.tpl.php line 102 at content_5d247172812365_24198419(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-both-columns.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'layouts/layout-both-columns.tpl')in ab3942de4bc222a69071144ba20301c487d1315c_2.file.layout-full-width.tpl.php line 42 at content_5d2471728019c5_09880882(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-full-width.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'layouts/layout-full-width.tpl')in 65d2e153a1e88e5bcb07c5ba8680d9304168f715_2.file.product.tpl.php line 54 at content_5d24716c8203b6_27234877(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyCustomTemplate), null, 'layouts/layout-full-width.tpl', null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch('catalog/product.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false)in SmartyCustom.php line 110 at SmartyCustomCore->fetch('catalog/product.tpl', null, 'layouts/layout-full-width.tpl')in FrontController.php line 679 at FrontControllerCore->smartyOutputContent('catalog/product.tpl')in FrontController.php line 663 at FrontControllerCore->display()in Controller.php line 275 at ControllerCore->run()in Dispatcher.php line 428 at DispatcherCore->dispatch()in index.php line 28 Link to comment Share on other sites More sharing options...
espacious Posted July 9, 2019 Share Posted July 9, 2019 First thing try to remove prestashop cache and browser cache completely. Link to comment Share on other sites More sharing options...
safsoft Posted July 16, 2019 Share Posted July 16, 2019 Dear all, I am get this error : 1/1 UndefinedFunctionException in 27b87e67a565584e008cf24f6a0b94bd7c6d3fee.file.product.tpl.php line 582: Attempted to call function "content_5d2e5ffd449516_85442514" from the global namespace. in 27b87e67a565584e008cf24f6a0b94bd7c6d3fee.file.product.tpl.php line 582 at content_5d2e5ffd4ac8f5_78117124(object(Smarty_Dev_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('catalog/product.tpl', null, 'layouts/layout-full-width.tpl', object(SmartyDev), false, true, false) in SmartyDev.php line 41 at SmartyDev->fetch('catalog/product.tpl', null, 'layouts/layout-full-width.tpl') in FrontController.php line 660 at FrontControllerCore->smartyOutputContent('catalog/product.tpl') in FrontController.php line 644 at FrontControllerCore->display() in Controller.php line 225 at ControllerCore->run() in Dispatcher.php line 379 at DispatcherCore->dispatch() in index.php line 30 I dont understand why, and appear only on the Products page ! http://playstationtunisie.com/produits/145-141-cartes-psn-toutes-regions-.html#/3-region-france/18-montant-10 Please help, thanks all Link to comment Share on other sites More sharing options...
ragheb Posted November 14, 2019 Share Posted November 14, 2019 d'ou vient cette erreur ? ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 83:Notice: Undefined index: alternative_langs Link to comment Share on other sites More sharing options...
kazzo Posted November 28, 2019 Share Posted November 28, 2019 Turn off debugging in back office (advanced settings/performance). And never turn it on in production. Link to comment Share on other sites More sharing options...
cabinatele Posted June 8, 2020 Share Posted June 8, 2020 I have this error in remakker.com (1/1) FatalThrowableError Call to a member function isActive() on null in Repository.php line 109 at Repository->formatCurrencies(array(null, object(CurrencyData), object(CurrencyData), object(CurrencyData), object(CurrencyData)))in Repository.php line 95 at Repository->getAllInstalledCurrencies('es-ES')in Repository.php line 207 at Repository->getPriceSpecifications('es-ES')in Repository.php line 150 at Repository->getLocale('es-ES')in Controller.php line 189 at ControllerCore->init()in AdminController.php line 2785 at AdminControllerCore->init()in Controller.php line 273 at ControllerCore->run()in Dispatcher.php line 515 at DispatcherCore->dispatch()in index.php line 97 Need Your Help. Thanks Link to comment Share on other sites More sharing options...
SpiderLook Posted August 26, 2020 Share Posted August 26, 2020 Hello. My eshop is woriking ok but when i run debuuger modem a i have this: (1/1) ContextErrorException Notice: Undefined index: tabs in a68628b773d54bec9f954815ed7dad3e5d12646e_2.file.ApFacebook.tpl.php line 55 at content_5f466fa3d07238_46421697(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, null, null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false)in SmartyDevTemplate.php line 40 at SmartyDevTemplateCore->fetch()in appagebuilder.php line 2573 at APPageBuilder->display('/home/zyskowny/domains/okee.com.pl/public_html/modules/appagebuilder/appagebuilder.php', 'views/templates/hook/ApFacebook.tpl')in appagebuilder.php line 1353 at APPageBuilder->fontContent(array('apContent' => '', 'formAtts' => array('form_id' => 'form_5520913350443116', 'page_url' => 'https://www.facebook.com/okee.pracownia/', 'target' => 'light', 'hide_cover' => '0', 'show_facepile' => '1', 'hide_cta' => '1', 'small_header' => '0', 'adapt_container_width' => '1', 'active' => '1', 'title' => 'FaceBook', 'class' => 'ApFacebook', 'rtl' => '0', 'override_folder' => ''), 'homeSize' => array('width' => '500', 'height' => '500'), 'mediumSize' => array('width' => '400', 'height' => '400'), 'img_manu_dir' => '/img/m/', 'comparator_max_item' => 0, 'compared_products' => array(), 'tpl_dir' => '/home/zyskowny/domains/okee.com.pl/public_html/themes/bos_gypsy/', 'PS_CATALOG_MODE' => 0, 'priceDisplay' => 0, 'PS_STOCK_MANAGEMENT' => '1', 'page_name' => 'order', 'leo_helper' => object(apPageHelper), 'apLiveEdit' => '', 'apLiveEditEnd' => ''), 'ApFacebook.tpl')in shortcodes.php line 509 at ApShortCodeBase->fontContent(array('form_id' => 'form_5520913350443116', 'page_url' => 'https://www.facebook.com/okee.pracownia/', 'target' => 'light', 'hide_cover' => '0', 'show_facepile' => '1', 'hide_cta' => '1', 'small_header' => '0', 'adapt_container_width' => '1', 'active' => '1', 'title' => 'FaceBook', 'class' => 'ApFacebook', 'rtl' => '0'), '', 'ApFacebook', 1)in ApShortCodesBuilder.php line 77 at ApShortCodesBuilder::doShortcodeTag(array('[ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook]', '', 'ApFacebook', ' form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"', '', '', '')) at preg_replace_callback('/\\[(\\[?)(ApProductTag|ApProductList|ApBlockLink|ApManuFacturersCarousel|ApSlideShow|ApRawHtml|ApGenCode|ApBlog|ApAjaxTabs|ApVideo|ApSliderLayer|ApInstagram|ApAlert|ApImage|ApMegamenu|ApFontAwesome|ApHtml|ApRow|ApImageHotspot|ApProductCarousel|ApBlockCarousel|ApButton|ApTabs|ApGmap|ApTwitter|ApFullSlider|ApCategoryImage|ApImage360|ApFacebook|ApCountdown|ApAccordions|ApImageGalleryProduct|ApColumn|ApImageGallery|ApQuicklogin|ApModule|ApTab|ApAjaxTab|ApAccordion)(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*+(?:\\[(?!\\/\\2\\])[^\\[]*+)*+)\\[\\/\\2\\])?)(\\]?)/s', array(object(ApShortCodesBuilder), 'doShortcodeTag'), '[ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook]')in ApShortCodesBuilder.php line 55 at ApShortCodesBuilder::doShortcode('[ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook]')in shortcodes.php line 381 at ApShortCodeBase->fontContent(array('form_id' => 'form_6307369424460811', 'class' => 'ap-popup2', 'xl' => '3', 'lg' => '3', 'md' => '6', 'sm' => '6', 'xs' => '12', 'sp' => '12', 'specific_type' => 'all', 'active' => '1', 'controller_pages' => '', 'controller_id' => ''), '[ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook]', 'ApColumn', 1)in ApShortCodesBuilder.php line 77 at ApShortCodesBuilder::doShortcodeTag(array('[ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn]', '', 'ApColumn', ' form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""', '', '[ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook]', '')) at preg_replace_callback('/\\[(\\[?)(ApProductTag|ApProductList|ApBlockLink|ApManuFacturersCarousel|ApSlideShow|ApRawHtml|ApGenCode|ApBlog|ApAjaxTabs|ApVideo|ApSliderLayer|ApInstagram|ApAlert|ApImage|ApMegamenu|ApFontAwesome|ApHtml|ApRow|ApImageHotspot|ApProductCarousel|ApBlockCarousel|ApButton|ApTabs|ApGmap|ApTwitter|ApFullSlider|ApCategoryImage|ApImage360|ApFacebook|ApCountdown|ApAccordions|ApImageGalleryProduct|ApColumn|ApImageGallery|ApQuicklogin|ApModule|ApTab|ApAjaxTab|ApAccordion)(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*+(?:\\[(?!\\/\\2\\])[^\\[]*+)*+)\\[\\/\\2\\])?)(\\]?)/s', array(object(ApShortCodesBuilder), 'doShortcodeTag'), '[ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn]')in ApShortCodesBuilder.php line 55 at ApShortCodesBuilder::doShortcode('[ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn]')in shortcodes.php line 381 at ApShortCodeBase->fontContent(array('form_id' => 'form_13663935893114352', 'container' => 'container', 'class' => 'row box-footerlink', 'bg_config' => 'boxed', 'bg_type' => 'normal', 'bg_repeat' => 'no-repeat', 'parallax_speed' => '0.1', 'parallax_axis' => 'both', 'parallax_strength' => '0.5', 'parallax_rid' => '0.5', 'parallax_hoffsets' => '0.1', 'parallax_voffsets' => '0.1', 'animation' => 'none', 'animation_delay' => '2', 'specific_type' => 'all', 'active' => '1', 'controller_pages' => '', 'controller_id' => ''), '[ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn]', 'ApRow', 1)in ApShortCodesBuilder.php line 77 at ApShortCodesBuilder::doShortcodeTag(array('[ApRow form_id="form_13663935893114352" container="container" class="row box-footerlink" bg_config="boxed" bg_type="normal" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" animation="none" animation_delay="2" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn][/ApRow]', '', 'ApRow', ' form_id="form_13663935893114352" container="container" class="row box-footerlink" bg_config="boxed" bg_type="normal" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" animation="none" animation_delay="2" specific_type="all" active="1" controller_pages="" controller_id=""', '', '[ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn]', '')) at preg_replace_callback('/\\[(\\[?)(ApProductTag|ApProductList|ApBlockLink|ApManuFacturersCarousel|ApSlideShow|ApRawHtml|ApGenCode|ApBlog|ApAjaxTabs|ApVideo|ApSliderLayer|ApInstagram|ApAlert|ApImage|ApMegamenu|ApFontAwesome|ApHtml|ApRow|ApImageHotspot|ApProductCarousel|ApBlockCarousel|ApButton|ApTabs|ApGmap|ApTwitter|ApFullSlider|ApCategoryImage|ApImage360|ApFacebook|ApCountdown|ApAccordions|ApImageGalleryProduct|ApColumn|ApImageGallery|ApQuicklogin|ApModule|ApTab|ApAjaxTab|ApAccordion)(?![\\w-])([^\\]\\/]*(?:\\/(?!\\])[^\\]\\/]*)*?)(?:(\\/)\\]|\\](?:([^\\[]*+(?:\\[(?!\\/\\2\\])[^\\[]*+)*+)\\[\\/\\2\\])?)(\\]?)/s', array(object(ApShortCodesBuilder), 'doShortcodeTag'), '[ApRow form_id="form_42725608678916315" container="container" class="row box-newletter" bg_config="fullwidth" bg_type="normal" bg_color="#ff1a52" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_1531590773990392" xl="12" lg="12" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApModule form_id="form_1513613288" name_module="ps_emailsubscription" hook="displayFooter" is_display="1"][/ApModule][/ApColumn][/ApRow][ApRow form_id="form_13663935893114352" container="container" class="row box-footerlink" bg_config="boxed" bg_type="normal" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" animation="none" animation_delay="2" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn][/ApRow]')in ApShortCodesBuilder.php line 55 at ApShortCodesBuilder::doShortcode('[ApRow form_id="form_42725608678916315" container="container" class="row box-newletter" bg_config="fullwidth" bg_type="normal" bg_color="#ff1a52" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_1531590773990392" xl="12" lg="12" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApModule form_id="form_1513613288" name_module="ps_emailsubscription" hook="displayFooter" is_display="1"][/ApModule][/ApColumn][/ApRow][ApRow form_id="form_13663935893114352" container="container" class="row box-footerlink" bg_config="boxed" bg_type="normal" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" animation="none" animation_delay="2" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn][/ApRow]')in ApShortCodesBuilder.php line 366 at ApShortCodesBuilder->parse('[ApRow form_id="form_42725608678916315" container="container" class="row box-newletter" bg_config="fullwidth" bg_type="normal" bg_color="#ff1a52" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_1531590773990392" xl="12" lg="12" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApModule form_id="form_1513613288" name_module="ps_emailsubscription" hook="displayFooter" is_display="1"][/ApModule][/ApColumn][/ApRow][ApRow form_id="form_13663935893114352" container="container" class="row box-footerlink" bg_config="boxed" bg_type="normal" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" animation="none" animation_delay="2" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn][/ApRow]')in ApPageBuilderModel.php line 171 at ApPageBuilderModel->parseData('displayFooter', '[ApRow form_id="form_42725608678916315" container="container" class="row box-newletter" bg_config="fullwidth" bg_type="normal" bg_color="#ff1a52" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_1531590773990392" xl="12" lg="12" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApModule form_id="form_1513613288" name_module="ps_emailsubscription" hook="displayFooter" is_display="1"][/ApModule][/ApColumn][/ApRow][ApRow form_id="form_13663935893114352" container="container" class="row box-footerlink" bg_config="boxed" bg_type="normal" bg_repeat="no-repeat" parallax_speed="0.1" parallax_axis="both" parallax_strength="0.5" parallax_rid="0.5" parallax_hoffsets="0.1" parallax_voffsets="0.1" animation="none" animation_delay="2" specific_type="all" active="1" controller_pages="" controller_id=""][ApColumn form_id="form_6725614559982223" xl="4" lg="4" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApHtml form_id="form_8912381474816694" accordion_type="accordion_small_screen" active="1" title="Masz pytania?" content_html="<div class=_APQUOT_site-info_APQUOT_>_APENTER_<ul>_APENTER_<li class=_APQUOT_phone_APQUOT_><a href=_APQUOT_tel:0123456789_APQUOT_ title=_APQUOT__APQUOT_><span class=_APQUOT_text_APQUOT_>Dzwoń śmiało:</span> <span class=_APQUOT_numer_APQUOT_>662 262 533</span></a></li>_APENTER_<li>_APENTER_<p>lub pisz: <a href=_APQUOT_mailto:[email protected]_APQUOT_>[email protected]</a></p>_APENTER_</li>_APENTER_</ul>_APENTER_</div>"][/ApHtml][/ApColumn][ApColumn form_id="form_7578341211457121" class="hidden-md-down" hidden_from="1" xl="1" lg="1" md="12" sm="12" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][/ApColumn][ApColumn form_id="form_6773305773718903" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_53266010019154294" total_link="6" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5,target_type_6,link_type_6,cmspage_id_6,category_id_6,product_id_6,manufacture_id_6,page_id_6,page_param_6,supplier_id_6," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_4,link_url_4,link_title_5,link_url_5,link_title_6,link_url_6," accordion_type="accordion_small_screen" link_title_1_2="O OKEE" target_type_1="_self" link_type_1="link-cms" cmspage_id_1="4" category_id_1="2" page_id_1="address" link_title_2_2="POLITYKA PRYWATNOŚCI" target_type_2="_self" link_type_2="link-cms" cmspage_id_2="2" category_id_2="2" page_id_2="address" link_title_3_2="REGULAMIN" target_type_3="_self" link_type_3="link-url" link_url_3_2="dsfsdfsdf" cmspage_id_3="1" category_id_3="2" page_id_3="address" link_title_4_2="OPCJE DOSTAWY" target_type_4="_self" link_type_4="link-cms" cmspage_id_4="1" category_id_4="2" page_id_4="address" link_title_5_2="KONTAKT" target_type_5="_self" link_type_5="link-page" cmspage_id_5="1" category_id_5="2" page_id_5="contact" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Ważne"][/ApBlockLink][/ApColumn][ApColumn form_id="form_4138429409912950" class="col-clearboth" xl="2" lg="2" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApBlockLink form_id="form_2309655752727405" total_link="5" list_id_link="1,2,3,4,5," list_field="target_type_1,link_type_1,cmspage_id_1,category_id_1,product_id_1,manufacture_id_1,page_id_1,page_param_1,supplier_id_1,target_type_2,link_type_2,cmspage_id_2,category_id_2,product_id_2,manufacture_id_2,page_id_2,page_param_2,supplier_id_2,target_type_3,link_type_3,cmspage_id_3,category_id_3,product_id_3,manufacture_id_3,page_id_3,page_param_3,supplier_id_3,target_type_4,link_type_4,cmspage_id_4,category_id_4,product_id_4,manufacture_id_4,page_id_4,page_param_4,supplier_id_4,target_type_5,link_type_5,cmspage_id_5,category_id_5,product_id_5,manufacture_id_5,page_id_5,page_param_5,supplier_id_5," list_field_lang="link_title_1,link_url_1,link_title_2,link_url_2,link_title_3,link_url_3,link_title_4,link_url_4,link_title_5,link_url_5," accordion_type="accordion_small_screen" target_type_1="_self" link_type_1="link-category" cmspage_id_1="1" category_id_1="10" page_id_1="address" target_type_2="_self" link_type_2="link-category" cmspage_id_2="1" category_id_2="11" page_id_2="address" target_type_3="_self" link_type_3="link-category" cmspage_id_3="1" category_id_3="12" page_id_3="address" target_type_4="_self" link_type_4="link-category" cmspage_id_4="1" category_id_4="13" page_id_4="address" target_type_5="_self" link_type_5="link-category" cmspage_id_5="1" category_id_5="14" page_id_5="address" target_type="_self" link_type="link-url" cmspage_id="1" category_id="2" page_id="address" active="1" title="Kategorie"][/ApBlockLink][/ApColumn][ApColumn form_id="form_6307369424460811" class="ap-popup2" xl="3" lg="3" md="6" sm="6" xs="12" sp="12" specific_type="all" active="1" controller_pages="" controller_id=""][ApFacebook form_id="form_5520913350443116" page_url="https://www.facebook.com/okee.pracownia/" target="light" hide_cover="0" show_facepile="1" hide_cta="1" small_header="0" adapt_container_width="1" active="1" title="FaceBook"][/ApFacebook][/ApColumn][/ApRow]', array('displayHome' => array('productCarousel' => array('order_way' => 'random')), 'fullwidth_index_hook' => array('displayBanner' => 0, 'displayNav1' => '1', 'displayNav2' => '1', 'displayTop' => '1', 'displayHome' => '1', 'displayFooterBefore' => '1', 'displayFooter' => '1', 'displayFooterAfter' => '1'), 'fullwidth_other_hook' => array('displayBanner' => 0, 'displayNav1' => '1', 'displayNav2' => '1', 'displayTop' => '1', 'displayHome' => 0, 'displayFooterBefore' => '1', 'displayFooter' => '1', 'displayFooterAfter' => '1'), 'disable_cache_hook' => array('displayBanner' => 0, 'displayNav1' => '1', 'displayNav2' => '1', 'displayTop' => '1', 'displayHome' => 0, 'displayFooterBefore' => 0, 'displayFooter' => 0, 'displayFooterAfter' => 0)))in appagebuilder.php line 2401 at APPageBuilder->getWidgetVariables('displayFooter', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))in appagebuilder.php line 2376 at APPageBuilder->renderWidget('displayFooter', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))in Hook.php line 975 at HookCore::coreRenderWidget(object(APPageBuilder), 'displayFooter', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))in Hook.php line 927 at HookCore::exec('displayFooter', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)), null)in smarty.config.inc.php line 167 at smartyHook(array('h' => 'displayFooter'), object(SmartyDevTemplate))in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayFooter'), object(SmartyDevTemplate)))in 4960cd52f01384821ddd5cce30e51b3735bb9f4c_2.file.checkout.tpl.php line 295 at Block_8593407635f466fa344e0c5_69638080->callBlock(object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_8593407635f466fa344e0c5_69638080), object(SmartyDevTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyDevTemplate), object(Block_8593407635f466fa344e0c5_69638080))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyDevTemplate), 'Block_8593407635f466fa344e0c5_69638080', 'hook_footer')in 4960cd52f01384821ddd5cce30e51b3735bb9f4c_2.file.checkout.tpl.php line 90 at content_5f466fa3454ce3_07294121(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, 'layouts/layout-full-width.tpl', null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch('checkout/checkout.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false)in SmartyDev.php line 40 at SmartyDev->fetch('checkout/checkout.tpl', null, 'layouts/layout-full-width.tpl')in FrontController.php line 683 at FrontControllerCore->smartyOutputContent('checkout/checkout.tpl')in FrontController.php line 667 at FrontControllerCore->display()in Controller.php line 312 at ControllerCore->run()in Dispatcher.php line 515 at DispatcherCore->dispatch()in index.php line 28 Link to comment Share on other sites More sharing options...
diego3007 Posted January 20, 2021 Share Posted January 20, 2021 Hi, I have this error, can you help me: ContextErrorException in smarty_internal_templatebase.php(157) : eval()'d code line 68: in smarty_internal_templatebase.php(157) : eval()'d code line 68 at ErrorHandler->handleError('8', 'Undefined index: page_name', '/var/www/vhosts/39296673.servicio-online.net/tienda.quermed.es/vendor/prestashop/smarty/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code', '68', array('_smarty_tpl' => object(SmartyCustomTemplate))) in smarty_internal_templatebase.php(157) : eval()'d code line 68 at content_6008163425d853_60588508(object(SmartyCustomTemplate)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch(object(SmartyCustomTemplate), null, null, null, false, true, false) in SmartyCustomTemplate.php line 44 at SmartyCustomTemplateCore->fetch() in Module.php line 2244 at ModuleCore->display('/var/www/vhosts/39296673.servicio-online.net/tienda.quermed.es/modules/htmlbox/htmlbox.php', 'html.tpl') in htmlbox.php line 539 at htmlbox->hookheader(array('cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => '3')) in Hook.php line 924 at HookCore::coreCallHook(object(htmlbox), 'hookHeader', array('cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => '3')) in Hook.php line 332 at HookCore::callHookOn(object(htmlbox), 'displayHeader', array('cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => '3')) in Hook.php line 860 at HookCore::exec('displayHeader') in FrontController.php line 557 at FrontControllerCore->initContent() in IndexController.php line 37 at IndexControllerCore->initContent() in Controller.php line 253 at ControllerCore->run() in Dispatcher.php line 428 at DispatcherCore->dispatch() in index.php line 28 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now