This topic has 10 replies, 3 voices, and was last updated 2 years, 4 months ago ago by Rose Tyler
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§ion=ppcp-gateway
here the plugin page
https://woocommerce.com/it-it/products/woocommerce-paypal-payments/
Thanks in advance for the support
Alessandro
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
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
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.
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
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
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;
}
Thanks
Alessandro
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
Ok thank you as always!
Best
Alessandro
You’re welcome!
Regards
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