Reply 329359 to: Woocommerce Paypal Payments plugin doesn’t display buttons

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.
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.