Skip to content

dart-creations.com

Advertisement
Home arrow Forums
DART Creations Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Favoured: 1
TOPIC: currency for other country
#174
currency for other country 3 Years, 3 Months ago  
Im staying in Malaysia. how to make default currency to malaysia ringgit?
 
Logged Logged
  The topic has been locked.
#176
Re:currency for other country 3 Years, 3 Months ago  
You'll need to edit the code to add this. You can post it as a feature request and we'll eventually add this to the module.
 
Logged Logged
  The topic has been locked.
#239
Re:currency for other country 3 Years, 3 Months ago  
Here's how I added NZ$ and it works for me:

Path:
/modules/mod_j15paypal

File - mod_j15paypal.php
Around line 79 refer added currency code and symbol 'NZD' => '$ '
Code:

$currencies = array( 'CAD' => '$', 'USD' => '$', 'GBP' => '£', 'AUD' => '$', 'JPY' => '¥', 'EUR' => '&euro','NZD' => '$ ' );


File - mod_j15paypal.xml
Around line 62+ added option for NZD

Code:

<option value='NZD'>NZD</option>


Paypal currency code and symbol you can get from paypal site.
 
Logged Logged
  The topic has been locked.
#241
Re:currency for other country 3 Years, 3 Months ago  
Excellent stuff, we'll be working on this soon, to make most PayPal currencies available.
 
Logged Logged
  The topic has been locked.
Go to top

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!

Sponsors

Login Form






Lost Password?
No account yet? Register

Pagerank
Generated in 0.42599 Seconds