Fatal error trying to edit the checkout page
-
PHP Fatal error: Uncaught Error: Call to a member function needs_shipping() on null in */wp-content/plugins/woocommerce-gateway-stripe/includes/payment-methods/class-wc-stripe-express-checkout-helper.php:629
Changing
WC()->cart->needs_shipping()
toWC()->cart?->needs_shipping()
fixes the issue.Only when editing, not when viewing, classic checkout using shortcode, PHP 8.4, WP 6.7.1, WC 9.6.0
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.