As it is nearly impossible to post an BUG for WooCommerce Subscription-Plugin, I do it here now:
We discovered an error, if you try to open the the list of existing renewals from the list view. This leads to a 500 error.
In Class “class-wc-subscriptions-admin.php” in function “display_renewal_filter_notice”, there is “esc_url( wcs_get_edit_post_link( $subscription ) )” used instead of “esc_url( wcs_get_edit_post_link( $subscription_id ) )”. This leads to an 500 error.
Open
Last updated: April 4, 2025
Log in to comment on this feature request.
Sorry… The exact path is: woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/includes/admin/class-wc-subscriptions-admin.php