|
|
@@ -1,7 +1,12 @@
|
|
|
-{foreach from=$products item=cycle}
|
|
|
- {$cycle.billingcycle}<hr>
|
|
|
+{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 $smarty.post.onepageorder == "1" && $smarty.post.checkcredit == "0"}
|
|
|
+{if isset($doubleTrials)}
|
|
|
+ {include file="./removedoubletrial.tpl"}
|
|
|
+{elseif $smarty.post.onepageorder == "1" && $smarty.post.checkcredit == "0"}
|
|
|
|
|
|
<script>
|
|
|
// Define state tab index value
|