Jump to content

Recommended Posts

Bonjour, j'ai besoin de votre aide :wub:

 

Je suis en local en mode debug et j'ai ce message:

 

( ! ) Notice: Undefined variable: largcatSize in C:\wamp\www\prestashop\tools\smarty\sysplugins\smarty_internal_data.php on line 291 Call Stack #TimeMemoryFunctionLocation 10.0211369256{main}( )..\product.php:0

 

c'est dans product-tpl vu le nom de l'image, mais je vois pas ou est l'erreur

voici le bout de code

 

{if $have_image}<a href="{$link->getImageLink($product->link_rewrite, $cover.id_image, '')}" class="cloud-zoom" rel="position: 'inside' , showTitle: false, adjustX:-4, adjustY:-4" style="position: relative; display: block; "><img src="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'largcat')}" {if $jqZoomEnabled}class="jqzoom" alt="{$link->getImageLink($product->link_rewrite, $cover.id_image, 'thickbox')}"{else} title="{$product->name|escape:'htmlall':'UTF-8'}" alt="{$product->name|escape:'htmlall':'UTF-8'}" {/if} id="bigpic" width="{$largcatSize.width}" height="{$largcatSize.height}" /></a>{else}<img src="{$img_prod_dir}{$lang_iso}-default-largcat.jpg" id="bigpic" alt="" title="{$cover.legend|escape:'htmlall':'UTF-8'}" width="{$largcatSize.width}" height="{$largcatSize.height}" />{/if}
        {if isset($images) && count($images) > 0}

 

Merci

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...