|
@@ -1,12 +1,4 @@
|
|
|
-{foreach from=$products item=product}
|
|
|
|
|
- {$product.billingcycle}<hr>
|
|
|
|
|
- {if ($product.billingcycle eq 'free') && in_array($product.pid, $clientPids)}
|
|
|
|
|
- {assign var=doubleTrials value=$doubleTrials+' '+$product.productinfo.name}
|
|
|
|
|
- {/if}
|
|
|
|
|
-{/foreach}
|
|
|
|
|
-{if isset($doubleTrials)}
|
|
|
|
|
- {include file="./removedoubletrial.tpl"}
|
|
|
|
|
-{elseif $smarty.post.onepageorder == "1" && $smarty.post.checkcredit == "0"}
|
|
|
|
|
|
|
+{if $smarty.post.onepageorder == "1" && $smarty.post.checkcredit == "0"}
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
// Define state tab index value
|
|
// Define state tab index value
|