|
@@ -127,36 +127,11 @@
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
|
<label for="inputBillingcycle">{$LANG.cartchoosecycle}</label><br />
|
|
<label for="inputBillingcycle">{$LANG.cartchoosecycle}</label><br />
|
|
|
<select name="billingcycle" id="inputBillingcycle" class="form-control" onchange="{if $configurableoptions}updateConfigurableOptions({$i}, this.value);{else}recalctotals();{/if}">
|
|
<select name="billingcycle" id="inputBillingcycle" class="form-control" onchange="{if $configurableoptions}updateConfigurableOptions({$i}, this.value);{else}recalctotals();{/if}">
|
|
|
- {if $pricing.monthly}
|
|
|
|
|
- <option value="monthly"{if $billingcycle eq "monthly"} selected{/if}>
|
|
|
|
|
- {$pricing.monthly}
|
|
|
|
|
- </option>
|
|
|
|
|
- {/if}
|
|
|
|
|
- {if $pricing.quarterly}
|
|
|
|
|
- <option value="quarterly"{if $billingcycle eq "quarterly"} selected{/if}>
|
|
|
|
|
- {$pricing.quarterly}
|
|
|
|
|
- </option>
|
|
|
|
|
- {/if}
|
|
|
|
|
- {if $pricing.semiannually}
|
|
|
|
|
- <option value="semiannually"{if $billingcycle eq "semiannually"} selected{/if}>
|
|
|
|
|
- {$pricing.semiannually}
|
|
|
|
|
- </option>
|
|
|
|
|
- {/if}
|
|
|
|
|
{if $pricing.annually}
|
|
{if $pricing.annually}
|
|
|
<option value="annually"{if $billingcycle eq "annually"} selected{/if}>
|
|
<option value="annually"{if $billingcycle eq "annually"} selected{/if}>
|
|
|
{$pricing.annually}
|
|
{$pricing.annually}
|
|
|
</option>
|
|
</option>
|
|
|
{/if}
|
|
{/if}
|
|
|
- {if $pricing.biennially}
|
|
|
|
|
- <option value="biennially"{if $billingcycle eq "biennially"} selected{/if}>
|
|
|
|
|
- {$pricing.biennially}
|
|
|
|
|
- </option>
|
|
|
|
|
- {/if}
|
|
|
|
|
- {if $pricing.triennially}
|
|
|
|
|
- <option value="triennially"{if $billingcycle eq "triennially"} selected{/if}>
|
|
|
|
|
- {$pricing.triennially}
|
|
|
|
|
- </option>
|
|
|
|
|
- {/if}
|
|
|
|
|
</select>
|
|
</select>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|