Merhaba,
Whmcs konusunda uzman arkadaşlardan bir konu hakkında yardım istiyorum.
Yeni bir projemiz için tema yapılandırıyoruz.
Tpl üzerinde fiyat kodlamamız var fakat bir türlü admin panelden açılan paketle birlikte eşleştiremedim.
TPL Örnek Kodumuz:
<div class="plan-rate">
{$productsList[1]['pricing'].{$curr.code}.prefix}
{if $productsList[1]['pricing'].{$curr.code}.monthly neq '-1.00'}
{$productsList[1]['pricing'].{$curr.code}.monthly}
{$productsList[1]['pricing'].{$curr.code}.suffix}<span>/{$LANG.orderpaymenttermmonthly}</span> {elseif $productsList[1]['pricing'].{$curr.code}.quarterly neq '-1.00'}
{$productsList[1]['pricing'].{$curr.code}.quarterly}
{$productsList[1]['pricing'].{$curr.code}.suffix}<span>/{$LANG.orderpaymenttermquarterly}</span> {elseif $productsList[0]['pricing'].{$curr.code}.semiannually neq '-1.00'}
{$productsList[1]['pricing'].{$curr.code}.semiannually}
{$productsList[1]['pricing'].{$curr.code}.suffix}<span>/{$LANG.orderpaymenttermsemiannually}</span> {elseif $productsList[0]['pricing'].{$curr.code}.annually neq '-1.00'}
{$productsList[1]['pricing'].{$curr.code}.annually}
{$productsList[1]['pricing'].{$curr.code}.suffix}<span>/{$LANG.orderpaymenttermannually}</span> {elseif $productsList[0]['pricing'].{$curr.code}.biennially neq '-1.00'}
{$productsList[1]['pricing'].{$curr.code}.biennially}
{$productsList[1]['pricing'].{$curr.code}.suffix}<span>/{$LANG.orderpaymenttermbiennially}</span> {elseif $productsList[0]['pricing'].{$curr.code}.triennially neq '-1.00'}
{$productsList[1]['pricing'].{$curr.code}.triennially}
{$productsList[1]['pricing'].{$curr.code}.suffix}<span>/{$LANG.orderpaymenttermtriennially}</span> {/if}
</div>
<a class="btn btn1 btn-success" href="cart.php?pid={$productsList[1].pid}" role="button">{$LANG.ordernowbutton}</a>
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 21:17:49 -->-> Daha önceki mesaj 20:39:53 --
@Dave isimli arkadaşımız halletti. Teşekkürler