Results 1 to 1 of 1

Thread: calculators

  1. #1
    Join Date
    Dec 2006
    Posts
    14

    Default calculators

    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

    Code:
    <a href="{addon_calculators_set_link}">calculators</a>
    4. To compliance with OR's SEF setting, adding the following lines to .htaccess

    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]
    check to see if you have the following in OR language file, if not, add the following to OR language file.

    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";
    5. login admin area to change your local PMI index and mortgage rate to fit your local housing market.

    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
    Attached Files

Similar Threads

  1. Loan Calculators
    By popcorn in forum General Help
    Replies: 0
    Last Post: 03-12-2008, 07:09 AM
  2. Calculators
    By emanon in forum General Help
    Replies: 1
    Last Post: 03-12-2007, 06:33 AM
  3. I need calculators.
    By jared in forum General Discussion
    Replies: 4
    Last Post: 04-12-2006, 10:12 AM
  4. calculators install problems
    By Anonymous in forum HELP (CLOSED)
    Replies: 8
    Last Post: 09-11-2003, 05:30 AM
  5. Small bug on Calculators mod
    By Anonymous in forum Bugs (CLOSED)
    Replies: 0
    Last Post: 07-26-2003, 03:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts