Jump to content

Afficher le prix sur le module vente croisée


Recommended Posts

Bonjour,

sur le module de ventes croisées le prix ne s'affiche pas d'origine. Je cherche à l'insérer dans la boucle mais sans succès.

Est ce que quelqu'un peut me donner un petit coup de pouce ?

voici ce que j'ai fait :

{foreach from=$orderProducts item='orderProduct' name=orderProduct}        


{$orderProduct.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}

{$orderProduct.price|escape:'htmlall':'UTF-8'} // affichage du prix qui ne fonctionne pas.           

       {/foreach}



merci

Link to comment
Share on other sites

Merci pour ta réponse,

en effet ce code fonctionne mais sur les autres .tpl, je l'utilise pour afficher le prix des produits du block "productscategory.tpl". Mais pour les ventes croisées....ça donne rien - c'est pas vraiment exact, ça affiche 0,00 € !


voilà ce que j'ai fait :

{foreach from=$orderProducts item='orderProduct' name=orderProduct}               

      

{$orderProduct.name|truncate:15:'...'|escape:'htmlall':'UTF-8'}

          {if ($orderProduct.reduction_percent > 0) or ($orderProduct.reduction_price > 0)}
{displayWtPrice p=$orderProduct.price_without_reduction}
          {/if} 
{if !$priceDisplay}{convertPrice price=$orderProduct.price}{else}{convertPrice price=$orderProduct.price_tax_exc}{/if}

       {/foreach}

Link to comment
Share on other sites

  • 2 weeks later...
  • 5 months 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...