germain Posted July 18, 2011 Share Posted July 18, 2011 Je sais que ce sujet a déjà été traité mais je n'arrive pas à ajouter la date de début ni la date de fin dans la fiche description du produit.En bas du prix, j'aimerais rajouter ces dates.J'ai donc ajouté ce code pris dans un autre forum dans product.tpl (en haut de {if $product->ecotax != 0}) {if ($product->reduction_percent != 0 && ($product->reduction_from != $product->reduction_to && ($smarty.now|date_format:'%Y-%m-%d' <= $product->reduction_to && $smarty.now|date_format:'%Y-%m-%d' >= $product->reduction_from)))} {l s='En promo du :'} {$product->reduction_from|date_format:'%d-%m-%Y'} {l s='Au :'} {$product->reduction_to|date_format:'%d-%m-%Y'} {l s='inclus'} {/if} rien ne s'affiche (même en forçant la recompilation des templates)si j'enlève le "if", alors je peux voir En promo du : et Au: mais sans affichage de date (seulement du blanc).je suis pas très fort en débuggage php, alors, je demande votre aide.Merci. (j'utilise pretashop 1.4.3) 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