|
|
@@ -1632,10 +1632,11 @@
|
|
|
{include file="$template/includes/captcha.tpl"}
|
|
|
</div>
|
|
|
{/if}
|
|
|
- {debug}
|
|
|
{if ((count($clientActiveFree) + count($clientCardFree)) > 2)}
|
|
|
{include file="templates/orderforms/{$carttpl}/removetrial.tpl"}
|
|
|
- {else}
|
|
|
+ {else if (count($clientCradDoubleFree) > 0)}
|
|
|
+ {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}"
|