This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Currency Symbol
Started 16 years ago by gertduvenage | 8 posts |
-
Is it possabel to add an additional currency to the existing list for selection during design time (ZAR, Rands Cents) . Thanks
Posted 16 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 16 years ago # -
Thanks 'yuniar'..that would be fine. Is it possabel to guide me in how to do that ? Rrgards, Gert.
Posted 16 years ago # -
yuniar, please show me how?
I don't need Yen, so I want to change it to the another one..Posted 14 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 14 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 14 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 14 years ago # -
Hi Yuniar,
I can't find a solution to my problem, I tried what you said but still I can't get my symbol SAR to show.
Can you please help and tell us the exact file to edit?
I would also recommend adding all the symbols in the script:
http://www.xe.com/symbols.phpThanks
Posted 11 years ago #
Reply
You must log in to post.