Filter for Gpay button
-
Hello we would like to ask if you can provide us a filter to move just the Google pay postion on the checkout page like the PayPal button below,
add_filter(‘woocommerce_paypal_payments_checkout_button_renderer_hook’, function() {
return ‘cfw_checkout_before_payment_methods’;
});
So we want to apply this filter but for the Google pay button only not the PayPal button.The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Filter for Gpay button’ is closed to new replies.