From 805a985440029ea4b926c292e28a63147b8af56e Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Mon, 29 Oct 2018 08:45:57 +0100
Subject: [PATCH] fix: checkout url and locale for checkout added

---
 quiqqer/order/src/QUI/ERP/Order/Controls/Basket/Small.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/quiqqer/order/src/QUI/ERP/Order/Controls/Basket/Small.html b/quiqqer/order/src/QUI/ERP/Order/Controls/Basket/Small.html
index affca13..760e0e7 100644
--- a/quiqqer/order/src/QUI/ERP/Order/Controls/Basket/Small.html
+++ b/quiqqer/order/src/QUI/ERP/Order/Controls/Basket/Small.html
@@ -28,7 +28,7 @@
             </div>
 
             <span class="quiqqer-order-basket-small-articles-article-delete fa fa-fw fa-trash"
-            title="{locale group='quiqqer/template-cologne' var='template.basket.removeProductFromBasket'}"></span>
+                  title="{locale group='quiqqer/template-cologne' var='template.basket.removeProductFromBasket'}"></span>
         </div>
 
     </div>
@@ -91,7 +91,7 @@
 </table>
 
 <div class="quiqqer-order-basket-small-buttons">
-    <a href="{url site=$OrderProcess rewritten=true}" class="to-the-checkout btn btn-primary">
-        Zur Kasse
+    <a href="{$checkoutUrl}" class="to-the-checkout btn btn-primary">
+        {locale group="quiqqer/order" var="control.basket.small.buy.button"}
     </a>
 </div>
\ No newline at end of file
-- 
GitLab