Is it possabel to add an additional currency to the existing list for selection during design time (ZAR, Rands Cents) . Thanks
Appnitro Software Forums » MachForm 2
Currency Symbol
Started 3 years ago by gertduvenage | 7 posts |
-
Posted 3 years ago #
-
Sorry, it's not possible to add another currency. I suggest to translate one of the currency to your preferred currency.
MachForm Founder
Posted 3 years ago # -
Thanks 'yuniar'..that would be fine. Is it possabel to guide me in how to do that ? Rrgards, Gert.
Posted 3 years ago # -
yuniar, please show me how?
I don't need Yen, so I want to change it to the another one..Posted 2 years ago # -
To change the Yen field, edit "includes/view-functions.php", search line 880-881:
$main_cur = $lang['price_yen']; $cur_symbol = '¥';Simply change the $cur_symbol value above with your own currency symbol.
Then edit your "includes/language.php" file.
Search for the Yen value and change it as well.MachForm Founder
Posted 2 years ago # -
nice! it works!
now I'm looking for files to make changes in the admin area. I found one in edit_form.php line 327 but it just work for dropdown's currency format in right coloumn, and nothing for the left column
Posted 2 years ago # -
Ah, this one would require javascript modification. Please contact us directly via email, we'll send you the file.
Mail to: customer.service [at] appnitro.com
MachForm Founder
Posted 2 years ago #
Reply
You must log in to post.
