|
@@ -1634,30 +1634,23 @@
|
|
|
{/if}
|
|
{/if}
|
|
|
{if ((count($clientActiveFree) + count($clientCardFree)) > 1)}
|
|
{if ((count($clientActiveFree) + count($clientCardFree)) > 1)}
|
|
|
{include file="templates/orderforms/{$carttpl}/removedoubletrial.tpl"}
|
|
{include file="templates/orderforms/{$carttpl}/removedoubletrial.tpl"}
|
|
|
|
|
+ {else}
|
|
|
|
|
+ <button type="submit"
|
|
|
|
|
+ id="btnCompleteOrder"
|
|
|
|
|
+ class="margin-bottom btn btn-primary btn-lg disable-on-click spinner-on-click{if $captcha}{$captcha->getButtonClass($captchaForm)}{/if}"
|
|
|
|
|
+ {if $cartitems==0}disabled="disabled"{/if}
|
|
|
|
|
+ >
|
|
|
|
|
+ {if $rawtotal==0}Kostenlos bestellen
|
|
|
|
|
+ {else}
|
|
|
|
|
+ {if $inExpressCheckout}{$LANG.confirmAndPay}{else}{$LANG.completeorder}{/if}
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ <i class="fas fa-arrow-circle-right"></i>
|
|
|
|
|
+ </button>
|
|
|
{/if}
|
|
{/if}
|
|
|
- <button type="submit"
|
|
|
|
|
- id="btnCompleteOrder"
|
|
|
|
|
- class="margin-bottom btn btn-primary btn-lg disable-on-click spinner-on-click{if $captcha}{$captcha->getButtonClass($captchaForm)}{/if}"
|
|
|
|
|
- {if ((count($clientActiveFree) + count($clientCardFree)) > 1)}disabled="disabled"{/if}
|
|
|
|
|
- {if $cartitems==0}disabled="disabled"{/if}
|
|
|
|
|
- >
|
|
|
|
|
- {if $rawtotal==0}Kostenlos bestellen
|
|
|
|
|
- {else}
|
|
|
|
|
- {if $inExpressCheckout}{$LANG.confirmAndPay}{else}{$LANG.completeorder}{/if}
|
|
|
|
|
- {/if}
|
|
|
|
|
- <i class="fas fa-arrow-circle-right"></i>
|
|
|
|
|
- </button>
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </form>
|
|
|
</div>
|
|
</div>
|
|
|
- </form>
|
|
|
|
|
-
|
|
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
-</div>
|
|
|
|
|
-</div>
|
|
|
|
|
-
|
|
|
|
|
<script type="text/javascript" src="{$orderform.assetPath.js}/jquery.payment.js"></script>
|
|
<script type="text/javascript" src="{$orderform.assetPath.js}/jquery.payment.js"></script>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
{/if}
|
|
{/if}
|
|
|
-
|
|
|
|
|
-
|
|
|