
內容簡介
FC Auto Loan Calculator 可以計算每月付款,以及負擔得起的汽車價格、所需的首付款項或貸款金額。它會產生一個詳細的分期付款表,其中包括基於日期的付款,還有一套彩色圖表。網站的使用者可以選擇他們自己的貨幣和貸款時間表中使用的日期約定。非常適合吸引全球訪客的網站。支持四種預定義的尺寸或修改 CSS 檔以自訂尺寸和顏色。支持觸控和響應式設計的網站。 Auto Loan Calculator Plugin 是基於我的 Auto Loan Calculator,使用它的程式碼。
支援並鼓勵使用您的品牌名稱重新設計。
該外掛程式可以(a)通過短碼(shortcode)在文章或頁面內容區域中使用;或(b)使用在小工具區域;或(c)從任何模板檔案中調用。請參閱安裝下的用法說明。
安裝指南
方法1:將 fc-auto-loan-calculator 資料夾及其所有檔案上傳至 /wp-content/plugins/ 資料夾;方法2:在 /wp-content/plugins/ 資料夾中解壓縮外掛程式的 zip 檔案。
在 WordPress 的 Plugins -> 已安裝的 Plugins 功能表中啟用外掛程式。
升級指南
如果您將該外掛程式從英語翻譯成另一種語言,請在升級外掛程式之前先備份您的工作。
用法說明
以下是您可以將計算機部署到單個頁面的 3 種互斥方式(儘管您可以在網站的不同頁面上使用所有三種方法):
如果您的佈景主題支援小工具,透過 WordPress 的「外觀 -> 小工具」功能表將外掛程式新增到小工具區域。WordPress v5.8 將區塊編輯器引入了管理小工具畫面。在 WordPress v5.8 或更新版本中安裝此外掛程式作為小工具的方式,首先安裝小工具短碼,然後將外掛程式的短碼複製到其中。
在您想要顯示計算機的模版中添加以下代碼 <?php show_fcautoloan_plugin(); ?>。有關選項,請參見下文。
在頁面或文章的內容區域中添加短碼 [fcautoloanplugin],並配置短碼參數。
短碼參數
* 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_price =
* sc_dwn_pmt =
* sc_loan_amt =
* sc_n_months =
* sc_rate =
* sc_currency =
* sc_date_mask =
範例(第一個範例包含所有選項):
[fcautoloanplugin sc_size="medium" sc_custom_style="No" sc_add_link="No" sc_brand_name="" sc_hide_resize="No" sc_price="35500.0" sc_dwn_pmt="4000.0" sc_loan_amt="0.0" sc_n_months="60" sc_rate="5.5" sc_currency="83" sc_date_mask="2"]
[fcautoloanplugin sc_size="small" sc_custom_style="Yes" sc_hide_resize="Yes" sc_currency="83" sc_date_mask="2"]
[fcautoloanplugin sc_custom_style="No" sc_add_link="Yes" sc_brand_name="Friendly Auto Dealer" sc_hide_resize="Yes" sc_price="27500" sc_dwn_pmt="2000.0" sc_loan_amt="0.0" sc_n_months="48" sc_rate="5.5"]
傳遞給 show_fcautoloan_plugin() 的可選陣列參數
選項的有效值與上面的短碼相同。
<?php show_fcautoloan_plugin(array('op_size' => "medium",
'op_custom_style' => "No",
'op_add_link' => "Yes",
'op_brand_name' => "Karl's",
'op_hide_resize' => "No",
'op_price' => "35000.00",
'op_dwn_pmt' => "3500.0",
'op_loan_amt' =
外掛標籤
開發者團隊
原文外掛簡介
The AC Auto Loan Calculator Plugin (try it now!) with support for down payments, date-based payment schedules, and interactive charts. The calculator helps users estimate monthly payments, affordable car price, required down payment, or loan amount.
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 Auto Loan Calculator Plus v2.0 for a printable schedule.
