Skip to content

Commit

Permalink
fix: remove taxes message
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmaaShAli committed Nov 17, 2024
1 parent 89b5930 commit 3d0809a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/views/pages/cart.twig
Original file line number Diff line number Diff line change
Expand Up @@ -248,14 +248,6 @@
<b data-cart-total>{{ cart.cart_total|money }}</b>
</div>

{% if store.settings.tax.taxable_prices_enabled %}
<div class="flex justify-between text-sm mb-5">
<small class="text-gray-500">
* {{ trans('pages.cart.prices_taxed') }}
</small>
</div>
{% endif %}

<div class="cart-submit-wrap">
{% hook 'cart:submit.start' %}
<salla-button id="cart-submit" loader-position="center" width="wide">
Expand Down

0 comments on commit 3d0809a

Please sign in to comment.