Camilledissais Posted September 3, 2020 Share Posted September 3, 2020 (edited) Bonjour, j'ai besoin d'aide , suite à un vider le cache sur mon site ( en construction) via le BO de mon prestashop 1.7, j'ai ce message d'erreur à l'affichage d'une fiche produit, Tout le reste semble fonctionner. J'ai activé le mode Debug et j'ai essayé de vider le cache via le FTP mais l'erreur persiste et ne comprends pas ce message d'erreur. Pourriez vous m'aider s'il vous plait ? Merciii Voici le code de la page en question : 2a26433d94dc98bebbe07c07005563f82f500e36_2.file.product-prices.tpl.php line 59 <?php /* Smarty version 3.1.33, created on 2020-09-03 19:17:24 from '/home/imprimerve/www/themes/PRS02/templates/catalog/_partials/product-prices.tpl' */ /* @var Smarty_Internal_Template $_smarty_tpl */ if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array ( 'version' => '3.1.33', 'unifunc' => 'content_5f5125241c84f4_10037582', 'has_nocache_code' => false, 'file_dependency' => array ( '2a26433d94dc98bebbe07c07005563f82f500e36' => array ( 0 => '/home/imprimerve/www/themes/PRS02/templates/catalog/_partials/product-prices.tpl', 1 => 1583429975, 2 => 'file', ), ), 'includes' => array ( ), ),false)) { function content_5f5125241c84f4_10037582 (Smarty_Internal_Template $_smarty_tpl) { $_smarty_tpl->_loadInheritance(); $_smarty_tpl->inheritance->init($_smarty_tpl, false); if ($_smarty_tpl->tpl_vars['product']->value['show_price']) {?> <div class="product-prices"> <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_11030310155f5125241afd20_33088895', 'product_discount'); ?> <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_10984651315f5125241b22d9_66344561', 'product_price'); ?> <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_18415579985f5125241b99b3_72069688', 'product_without_taxes'); ?> <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_21080770515f5125241bb719_04211795', 'product_pack_price'); ?> <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_7151729225f5125241bcfd9_69893382', 'product_ecotax'); ?> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"weight",'hook_origin'=>'product_sheet'),$_smarty_tpl ) );?> <div class="tax-shipping-delivery-label"> <!-- <?php if (!$_smarty_tpl->tpl_vars['configuration']->value['taxes_enabled']) {?> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'No tax','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?> <?php } elseif ($_smarty_tpl->tpl_vars['configuration']->value['display_taxes_label']) {?> <?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['labels']['tax_long'], ENT_QUOTES, 'UTF-8');?> <?php }?> --> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"price"),$_smarty_tpl ) );?> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"after_price"),$_smarty_tpl ) );?> <?php if ($_smarty_tpl->tpl_vars['product']->value['additional_delivery_times'] == 1) {?> <?php if ($_smarty_tpl->tpl_vars['product']->value['delivery_information']) {?> <span class="delivery-information"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['delivery_information'], ENT_QUOTES, 'UTF-8');?> </span> <?php }?> <?php } elseif ($_smarty_tpl->tpl_vars['product']->value['additional_delivery_times'] == 2) {?> <?php if ($_smarty_tpl->tpl_vars['product']->value['quantity'] > 0) {?> <span class="delivery-information"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['delivery_in_stock'], ENT_QUOTES, 'UTF-8');?> </span> <?php } elseif ($_smarty_tpl->tpl_vars['product']->value['quantity'] <= 0 && $_smarty_tpl->tpl_vars['product']->value['add_to_cart_url']) {?> <span class="delivery-information"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['delivery_out_stock'], ENT_QUOTES, 'UTF-8');?> </span> <?php }?> <?php }?> </div> </div> <?php } } /* {block 'product_discount'} */ class Block_11030310155f5125241afd20_33088895 extends Smarty_Internal_Block { public $subBlocks = array ( 'product_discount' => array ( 0 => 'Block_11030310155f5125241afd20_33088895', ), ); public function callBlock(Smarty_Internal_Template $_smarty_tpl) { ?> <?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?> <div class="product-discount"> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['hook'][0], array( array('h'=>'displayProductPriceBlock','product'=>$_smarty_tpl->tpl_vars['product']->value,'type'=>"old_price"),$_smarty_tpl ) );?> <span class="regular-price"><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['regular_price'], ENT_QUOTES, 'UTF-8');?> </span> </div> <?php }?> <?php } } /* {/block 'product_discount'} */ /* {block 'product_unit_price'} */ class Block_925414755f5125241b77a6_63625260 extends Smarty_Internal_Block { public function callBlock(Smarty_Internal_Template $_smarty_tpl) { ?> <?php if ($_smarty_tpl->tpl_vars['displayUnitPrice']->value) {?> <p class="product-unit-price sub"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'(%unit_price%)','d'=>'Shop.Theme.Catalog','sprintf'=>array('%unit_price%'=>$_smarty_tpl->tpl_vars['product']->value['unit_price_full'])),$_smarty_tpl ) );?> </p> <?php }?> <?php } } /* {/block 'product_unit_price'} */ /* {block 'product_price'} */ class Block_10984651315f5125241b22d9_66344561 extends Smarty_Internal_Block { public $subBlocks = array ( 'product_price' => array ( 0 => 'Block_10984651315f5125241b22d9_66344561', ), 'product_unit_price' => array ( 0 => 'Block_925414755f5125241b77a6_63625260', ), ); public function callBlock(Smarty_Internal_Template $_smarty_tpl) { ?> <div class="product-price h5 <?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?>has-discount<?php }?>" itemprop="offers" itemscope itemtype="https://schema.org/Offer" > <link itemprop="availability" href="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['seo_availability'], ENT_QUOTES, 'UTF-8');?> "/> <meta itemprop="priceCurrency" content="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['currency']->value['iso_code'], ENT_QUOTES, 'UTF-8');?> "> <div class="current-price"> <span itemprop="price" content="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['price_amount'], ENT_QUOTES, 'UTF-8');?> "><?php echo htmlspecialchars($_smarty_tpl->tpl_vars['product']->value['price'], ENT_QUOTES, 'UTF-8');?> </span> <span class"horstaxe">HT</span> <?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?> <?php if ($_smarty_tpl->tpl_vars['product']->value['discount_type'] === 'percentage') {?> <span class="discount discount-percentage"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Save %percentage%','d'=>'Shop.Theme.Catalog','sprintf'=>array('%percentage%'=>$_smarty_tpl->tpl_vars['product']->value['discount_percentage_absolute'])),$_smarty_tpl ) );?> </span> <?php } else { ?> <span class="discount discount-amount"> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Save %amount%','d'=>'Shop.Theme.Catalog','sprintf'=>array('%amount%'=>$_smarty_tpl->tpl_vars['product']->value['discount_to_display'])),$_smarty_tpl ) );?> </span> <?php }?> <?php }?> </div> <?php $_smarty_tpl->inheritance->instanceBlock($_smarty_tpl, 'Block_925414755f5125241b77a6_63625260', 'product_unit_price', $this->tplIndex); ?> </div> <?php } } /* {/block 'product_price'} */ /* {block 'product_without_taxes'} */ class Block_18415579985f5125241b99b3_72069688 extends Smarty_Internal_Block { public $subBlocks = array ( 'product_without_taxes' => array ( 0 => 'Block_18415579985f5125241b99b3_72069688', ), ); public function callBlock(Smarty_Internal_Template $_smarty_tpl) { ?> <?php if ($_smarty_tpl->tpl_vars['priceDisplay']->value == 2) {?> <p class="product-without-taxes"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'%price% tax excl.','d'=>'Shop.Theme.Catalog','sprintf'=>array('%price%'=>$_smarty_tpl->tpl_vars['product']->value['price_tax_exc'])),$_smarty_tpl ) );?> </p> <?php }?> <?php } } /* {/block 'product_without_taxes'} */ /* {block 'product_pack_price'} */ class Block_21080770515f5125241bb719_04211795 extends Smarty_Internal_Block { public $subBlocks = array ( 'product_pack_price' => array ( 0 => 'Block_21080770515f5125241bb719_04211795', ), ); public function callBlock(Smarty_Internal_Template $_smarty_tpl) { ?> <?php if ($_smarty_tpl->tpl_vars['displayPackPrice']->value) {?> <p class="product-pack-price"><span><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Instead of %price%','d'=>'Shop.Theme.Catalog','sprintf'=>array('%price%'=>$_smarty_tpl->tpl_vars['noPackPrice']->value)),$_smarty_tpl ) );?> </span></p> <?php }?> <?php } } /* {/block 'product_pack_price'} */ /* {block 'product_ecotax'} */ class Block_7151729225f5125241bcfd9_69893382 extends Smarty_Internal_Block { public $subBlocks = array ( 'product_ecotax' => array ( 0 => 'Block_7151729225f5125241bcfd9_69893382', ), ); public function callBlock(Smarty_Internal_Template $_smarty_tpl) { ?> <?php if ($_smarty_tpl->tpl_vars['product']->value['ecotax']['amount'] > 0) {?> <p class="price-ecotax"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Including %amount% for ecotax','d'=>'Shop.Theme.Catalog','sprintf'=>array('%amount%'=>$_smarty_tpl->tpl_vars['product']->value['ecotax']['value'])),$_smarty_tpl ) );?> <?php if ($_smarty_tpl->tpl_vars['product']->value['has_discount']) {?> <?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'(not impacted by the discount)','d'=>'Shop.Theme.Catalog'),$_smarty_tpl ) );?> <?php }?> </p> <?php }?> <?php } } /* {/block 'product_ecotax'} */ } Edited September 3, 2020 by Camilledissais (see edit history) Link to comment Share on other sites More sharing options...
gmartine Posted December 9, 2020 Share Posted December 9, 2020 J'ai le même problème, quelqu'un a t'il trouver la solution ? 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