Jump to content

product-list not showing reduction incl. taxes


Recommended Posts

Hallo Community, 

 

In order to display our prices with and without taxes and using reduction amounts, we had to enter our reduction amounts without VAT.

 

Unfortunately, on the product-list page, when prices are shown inclusive VAT,  the reduction remains without VAT, so that the end price is wrong.

 

The prices are handled properly on the product page and in the cart.

 

I don't really understand why it is so, has someone an idea on how i could solve that problem?

 

Many thanks in advance!

 

Prestashop 1.6.0.14

 

Link to comment
Share on other sites

Well... the prices are wrong also on home-featured.

 

I can't get a hand on the file computing the price for those two pages. What I also do not understand, is why it works properly on the product page and the cart! It seems that the prices are handled in different places...

 

thanks for any tips!!

Link to comment
Share on other sites

Got a dirty solution, in product-list.tpl I did a little math:

 

{convertPrice price=($product.price_without_reduction-($product.price_without_reduction-$product.price)*1.19)}

 

The VAT is hard-coded, and there are some rounding errors, a real durable solution would be better. 

 

I don't get why those template files don't have the same sources for the prices...

 

I hope someone can somewhen explain it to me and even better offer a nicer solutio to my problem!

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