Jump to content

créer une condition d'affichage dans prodcut tpl


Recommended Posts

Bonjour,

Version 1.4.2

Je fais une modif sur product.tpl ayant pour condition de modifier affichage si le prix à l'unité est renseigné.

- 1 er modif : faire disparaitre le prix si unité renseignée
- 2 eme modif : Faire apparaitre un formulaire de contact si unité renseignée


Voici mon code pour le 1er point.

PS: La page reste blanche aprés modif.


{if $priceDisplay >= 0 && $priceDisplay <= 2}
{if !empty($product->unity) && $product->unit_price_ratio > 0.000000}

                       {elseif}
{convertPrice price=$productPrice}
                               {if $tax_enabled  && $display_tax_label == 1}
                                   {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}
                               {/if}
{/if}
{/if}



j'essaye de comprendre la boucle mais ...

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