@@ -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"
@@ -1,7 +1,6 @@
<div class="alert alert-danger" style="width:60%;">
- {$LANG.removeAdditionalTrial}<br>
- {$LANG.noAdditionalTrial}
+ No doubletrial
- <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>