|
|
@@ -192,6 +192,8 @@
|
|
|
{$LANG.from}
|
|
|
{/if}
|
|
|
*}
|
|
|
+ <span>{$product.pricing.montly} </span>{$LANG.pricingCycleShort.monthly}
|
|
|
+{*
|
|
|
{assign var="ccurrency" value=$product.pricing.minprice.price->getCurrency()}
|
|
|
<span class="prefix" style="color:#2368AD;">{$ccurrency["prefix"]}</span>
|
|
|
<span class="cost" style="color:#2368AD;">{$product.pricing.minprice.price->toNumeric()}</span>
|
|
|
@@ -210,7 +212,7 @@
|
|
|
{elseif $product.pricing.minprice.cycle eq "triennially"}
|
|
|
/{$LANG.pricingCycleShort.triennially}
|
|
|
{/if}
|
|
|
- </span>
|
|
|
+ </span>*}
|
|
|
{/if}
|
|
|
{if $product.pricing.minprice.setupFee}
|
|
|
<div class="small text-muted">({$product.pricing.minprice.setupFee->toPrefixed()} {$LANG.ordersetupfee})</div>
|