Tips and Tricks

WooCommerce+Stripe: No Credit Card Fields on Checkout Form
|

WooCommerce+Stripe: No Credit Card Fields on Checkout Form

A client had this situation: WooCommerce with Stripe payment processor, but the credit card fields weren’t showing on the checkout form. It was creating an extra 2 steps with the Stripe popup. Here’s how to fix that: 1. Click on WooCommerce > Settings > Payments 2. On the payments, you’ll see STRIPE enabled and on…

Fatal error: Call to a member function do_all_hook()
|

Fatal error: Call to a member function do_all_hook()

You suddenly get this errer when upgrading WordPress: Fatal error: Call to a member function do_all_hook() on a non-object in yoursitepath/wp-includes/plugin.php I fought this last night for about ninety minutes until after reading all the threads on WP.org I figured it out: Solution: DELETE OR RENAME THE FILE wp-content/object-cache.php Whether you upgrade automatically or manually,…