• Resolved jakwalker

    (@jakwalker)


    Hi there,

    After updating the Plugin to 2.0.1 the PayPal buttons are not showing on the product page or the cart page.

    Had to downgrade back to 2.0.0 to get it to show again.

Viewing 8 replies - 1 through 8 (of 8 total)
  • @jakwalker – Can you include a copy of your site’s system status report? (WP Dashboard > WooCommerce > Status > ‘Get system report’)
    There has been a report of this occurring on sites running a caching plugin, but that’s not all that could affect these buttons from showing.

    – Joey

    Hi,
    I have the same issue and it is a big one as I’m losing transactions, how it can be fixed? Thanks so much for your help. And yes seems it happened with the latest Woocomnmerce Paypal intergration plugin update.

    Thanks so much,
    Maurizio

    Plugin Contributor AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    @axeman72 please start your own thread so that we can investigate each occurrence uniquely.

    Waiting to plugin fix, that working for me at child theme:
    //single product
    add_action( ‘woocommerce_after_add_to_cart_form’, ‘child_theme_display_paypal_button_product’, 0, 0 );
    function child_theme_display_paypal_button_product() {
    wc_gateway_ppec()->settings->use_spb = ‘no’;
    }

    Plugin Contributor AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Just a note that we are investigating what might be causing this, and any info you can share will be helpful

    @jakwalker if you can share that Status Report it will be very beneficial for us.

    Thanks so much!

    Thread Starter jakwalker

    (@jakwalker)

    @slash1andy sorry for the late reply I’ve been doing some investigating on the issue and got it down to a Plugin conflict with SG Optimizer.

    There is a setting under the Environment Optimization tab…

    Enable HTTPS
    Configures your site to work correctly via HTTPS and forces a secure connection to your site.

    If you disable this then the PayPal button shows up on the front end again.

    Hopefully this maybe help someone else out while an update is being worked on.

    Personally I’ve downgraded back to PayPal Plugin Version 2.0.0 as the new update is adding a debit/credit card option on our product pages under the PayPal button and I don’t have time to see how to remove it at the moment.

    Plugin Contributor AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey again!

    Thanks for sending that update about the optimizer messing things up.

    We can take a look at that, but it might not be something we can fix on our end.

    For the “Credit/Debit” button (removing it), there’s a setting to remove any of the funding sources you want, shown here:
    Link to image: https://d.pr/i/JaGqpn

    Thread Starter jakwalker

    (@jakwalker)

    @slash1andy I presume its caused by the PayPal Plugin as the issue isn’t happening on 2.0.0

    The Siteground Optimizer Plugin hasn’t changed or updated at all so everything is the same there.

    It only started happening on the PayPal Plugin 2.0.1 which the change log shows it is for a fix for showing the PayPal button but that update may have fixed it for some people but now must have broken it for others

    2.0.1 – 2020-05-26
    Fix – PayPal buttons not loading on the page, accompanied with the javascript/console error: “paypal.getFundingSources (or paypal.Buttons) is not a function”. PR#740

    Thank you for the information on the debit/credit card bit!

    Let me know if you find a fix for the PayPal button as I will stay on version 2.0.0 for now as everything is working good.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘PayPal Button Missing’ is closed to new replies.