Jump to content

Display price on whish-list


Recommended Posts

Hello sirs

I have configured the whish-list to display the price by adding the folowing line of code:


{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}



But the prices in the whish-list shows 0 on all products.
Then i have tried to add that code instead, and i got same problem.

{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}

i Use ps 1.3.7
I hope someone can help
Link to comment
Share on other sites

Hello sirs<br/><br/>I have configured the whish-list to display the price by adding the folowing line of code:<br/><br/><br/><p class="price_container"><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span></p><br/><br/>But the prices in the whish-list shows 0 on all products.<br/>Then i have tried to add that code instead, and i got same problem.<br/><br/><span class="price">{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}</span> <br/><br/>i Use ps 1.3.7<br/>I hope someone can help

thanks

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