
نوشته اصلی توسط
quest
می تونید راهنمایی کنید چطور باید به این صفحه در کدها و فایل های قالب دسترسی داشته باشم و چطور تغییرات رو باید ایحاد کنم؟
محل تمپلیت کارت خرید whmcs/templates/orderforms/<template name>/l هست. فایل viewcart.tpl برای مشاهده سبد خرید (cart.php?a=view) و فایل products.tpl (اگر اشتباه نکنم) برای اون قسمت مشاهده سرویس ها. (cart.php?gid=X)
میتونید با کمی کپی از قالب های دیگر مانند web20cart حل کنید موضوع رو.
-اپدیت-
برای مثال در قالب web20cart اینطور هست مشاهده سرویس ها:
کد:
<td width="40%" class="pricing textcenter">{if $product.bid}
{$LANG.bundledeal}<br />
{if $product.displayprice}{$product.displayprice}{/if}
{elseif $product.paytype eq "free"}
{$LANG.orderfree}
{elseif $product.paytype eq "onetime"}
{if $product.pricing.hasconfigoptions}{$LANG.startingfrom}<br />{/if}
{$product.pricing.onetime} {$LANG.orderpaymenttermonetime}
{elseif $product.paytype eq "recurring"}
{if $product.pricing.monthly}{$product.pricing.monthly}<br />
{/if}
{if $product.pricing.quarterly}{$product.pricing.quarterly}<br />
{/if}
{if $product.pricing.semiannually}{$product.pricing.semiannually}<br />
{/if}
{if $product.pricing.annually}{$product.pricing.annually}<br />
{/if}
{if $product.pricing.biennially}{$product.pricing.biennially}<br />
{/if}
{if $product.pricing.triennially}{$product.pricing.triennially}<br />
{/if}
{/if}</td>
که اینو با استایل قالب خودتون کمی تغییرش بدید فیکس میشه