Jump to content

[Résolu] Problème affichage fiche produit


Recommended Posts

Bonjour,

 

J'ai un gros problème d'affichage sur mes fiches produits sa me met sa :

 

Fatal error: Smarty error: [in /public_html/themes/thgr00001/product.tpl line 495]: syntax error: unrecognized tag: $link->getProductDeletePictureLink($product,{$field.id_customization_field (Smarty_Compiler.class.php, line 446) in /public_html/tools/smarty_v2/Smarty.class.php on line 1095

 

 

J'ai beau mettre les fichiers d'origine toujours la même erreur :/

 

Si quelqu'un sais comment régler ce problème

 

Merci

Link to comment
Share on other sites

Il y a une accolade en trop le bon code c'est :

<a href="{$link->getProductDeletePictureLink($product, $field.id_customization_field)}

tu as:

<a href="{$link->getProductDeletePictureLink($product,{$field.id_customizati...

 

Il faut aussi vider le cache smarty ou forcer la compil, sinon le mauvais fichier reste en mémoire et l'erreur persiste

Link to comment
Share on other sites

  • 2 months later...

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...