Paypal button doesn’t work on checkout page
-
Hi there, I’m developing a new site.
I’m using Flatsome as theme, WordPress 6.1.1 and all the plugins are updated.
I’ve connected PayPal with this plugin, it works fine on single product page and on Mini Cart preview but it doesn’t work on Checkout (the most important page).
I’ve already searched, also in this forum, a solution…everything I’ve found doesn’t work.
1. Already tried to deactivate all plugins and changing theme —> doesn’t work
2. Tried this snippet:
add_filter(‘woocommerce_paypal_payments_checkout_button_renderer_hook’, function() {
return ‘woocommerce_review_order_after_submit’;
});It doesn’t work.
3. Tried to verify the plugin settings, excluding also the paypal js script from minification —> nothing
Please help me
- The topic ‘Paypal button doesn’t work on checkout page’ is closed to new replies.