Reply 159693 to: Checkout not working

Avatar: Olga Barlow
Olga Barlow
Support staff
April 12, 2017 at 07:34

Hello, @leidgebdani

It’s related to version PHP that you use.
Open /xstore/woocommerce/checkout/form-billing.php file find line 49
<?php if ( ! empty( $checkout->get_checkout_fields( 'account' ) ) ) : ?>

and replace by the following

<?php if ( $checkout->get_checkout_fields( 'account' ) ) : ?>

Also, it will be changed in next theme update.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.