Quote:
Originally Posted by Jase2
I see, care to share what template edit I could make?
Regards Jason 
|
The template you need to edit is called
billspp_main
You will need to code the three donate buttons yourself.
You can use the same form code for each of the three donate buttons except for
PHP Code:
<input type="hidden" name="currency_code" value="$currency" />
You will need to hardcode $currency to the currency code for that button.
Example:
PHP Code:
<input type="hidden" name="currency_code" value="AUD" />