This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Changing the PayPal currency to NZ$
Started 12 years ago by hhubbers01 | 2 posts |
-
Hi there
Which file do I need to edit to change the PayPal currency options to include NZ$ - New Zealand Dollars.
Many thanks,
HughPosted 12 years ago # -
You can edit the "payment_settings.php", search around line 320 - 342 and you'll see a list of the existing currencies.
You can add this line:<option value="NZD" <?php if($payment_properties->currency == 'NZD'){ echo 'selected="selected"'; } ?>>NZ$ - New Zealand Dollar</option>
thank you for the feedback on this. I'm not sure why we missed that one.
MachForm Founder
Posted 12 years ago #
Reply
You must log in to post.