I applied this patch: https://www.drupal.org/node/2543676
It works very well because I can show the right price with taxes basing on a rule condition and even in the product display.

I have two taxes: 22% and 4% and I'd like to show both computed prices.

Example:
a product that costs 100€ without tax should show
122€ with 22% VAT
104€ with 4% VAT

This could be helpful for anonymous users.

Comments

smurfxx created an issue. See original summary.

TR’s picture

Category: Feature request » Support request
Status: Active » Fixed

Ubercart can show prices inclusive of all taxes or exclusive of all taxes. Additionally, on the checkout and checkout review, Ubercart can show the breakdown of taxes if you have multiple taxes applied. But to display a breakdown of multiple taxes on the product page, you will have to use Drupal theming techniques like overriding the price theme function, or you will have to use Drupal structural techniques like adding tax fields to the product content type so that you can control the display better.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.