mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-04 12:22:24 +08:00
https://businessbloomer.com/woocommerce-show-checkout-even-if-cart-is-empty/?ck_subscriber_id=426953987
2 lines
160 B
Text
2 lines
160 B
Text
add_filter( 'woocommerce_checkout_redirect_empty_cart', '__return_false' );
|
|
add_filter( 'woocommerce_checkout_update_order_review_expired', '__return_false' );
|