• Resolved jlk93

    (@jlk93)


    Hi,
    I need to show the payment methods on the checkout page, but these aren’t necessary to complete the order, since the customer will pay later (like I’ll send them a payment request through paypal or similar). How could I achieve this result, since all I found was:
    add_filter( ‘woocommerce_cart_needs_payment’, ‘__return_false’ );
    which deletles the payment methods.
    Thanks in advace to whoever will take time to look at this.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Payment Methods’ is closed to new replies.