Paypal gateway

This topic contains 4 replies, has 2 voices, and was last updated by  Barry Meadows 4 years, 5 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36603

    With the new Pro V3 payment journey, the initial pay message “pay with paypal” is putting people off continuing as they don’t realise that payment can be with credit card via the paypal gateway. What is the best way to change this message to something more generic such as ‘proceed to payment’

    thanks

    Barry Meadows
    #36614

    Hi Barry,

    You can with this line of code:

    add_filter('eventorganiser_payment_button_paypal', function($buttonText){
        return 'Proceed to payment';
    });
    
    Stephen Harris
    #36615

    Tried that, no change
    What did I do wring?

    Barry Meadows
    #36641

    What version are you you using? This will only work if you’re running EO Pro 3.0.6 or higher due a bug in earlier versions.

    Stephen Harris
    #36647

    I was on 3.0.5; an upgrade to 3.0.6 has fixed it

    This change isn’t good for users, some who are nervous of paypal and from this route can’t see that there is an option to pay by card; the general user doesn’t understand the need for a gateway to pay – just where the money goes.

    Barry Meadows
Viewing 5 posts - 1 through 5 (of 5 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.