Display smart buttons before the add to cart buttons on single product pages in WooCommerce PayPal Payments

Display smart buttons before the add to cart buttons on single product pages in WooCommerce PayPal Payments on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter('woocommerce_paypal_payments_single_product_renderer_hook', function() {
    return 'woocommerce_before_add_to_cart_quantity';
});

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.