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
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.