Price without taxes being considered in the minicart
Store Framework
•
ID: 1234933
Backlog
Published on10/16/2025
 • 
Last updated on10/16/2025
1 min read
Summary
It is currently not possible to display product price with taxes within the minicart list context.
Simulation
- Add a product that has associated taxes to the cart.
- Open the minicart and observe the product details.
- Note that the additional taxes are not displayed, even though they may be present and calculated in the checkout.
Workaround
It is only possible to add the tax amount in the totalizers field.
This is configured adding the option "Tax" to the prop totalizersToShow from the checkout-summary.compact block:
"checkout-summary.compact#minicart": { "children": ["summary-totalizers#minicart"], "props": { "totalizersToShow": ["Items", "Discounts", "Tax"] } }