You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed during testing that we were getting a critical error on the cart page -
Thinking this must have something to do with the switch to Stripe for donations (via the Newspack plugin), I searched in the WooCommerce logs for errors related to Newspack or WooCommerce and found this error -
CRITICAL Uncaught Error: Class "WC_Name_Your_Price_Helpers" not found in /nas/content/live/acjdev/wp-content/plugins/newspack-plugin/includes/class-donations.php:243
That made me think the is a new related error where WooCommerce Name Your Price is still required (even if we're not using in the current donation flow).
And when I added and re-enable these plugins, that error went away.
I noticed during testing that we were getting a critical error on the cart page -
Thinking this must have something to do with the switch to Stripe for donations (via the Newspack plugin), I searched in the WooCommerce logs for errors related to Newspack or WooCommerce and found this error -
CRITICAL Uncaught Error: Class "WC_Name_Your_Price_Helpers" not found in /nas/content/live/acjdev/wp-content/plugins/newspack-plugin/includes/class-donations.php:243
..and a quick google search brought up a similar issue in the Newspack plugin repo - Automattic/newspack-plugin#1392
That made me think the is a new related error where WooCommerce Name Your Price is still required (even if we're not using in the current donation flow).
And when I added and re-enable these plugins, that error went away.
This is a Newspack bug and we need to file an issue https://github.com/Automattic/newspack-plugin/issues
In the meantime, I've re-enabled the Woo plugins on the live site and everything seems to be working on https://angelcityjazz.com/
@angelcityjazz @tonyzeoli Would be great if you could also check these pages (when logged in) on your end and followup if you come across any glaring problems.
https://angelcityjazz.com/my-account/
https://angelcityjazz.com/cart/
The text was updated successfully, but these errors were encountered: