Don't miss to check our Sales page to get informed of any offers and discounts.

Okay
  Print

Woocommerce checkout broken v1.2 - v1.2.1

There was a change for compatibility with upcoming WooCommerce 2.7.

This causes an error in the checkout page.

A workaround till this version is available is to replace a line in a WooCommerce template file of the Theme.

In file: ...\wp-content\themes\movedo\woocommerce\checkout\form-checkout.php ( Approx: Line 19 )

Replace:

if ( ! $checkout->is_registration_enabled() && $checkout->is_registration_required() && ! is_user_logged_in() ) {

With:

if ( ! $checkout->enable_signup && ! $checkout->enable_guest_checkout && ! is_user_logged_in() ) {

The template will be updated in Movedo v1.2.2.