]> _ Git - pmi.git/commitdiff
wait #6245 @0:01
authorsoufiane <soufiane@cubedesigners.com>
Wed, 6 Sep 2023 13:21:45 +0000 (15:21 +0200)
committersoufiane <soufiane@cubedesigners.com>
Wed, 6 Sep 2023 13:21:45 +0000 (15:21 +0200)
app/Http/Controllers/AjaxController.php

index b518d62ea9c874345d9a89eef02cbf372fd94cd7..1a52ec880343a8a8d2c1e60d96945e2bc30ea6cc 100644 (file)
@@ -369,9 +369,9 @@ class AjaxController extends CubistFrontController
             $totalTTC = ECommerceCommon::totalTTC($totalHT);
 
             $productsMessage[$indexMessage] .= "Frais de ports : ".($totalHT < 1000 ? '20,00' : 0)."€\n";
-            $productsMessage[$indexMessage] .= "Total HT :". ECommerceCommon::formatPrice($totalHT) ."€\n";
-            $productsMessage[$indexMessage] .= "Montant TVA :". ECommerceCommon::formatPrice($tva) ."€\n";
-            $productsMessage[$indexMessage] .= "Total TTC :". ECommerceCommon::formatPrice($totalTTC) ."€\n";
+            $productsMessage[$indexMessage] .= "Total HT : ". ECommerceCommon::formatPrice($totalHT) ."€\n";
+            $productsMessage[$indexMessage] .= "Montant TVA : ". ECommerceCommon::formatPrice($tva) ."€\n";
+            $productsMessage[$indexMessage] .= "Total TTC : ". ECommerceCommon::formatPrice($totalTTC) ."€\n";
             $productsMessage[$indexMessage] .= "\n----\n\n";
 
             $productsMessage[$indexMessage] .= "Adresse de facturation : \n";