This free loan calculator computes the monthly payment and overall cost of an auto loan while taking into consideration sales tax, costs, trade-in value, and other factors.
- Download the ZIP file of this repository.
- Upload the /auto-loan-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Auto Loan Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_auto_loan_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_auto_loan_calculator(); ?>
to your template where you would like the Auto Loan Calculator to appear.