jcmasse Posted February 7, 2013 Share Posted February 7, 2013 (edited) Bonjour à tous, J'ai installé la version 1.5.3.1 Je souhaite faire afficher dans la liste des produits ainsi que dans la fiche produit juste après le prix le terme "TTC" J'ai trouvé ce post sur le sujet http://www.prestasho...a-cote-du-prix/ mais malheureusement il ne traite que la fiche produit, personnellement il provoque une page totalement blanche, la fiche produit ne s'affiche plus ! Merci par avance pour votre aide Jean-Christophe Edited February 7, 2013 by jcmasse (see edit history) Link to comment Share on other sites More sharing options...
Bondaty and Co Posted February 7, 2013 Share Posted February 7, 2013 pour le product list, ligne 53 on ajoute TTC avant la fin du span: {if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if} TTC</span><br />{/if} pour le product, ligne 384 enlever <!-- et --> Link to comment Share on other sites More sharing options...
Olabong Posted February 10, 2013 Share Posted February 10, 2013 Bonjour Muche, tu dis pour le product.tpl, enlever <!-- et --> mais je ne vois que {/if}--> Peux-tu m'aider à y voir plus clair. Ma version : 1.5.3.1 MErci Link to comment Share on other sites More sharing options...
Bondaty and Co Posted February 11, 2013 Share Posted February 11, 2013 Voici ce qui devrait être entre la ligne 380 et 387: <p class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display">{convertPrice price=$productPrice}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} {/if} </p> le code est décommenté Link to comment Share on other sites More sharing options...
Olabong Posted February 11, 2013 Share Posted February 11, 2013 Bonjour Muche, merci cela fonctionne parfaitement. Serais-tu où on peut changer la couleur sur "1.63 €TTC" pour l'instant elle est rouge je la voudrais verte. Où puis-je trouver le fichier ? MERci encore Muche. Olabong Link to comment Share on other sites More sharing options...
Bondaty and Co Posted February 11, 2013 Share Posted February 11, 2013 product-list.css ligne 113 product.css ligne 213. On est sur une recherche et modification basique. Vous auriez tout de suite trouvé le fichier et la ligne à modifier avec Firebug Link to comment Share on other sites More sharing options...
Olabong Posted February 11, 2013 Share Posted February 11, 2013 J'ai firebug ! Je vais dorénavant m'en servir. Je n'ai pas eu le réflexe. Merci encore Muche. Cordialement. Olabong Link to comment Share on other sites More sharing options...
jcmasse Posted February 19, 2013 Author Share Posted February 19, 2013 Désolé pour cette réponse tardive, mais c'est parfait tout est OK merci pour ton aide 1 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