Viewing 5 replies - 1 through 5 (of 5 total)
  • Great plugin and similar question is it possbile to replace $ with £?

    kind regards

    How do i add Canadian currency?

    Nice plugin but…it seems that I can’t make use of it.

    I get this error message from Paypal when I enter an amount and click the donation button.
    ‘The seller accepts encrypted website payments only. You cannot pay the seller through un-encrypted buttons. Please contact your seller for more details.’

    I am in Canada

    Any idea why I’m getting this message?
    When I create a single donation button directly through Paypal, there is no issue.

    Having a similar question, but since the creator of this plugin appears to not really care about getting back to any of us, I´m going to have a look for another plugin.

    If anyone still needs to know how this is done, you will have to modify the donate_plugin.php file which can be found in wp-content/plugins/recurring-donation.

    Edit the file and go to line 164 of your php file. If you are using notepad to view this go to the <!– Donate Amount –> comment.

    Look for <label for=”first_button”> $ <- this is what you need to modify in order to display your currency. I’m not sure how it works for other currencies, but for £ you will have to use £ to output £ on your web page.

    You will also need to modify line 175 and use the correct currency code for paypal to pick this up. In this case I am using GBP so the line will look like this: <input type=”hidden” name=”currency_code” value=”GBP”>.

    Same rule applies for line 192 in your code.
    <input type=”hidden” name=”currency_code” value=”GBP”>

    Hope this helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘different currencies’ is closed to new replies.