Skip to content

Commit

Permalink
Update install-vertex.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadoc authored Oct 19, 2023
1 parent b6bcefe commit a128b22
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ in `\Pyz\Zed\Calculation\CalculationDependencyProvider::getOrderCalculatorPlugin
- TaxAmountAfterCancellationCalculatorPlugin
- OrderTaxTotalCalculationPlugin

Disabling them will also disable Spryker Taxes feature. This means that in case when Vertex is unresponsive or disabled order taxes will not be calculated and their amount will be always 0.
Disabling them will also disable Spryker Taxes feature. This means that in case Vertex is unresponsive or disabled, order taxes will not be calculated, and their amount will always be 0.

{% endinfo_block %}

Expand Down Expand Up @@ -185,11 +185,10 @@ class ShopApplicationDependencyProvider extends SprykerShopApplicationDependency

```

If you have custom Yves templates or make your own frontend, add the ```CartSummaryHideTaxAmountWidget``` to your template.
If you have custom Yves templates or make your own Frontend, add ```CartSummaryHideTaxAmountWidget``` to your template. The core template is located at `SprykerShop/Yves/CartPage/Theme/default/components/molecules/cart-summary/cart-summary.twig`.

Core template: SprykerShop/Yves/CartPage/Theme/default/components/molecules/cart-summary/cart-summary.twig
Here is an example with ```CartSummaryHideTaxAmountWidget```:

Example:
```html
<li class="list__item spacing-y">
{{ 'cart.total.tax_total' | trans }}
Expand Down

0 comments on commit a128b22

Please sign in to comment.