Addon Name: Calculators
Addon Description: Based on OR2 default calculators in addition to SEF URLs, display loan amortization table below loan re-payment page, rent v.s buy calculator, PMI index and mortgage rate admin.
Open-Realty version - Tested with all OR 2.5 versions.
Usage -
1. create a calcualtors folder under OR's addon directory
2. unzip calculators.zip to OR's addon calculators folder
3. Replace the original OR's calculator link with
4. To compliance with OR's SEF setting, adding the following lines to .htaccessCode:<a href="{addon_calculators_set_link}">calculators</a>
check to see if you have the following in OR language file, if not, add the following to OR language file.Code:### Note. DO NOT change the rewrite rules order # RewriteRule ^calculator/(.*)/price_(.*).html index.php?action=addon_calculators_set&show=$1&price=$2 [L] RewriteRule ^calculator/(.*)/$ index.php?action=addon_calculators_set&show=$1 [L] RewriteRule ^calculator/?$ index.php?action=addon_calculators_set [L]
5. login admin area to change your local PMI index and mortgage rate to fit your local housing market.Code:$lang['calc_page_header'] = "Calculators"; $lang['calc_amount_header'] = "Calculator :: Loan Amount"; $lang['calc_Loan_Term_header'] = "Calculator :: Loan Term"; $lang['calc_Qual_header'] = "Calculator :: Loan Qualifier"; $lang['calc_repay_header'] = "Calculator :: Loan Repayment";
Required Components - None.
Live Demo:http://realty.sunchoices.com/calculator/
This addon is a freeware and will be always remained free. However, if you value this OR addon software, please consider making a donation. Any amount, higher or lower, and comments are all welcome and appreciate.
Donation and additional instruction please see addon.inc.php




Bookmarks