Jump to content

Si prix = 0 ne pas l'afficher


yaya

Recommended Posts

Bonjour a vous,

 

je suis sur une version 1.2.5 de prestashop, et je voudrais savoir comment faire afin de ne pas afficher le prix si celui-ci est égale a 0€

 

{if $price=0 ..... apres je ne sais pas ^_^

 

merci pour votre aide

Link to comment
Share on other sites

Bonjour et merci de votre réponse;

 

 

je ne sais pas ou insérer ce code dans product.tpl

Pour info je suis sur prestashop 1.2.5 et non 1.4

 

merci

 

{if $product->price == 0}

{l s='Prix: nous contacter'}

{/if}

 


<div class="no-real-price">
<p class="price">


<span class="our_price_display">

{if !$priceDisplay || $priceDisplay == 2}
<span id="our_price_display">
{convertPrice price=$product->getPrice(true, $smarty.const.NULL, 2)}
</span>
{/if}

{if $priceDisplay == 1}
<span id="our_price_display"> 
{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}
</span>
{/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 />
</p> 
</div>					

Link to comment
Share on other sites

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...