
內容簡介
FC's Loan Calculator Plugin 是一個通用貸款計算器,可解決每月貸款付款,並創建基於日期的付款詳細分期表。此外,您的訪客可以查看一組圖表,以便他們可以視覺化貸款的成本。您的訪客還可以選擇在貸款表中使用的貨幣和日期慣例。如果網站吸引來自世界各地的訪客,這非常理想。從四個預定義大小中選擇一個,或修改 CSS 文件以自定義大小和顏色。支持觸控和響應式設計的網站。本外掛基於並使用我的非常受歡迎的貸款計算器的代碼。
支持並鼓勵使用您網站的品牌名稱進行重新命名。
本外掛可通過以下三種互斥方式之一部署到單個頁面中(儘管您可以在站點的不同頁面上使用所有三種方法):
如果您的主題支持小工具,通過 WordPress 的“外觀->小工具”菜單將外掛添加到小工具區域。WordPress v5.8 引入了區塊編輯器到管理員小工具界面。要在 WordPress v5.8 或更高版本中將此外掛安裝為小工具,請先安裝小工具短碼,然後將此外掛的短碼複製到其中。
將以下代碼添加到您想要顯示計算器的模板中。有關選項,請參閱下文。
在您的頁面或帖子的內容區域中添加短碼 [fcloanplugin],並配置短碼參數。
短碼參數
* sc_size = tiny | small | medium | large
* sc_custom_style = No | Yes
* sc_add_link = No | Yes
* sc_brand_name =
* sc_hide_resize = No | Yes
* sc_loan_amt =
* sc_n_months =
* sc_rate =
* sc_currency =
* sc_date_mask =
範例(第一個包括所有選項):
[fcloanplugin sc_size="tiny" sc_custom_style="No" sc_add_link="Yes" sc_brand_name="Best's Auto" sc_hide_resize="Yes" sc_loan_amt="30000" sc_n_months="60" sc_rate="5.5" sc_currency="83" sc_date_mask="2"]
[fcloanplugin sc_size="small" sc_custom_style="Yes" sc_hide_resize="Yes" sc_currency="83" sc_date_mask="2"]
[fcloanplugin sc_custom_style="No" sc_add_link="Yes" sc_brand_name="Friendly Mortgage" sc_hide_resize="Yes" sc_loan_amt="30000" sc_n_months="60" sc_rate="5.5"]
可選的陣列參數傳遞給 show_fcloan_plugin()
選項的有效值與上面的短碼相同。
<?php show_fcloan_plugin(array('op_size' => "medium",
'op_custom_style' => "No",
'op_add_link' => "Yes",
'op_brand_name' => "Karl's",
'op_hide_resize' => "No",
'op_loan_amt' => "32500.0",
'op_n_months' => "48",
'op_rate' => "5.5",
'op_currency' => "999",
'op_date_mask' => "999"
)); ?>
外掛標籤
開發者團隊
原文外掛簡介
The AC Loan Calculator Plugin (try it now!) is a versatile loan calculator that creates date-based amortization schedules, and interactive charts.
Supports 90 currencies, six date formats, and 15 languages.
Now highly customizable via extensive configuration options.
Choose from four predefined sizes or customize via the configuration options. Fully responsive with touch support.
Rebranding with your site’s name is supported and encouraged.
The plugin works via:
(a) Shortcode in posts/pages
(b) Widget area
(c) Template file
See usage under installation for details.
NEW: Upgrade to the free AC Loan Calculator Plus v2.0 for a printable schedul.
