Woocommerce Paypal Payments plugin doesn’t display buttons

This topic has 10 replies, 3 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler

  • Avatar: Alessandro
    Alessandro
    Participant
    July 7, 2022 at 18:09

    Hello, I just realized that the plugin is not showing properly the buttons:
    here the plugin settings
    https://psytrance-pro.com/staging/wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway

    here the plugin page
    https://woocommerce.com/it-it/products/woocommerce-paypal-payments/

    Thanks in advance for the support
    Alessandro

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 8, 2022 at 13:39

    Hello,

    What exactly settings don’t work?
    Provide screenshots of the desired result and current situation, please, for a better understanding.
    You can use Lightshot screenshot or Gyazo tool to make screenshots and share links here.

    Regards

    Avatar: Alessandro
    Alessandro
    Participant
    July 8, 2022 at 15:51

    Hello Rose,

    the plugin should add the buttons in the selcted page:
    https://postimg.cc/yJQdzKy2

    here the buttons in the product page in the live site
    https://postimg.cc/G8W5BBjY

    in the live site the buttons was not showed in cart and checkout anyway, but since woocommerce has recently discontinued the standard paypal checout and my theme is a discontinued one I was no able to ask support to its developer to fix it.

    Thanks in advance for the support

    Avatar: Awais Ahmed
    Awais Ahmed
    Participant
    July 9, 2022 at 05:55

    Hello, @Alessandro,

    I have just checked your site now and the Paypal Payment button is showing fine on the Cart and Checkout page as well. Here are the screenshots:

    Cart: https://postimg.cc/ZvJjgng2

    Checkout: https://postimg.cc/4nG8n2dP

    So it must be the cache issue at your end only, nothing else, please try to clear the site cache and finally check back your site after removing the browser cache.

    Regards 8Themes Team.

    Avatar: Alessandro
    Alessandro
    Participant
    July 9, 2022 at 15:09

    Hello and thanks for the support, what about the butoons in the product page?
    https://postimg.cc/G8W5BBjY

    I really like the option for pay in 3 rates by paypal

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2022 at 15:19

    Hello,

    We added the code below to your child-theme/functions.php ( https://prnt.sc/cNrQIjVgRgYP )

    add_filter('woocommerce_paypal_payments_single_product_renderer_hook', function ($value) {
    if ( !get_option( 'etheme_single_product_builder', false ) )
    return $value;
    return 'etheme_woocommerce_template_single_add_to_cart';
    });

    Please, check now !

    Regards

    Please contact administrator
    for this information.
    Avatar: Alessandro
    Alessandro
    Participant
    July 11, 2022 at 23:04

    Hello Rose,

    perfect as always.. can you kindly tell me what code to use to change the paypal tagline color? it’s black and it’s no well visible in a dark theme..
    I tried to add this in the additional css but it’s not working
    /* paypal buttons tagline color*/
    @media only screen and (min-width: 500px)
    .paypal-button-tagline .paypal-button-text {
    color: cadetblue !important;
    }

    https://postimg.cc/mhN5KhcV

    Thanks
    Alessandro

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2022 at 12:52

    Hello,

    This question should be adressed to the developers of your PayPal button because they show that button inside iframe so our styles are not allowed to be loaded there. You may use next CSS snippet to make background so that text will be visible

    #ppc-button > div {
    background: #fff;
    border-radius: 4px;
    }

    Regards

    Avatar: Alessandro
    Alessandro
    Participant
    July 12, 2022 at 17:17

    Ok thank you as always!

    Best
    Alessandro

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2022 at 17:23

    You’re welcome!

    Regards

  • Viewing 10 results - 1 through 10 (of 10 total)

The issue related to '‘Woocommerce Paypal Payments plugin doesn’t display buttons’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.