Title: Plugin Breaks WC Checkout
Last modified: August 22, 2016

---

# Plugin Breaks WC Checkout

 *  [ktuimala](https://wordpress.org/support/users/ktuimala/)
 * (@ktuimala)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/plugin-breaks-wc-checkout/)
 * This plugin breaks the WooCommerce checkout. When clicking the place order button,
   nothing happens. The order gets placed on the backend but the user is stuck. 
   Turns out there is a 500 server error being returned by the woocommerce-process_checkout
   Ajax action. If I disable your plugin, the checkout works just fine.
 * Consequently, I also found some more issues with the plugin. You register a number
   of functions with various actions as static calls, but the functions are not 
   static. I fixed the function definitions in the plugin, but checkout still results
   in a 500 server error. I suspect you have some bad curl operations within the
   plugin.
 * The functions that need to be defined as static are as follows.
 * wp_amplify_header
    amplify_checkout_shipping amplify_checkout_order_review amplify_started_checkout
   wp_amplify_footer
 * Until this issue and the previous issue is fixed, this plugin is useless.
 * [https://wordpress.org/plugins/woocommerce-betaout/](https://wordpress.org/plugins/woocommerce-betaout/)

The topic ‘Plugin Breaks WC Checkout’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woocommerce-betaout_eef0e5.svg)
 * [Woocommerce Betaout](https://wordpress.org/plugins/woocommerce-betaout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-betaout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-betaout/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-betaout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-betaout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-betaout/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [ktuimala](https://wordpress.org/support/users/ktuimala/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/plugin-breaks-wc-checkout/)
 * Status: not resolved