vasikgreif Posted March 16, 2011 Share Posted March 16, 2011 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 More sharing options...
vasikgreif Posted March 16, 2011 Author Share Posted March 16, 2011 I found where the problem was - I didn't have the valid from and valid to fields filled in, that's why the reduction wasn't counted with... Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now