Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-beeclever committed Sep 29, 2024
1 parent 3211492 commit 32bc0f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion blocks/subtotal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@
{% endif %}
</p>
</div>

{% if cart.requires_shipping %}
<div class="flex row space-between">
<p class="small">{{ "cart.shipping" | t }}</p>
<p class="small">
{{ "cart.calculated_at_checkout" | t }}
</p>
</div>
{% endif %}

{% schema %}
{
Expand Down
4 changes: 3 additions & 1 deletion locales/en.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"subtotal": "Subtotal",
"vat": "VAT",
"incl_vat": "included",
"excl_vat": "excluded"
"excl_vat": "excluded",
"shipping": "Shipping",
"calculated_at_checkout": "calculated at checkout"
}
}

0 comments on commit 32bc0f1

Please sign in to comment.