فهرست منبع

check shoppingcard for free products

andre 4 سال پیش
والد
کامیت
1e6fdc2280
2فایلهای تغییر یافته به همراه5 افزوده شده و 6 حذف شده
  1. 1 1
      checkout.tpl
  2. 4 5
      removedoubletrial.tpl

+ 1 - 1
checkout.tpl

@@ -1633,7 +1633,7 @@
 							</div>
 						{/if}
                         {if ((count($clientActiveFree) + count($clientCardFree)) > 1)}
-                            {include file="templates/orderforms/{$carttpl}/removedoubletrial.tpl"}
+                            {include file="templates/orderforms/{$carttpl}/removetrial.tpl"}
                         {else}
                             <button type="submit"
                                     id="btnCompleteOrder"

+ 4 - 5
removedoubletrial.tpl

@@ -1,7 +1,6 @@
 <div class="alert alert-danger" style="width:60%;">
-    {$LANG.removeAdditionalTrial}<br>
-    {$LANG.noAdditionalTrial}
+    No doubletrial
 </div>
-    <a href="{$WEB_ROOT}/cart.php?a=view" class="btn btn-primary">
-        {$LANG.showbasket}
-    </a>
+<a href="{$WEB_ROOT}/cart.php?a=view" class="btn btn-primary">
+    {$LANG.showbasket}
+</a>