Jump to content

[SOLVED] Display correct price


Recommended Posts

Hi, I have problem displaying correct prices for my products in product-list.tpl. The price is right in product.tpl when using this code:

{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}



but in product-list.tpl I use this code:

{displayWtPrice p=$product.price}



which gives me price before reduction.

I use combinations and reduction based on percents, so I have a regular price of product set to 0, then the impact of the combination set to let's say $100 (the actual price of product), and than set the reduction price ie to 20%, that means the final price is $80.

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