OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Mortgage payment calculator module Support

Go to bottom Favoured: 0

Change location of currency symbol

dysan21 (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Change location of currency symbol 5 Years, 8 Months ago
Karma: 0  
I am currently evaluating the free version and need to figure out how to move the currency ($) from the back to the front for example
$ 20000 / Monthly instead of 20000 $ / Monthly
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change location of currency symbol 5 Years, 8 Months ago
Karma: 101  
Hello

You will need rebuild layout for mortgage calculator ( ordasoft.com/mortgage-payment-calculator-Joomla-module.html )

there all build with help ajax, and impossible this change in one row, so you need self check this:

You need check file
{your site}/modules/mod_mortgage_payment_calculator/tmpl/default.php
code:
Code:

                <div class="calc-row payment-total">
                  <div class="calc-collumn-xs-12 calc-collumn-sm-6 calc-collumn-md-6 calc-collumn-lg-6 h3 summary-value"></div>
                  <div class="calc-collumn-xs-12 calc-collumn-sm-6 calc-collumn-md-6 calc-collumn-lg-6 h3 summary-name"></div>
                </div>


and file
{your site}/modules/mod_mortgage_payment_calculator/includes/mortgagesMG.php
code:
Code:


      jQuerMG(container+'.payment-total .summary-value').text(Summ+" <?php echo $currency;?>");
      jQuerMG(container+'.payment-total .summary-name').text(period);



Regards
Andrew
OrdaSift team
Logged Logged
The administrator has disabled public write access.
dysan21 (User)
Fresh Boarder
Posts: 15
graphgraph
User Offline Click here to see the profile of this user
Re:Change location of currency symbol 5 Years, 8 Months ago
Karma: 0  
I tried but cant figure out how to re-arrange those two lines of code to get the $currency in front. Any help?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Change location of currency symbol 5 Years, 8 Months ago
Karma: 101  
Dear

As I wrote before: "there all build with help ajax, and impossible this change in one row "

There change in one place will add changes to many other places
If this important for you
We may propose to you order this as "customization service".
Please write to OrdaSoft contact form (ordasoft.com/contact-us-form) with full details description.
How all must look and work. And we will give to you quota

If you would like any further information,
please do not hesitate to contact us.

Best Regards,
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»