crackpsx Posted May 25, 2012 Share Posted May 25, 2012 bonjour, j'ai récupéré le theme vp_beststore mais j'aimerai si possible inversé le TTC le mettre après le € parce que la ca fait pas terrible Merci a vous Link to comment Share on other sites More sharing options...
Atch Posted May 26, 2012 Share Posted May 26, 2012 Bonjour, La modif ce fait dans les différents TPL où apparaissent les prix : dans ce cas : product.tpl mais aussi product-list.tpl, et les différents modules ( produits phares, promotions etc...) N'oubliez pas de vider le cache compile après vos modifications. V++ Atch Link to comment Share on other sites More sharing options...
crackpsx Posted May 26, 2012 Author Share Posted May 26, 2012 ok merci je vais regardé ça Link to comment Share on other sites More sharing options...
crackpsx Posted May 27, 2012 Author Share Posted May 27, 2012 (edited) bon j'ai pas réussi enfin du moins , j'arrive a enlevé le ttc mais pas a le déplace je suppose car c'est dans cet parti du code <span 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} </span> {if $priceDisplay == 2} <br /> <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}</span> {l s='tax excl.'}</span> {/if} <br /> Edited May 27, 2012 by crackpsx (see edit history) 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