Jump to content

$weight_price dans product-list et homefeatured


Recommended Posts

Bonjour

Je n'arrive pas à intégrer ce code pour faire apparaitre les prix unitaires dans product-list et homefeatured (SVN)
Auriez vous une idée ???
C'est peut etre une histoire de foreach non ?

Merci

{if $weight_price != NULL && $weight_price > 0.000000}

{l s='Maxi'} {convertPrice price=$weight_price} {l s='tax excl.'}{l s='/'}{$weight_unit}
           {/if}
           {if $volume_price != NULL && $volume_price > 0.000000}

{l s='Maxi'} {convertPrice price=$volume_price} {l s='tax excl.'}{l s='/'}{$volume_unit}
           {/if}
           {if $unity_price != NULL && $unity_price > 0.000000}

{l s='Maxi'} {convertPrice price=$unity_price} {l s='tax excl.'}{l s='the unity'}
           {/if}

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