Straigh&Alert Posted November 6, 2010 Share Posted November 6, 2010 bonjour.J'ai appliqué une condition sur mes pages produits pour cacher le bouton "ajouter au panier" si le prix (en BO) est à 0.Cela marche parfaitement en local mais quand je suis en ligne, mes listes de produits ne s'affichent pas et j'ai l'erreur : Fatal error: Smarty error: [in /home/www/themes/montheme/./product-list.tpl line 25]: syntax error: unrecognized tag: if�$product.price�!=�0 (Smarty_Compiler.class.php, line 446) in /home/www/tools/smarty/Smarty.class.php on line 1095 visible ici :http://p663.phpnet.org/category.php?id_category=5la modif que j'ai réalisé m'a été expliqué ici :http://www.prestashop.com/forums/viewthread/62617/j'ai demandé à la personne qui m'a réalisé indiqué comment réaliser la modif si elle savait d'ou ça venait mais elle n'a pas trouvéquelqu'un saurait m'en dire plus ?merci d'avance Link to comment Share on other sites More sharing options...
Vincent Decaux Posted November 6, 2010 Share Posted November 6, 2010 Quelle est la ligne exactement ? Tu as bien : {if $product.price != 0} ? Avec les accolades tout ça ? Link to comment Share on other sites More sharing options...
Straigh&Alert Posted November 7, 2010 Author Share Posted November 7, 2010 Désolé vincent je n'avais pas vu t'as réponse.j'ai bien les accolades oui, et ça marche parfaitement en local :/je ne comprend pas du coup d'ou vient l'erreurc'est la ligne 24 : {if $product.price != 0} {if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} {if ($product.allow_oosp OR $product.quantity > 0)}{l s='Available'}{else}{l s='Out of stock'}{/if} {if ($product.allow_oosp OR $product.quantity > 0) && $product.customizable != 2}{l s='Add to cart'} {else}{l s='Add to cart'} {/if} Link to comment Share on other sites More sharing options...
Straigh&Alert Posted November 9, 2010 Author Share Posted November 9, 2010 bon il semblerait que l'erreur sur la condition venait du "=! ZERO"j'ai changé le 0 par 999 et ça à l'air de marcher. 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