{"section":"tutorials","requestedLocale":"en","requestedSlug":"send-item-price-with-tax-shown-separately","locale":"en","slug":"send-item-price-with-tax-shown-separately","path":"docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately.md","branch":"main","content":"It is frequently necessary to send the item price to the Gateway or to your ERP with the tax shown, i.e. separately from the price.\n\nFor this you can use the tax configuration in [__Pricing__](/en/docs/tutorials/creating-surchargestaxes).\n\nIn this article we will show how the system works in these cases.\n\n**Scenario 1**: My ERP sends the price including VAT to VTEX, so I do not need to calculate it.\n\n1. Category page![CATEGORIASINIVA](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately_1.png)\n2. Product page![PRODUCTOSINIVA](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately_2.png)\n3. Shopping cart![CARRITOSINIVA](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately_3.png)\n4. Checkout![CHECKOUTSINIVA](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately_4.png)\n\n**Scenario 2**: My ERP sends the price *without* VAT to VTEX.\n\nTo show the price including charges in the store window, use the attribute `$product.BestPricePlusTax`.\n\nThen to create a JS and add the amount of tax in the store window, you can also use the control `$product.Tax` (It shows the charges registered for the product).\n\n[See documentation on controls here](https://developers.vtex.com/docs/guides/shelf-template-controls)\n\n__Attention__: On the product page you have to enter a JavaScript to add the values.\n\n1. Category page![CATEGORIASINIVA](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately_5.png)\n2. Product page![PRODUCTOCONIVA](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately_6.png)\n3. Shopping cart![CARRITOCONIVA](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately_7.png)\n4. Checkout![CHECKOUTCONIVA](https://cdn.statically.io/gh/vtexdocs/help-center-content/refs/heads/main/docs/en/tutorials/promotions-and-taxes/taxes/send-item-price-with-tax-shown-separately_8.png)"}