• Resolved webfound123

    (@webfound123)


    Hi, thanks for the plugin – it’s really nice!
    I just wondered if it’s possible to remove the word ‘amortized’ form the summary below:

    For a mortgage of £270,000.00 amortized over 25 years, your Monthly payment is:
    Mortgage Payment: £1,280.37
    Total Mortgage with Interest: £384,111.16
    Total with Down Payment: £414,111.16

    And also maybe add some text to it like ‘Call Nick on 0123456789 for more details’ etc.

    Thanks in advance,
    Matthew

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • The best way to remove the word ‘amortized’ from the text strings would be to add a filter on rmc_localization to make the modifications on the script localization.

    Barring writing any code, you can edit the strings directly in includes > function-rmc-localization.php lines 56 through 83 – keeping in mind that you will lose these changes if you update the plugin.

    There is currently no way to append text to the results. For this, you will need to hack the JavaScript file js > lidd-mc.js. At about line 382, just before // Add the summary to the page, you can concatenate your HTML to the results text:

    summary += '<p>Your text string</p>';

    • This reply was modified 6 years, 11 months ago by liddweaver.
Viewing 1 replies (of 1 total)
  • The topic ‘Remove the word ‘amortized’’ is closed to new replies.