Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Changing currency

Changing currency 16 years 10 months ago #265

  • mraab
  • mraab's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
Hi dthadmin, Thanks for updating to 2.1.1. Now I've got one question left: how/where can I change the currency - in my case to AUD? I had a quick look at the code but couldn't find the actual parameter. Matthias

Please Log in or Create an account to join the conversation.

Changing currency 16 years 10 months ago #266

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Hello. We are very close to releasing a version of our components that includes eWAY, which will provide Australian credit card options. Until then, to change the default PayPal currency, go to: /components/com_dtregister/paypal.class.php Find this around line 165-167: foreach ($this->fields as $name => $value) { echo "<input type="hidden" name="$name" value="$value">"; } ADD UNDER this code: echo "<input type="hidden" name="currency_code" value="AUD">"; For now, this is the solution. We are also going to implement a backend configuration option for this. If you need further assistance, let us know.

Please Log in or Create an account to join the conversation.

Changing currency 16 years 10 months ago #267

  • mraab
  • mraab's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
Works perfectly :)

Please Log in or Create an account to join the conversation.

Changing currency 16 years 10 months ago #268

  • easykey
  • easykey's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
How do I change currency to UK British Pounds?

Please Log in or Create an account to join the conversation.

Changing currency 16 years 10 months ago #269

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Use the instructions above but instead of "AUD" use your currency code.

Please Log in or Create an account to join the conversation.

Changing currency 16 years 10 months ago #270

  • easykey
  • easykey's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 14
  • Thank you received: 0
Do you happen to know what that is - I'm guessing "GBP" ?

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Time to create page: 0.350 seconds