Skip to content

Commit

Permalink
Merge pull request #2257 from spryker/tag-fix
Browse files Browse the repository at this point in the history
fixing a code sample
  • Loading branch information
lenadoc authored Oct 19, 2023
2 parents 78794b6 + c75370f commit 171e970
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,15 @@ If you have custom Yves templates or make your own Frontend, add ```CartSummaryH
Here is an example with ```CartSummaryHideTaxAmountWidget```:

```html
{% raw %}
<li class="list__item spacing-y">
{{ 'cart.total.tax_total' | trans }}
{% widget 'CartSummaryHideTaxAmountWidget' args [data.cart] only %}
{% nowidget %}
<span class="float-right">{{ data.cart.totals.taxTotal.amount | money(true, data.cart.currency.code) }}</span>
{% endwidget %}
</li>
{% endraw %}
```


Expand Down

0 comments on commit 171e970

Please sign in to comment.