From: soufiane Date: Tue, 5 Sep 2023 16:13:16 +0000 (+0200) Subject: wait #6244 @0:01 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=296585614a1eae95af235edc32c69494d662515f;p=pmi.git wait #6244 @0:01 --- diff --git a/resources/views/components/item-cart-order.blade.php b/resources/views/components/item-cart-order.blade.php index 3d9691e..f59ab00 100644 --- a/resources/views/components/item-cart-order.blade.php +++ b/resources/views/components/item-cart-order.blade.php @@ -99,7 +99,7 @@ @if($item['total'])
-

{{ __('Frais de port') }} : {{ $prices < 1000 ? 20 : 0 }}€

+

{{ __('Frais de port HT') }} : {{ $prices < 1000 ? 20 : 0 }}€

{{ __('Total HT') }} : {{ $prices += ($prices < 1000 ? 20 : 0) }}€

{{ __('Montant TVA') }} : {{ $prices * 0.2 }}€

{{ __('Total TTC') }} : {{ $item['total'] }}€

diff --git a/resources/views/components/item-cart.blade.php b/resources/views/components/item-cart.blade.php index 2ba11d4..8c63961 100644 --- a/resources/views/components/item-cart.blade.php +++ b/resources/views/components/item-cart.blade.php @@ -84,7 +84,7 @@
@if($item['total'])
-

{{ __('Frais de port') }} : {{ $prices < 1000 ? 20 : 0 }}€

+

{{ __('Frais de port HT') }} : {{ $prices < 1000 ? 20 : 0 }}€

{{ __('Total HT') }} : {{ $prices += ($prices < 1000 ? 20 : 0) }}€

{{ __('Montant TVA') }} : {{ $prices * 0.2 }}€

{{ __('Total TTC') }} : {{ $item['total'] }}€