Jump to content

Enlever mention ttc


arsepis

Recommended Posts

SAlut tout le monde un nouveau post afin d'obtenir un peu d'aide :)

comment faire pour enlever la mention ttc dans la fiche produit (je trouve ça moche) jsuis tomber sur un vieux post de 2010 qui indique la procédure mais ça ne fonctionne pas

 

 {if !$priceDisplay || $priceDisplay == 2}
			    {convertPrice price=$product->getPrice(true, $smarty.const.NULL, 2)}
				    {l s='tax incl.'}
		    {/if}
		    {if $priceDisplay == 1}
			    {convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}
				    {l s='tax excl.'}
		    {/if}

		    {if $priceDisplay == 2}

 

en enlevant le {l s='tax incl.'} dans le product.tpl ça ne bouge pas

 

donc si vous avez la marche a suivre je suis preneur :)

Link to comment
Share on other sites

  • 3 years 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...