{"section":"known-issues","requestedLocale":"en","requestedSlug":"price-without-taxes-being-considered-in-the-minicart","locale":"en","slug":"price-without-taxes-being-considered-in-the-minicart","path":"docs/en/known-issues/Store Framework/price-without-taxes-being-considered-in-the-minicart.md","branch":"main","content":"## Summary\n\n\nIt is currently not possible to display product price with taxes within the minicart list context.\n\n\n#### Simulation\n\n\n\n1. Add a product that has associated taxes to the cart.\n2. Open the minicart and observe the product details.\n3. Note that the additional taxes are not displayed, even though they may be present and calculated in the checkout.\n\n\n#### Workaround\n\n\nIt is only possible to add the tax amount in the totalizers field.\n\nThis is configured adding the option \"Tax\" to the prop `totalizersToShow` from the `checkout-summary.compact` block:\n\n\n      \"checkout-summary.compact#minicart\": \\{ \"children\": [\"summary-totalizers#minicart\"], \"props\": \\{ \"totalizersToShow\": [\"Items\", \"Discounts\", \"Tax\"] \\} \\}"}