Эх сурвалжийг харах

try to disable billing cycle dropdown

andre 7 сар өмнө
parent
commit
3ab0e142b5
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      products.tpl

+ 3 - 1
products.tpl

@@ -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>&nbsp;
 									<span class="cost" style="color:#2368AD;">{$product.pricing.minprice.price->toNumeric()}</span>&nbsp;
@@ -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>