Jump to content

Affichage HT/TTC Bloc Promotion


Recommended Posts

Bonjour,

 

je modifie le bloc promotion de prestashop actuellement pour afficher le prix HT et TTC final.

 

Voici les lignes modifiées:

{if !$PS_CATALOG_MODE}
  <span class="price-discount">
    {if $priceDisplay == 0}
       {displayWtPrice p=$priceWithoutReduction_tax_excl} HT</span>
       <br>
       <span class="price-discount">
         {displayWtPrice p=$special.price_without_reduction} TTC
    {else}
       {displayWtPrice p=$priceWithoutReduction_tax_excl} HT
     {/if}
   </span>

  <span class="price">
    {if $priceDisplay == 0}
      {displayWtPrice p=$special.price_tax_exc} HT</span>
      <br>
      <span class="price">{displayWtPrice p=$special.price} TTC
    {else}
      {displayWtPrice p=$special.price_tax_exc} HT
    {/if}
  </span>
{/if}

Quand j'upload la modification je n'ai aucun changement sur ma page, pourtant le cache est désactivé et la compilation également.

 

Si quelqu'un voie l'erreur merci de m'en faire part ! :)

Edited by solister (see edit history)
Link to comment
Share on other sites

Merci pour ta réponse, non je ne suis pas en mode catalogue donc sa rentre bien dans la condition.

 

Ce que je ne comprend pas c'est qu'aucun changement n'apparait sur mon serveur, aucune erreur, rien.

 

J'ai bien vérifié que j'envoyer le bon fichier tpl du blockspecials, et j'ai bien vérifié que la mise en cache était désactivé et j'ai activé la recompilation a chaque appel de page.

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