/home/suroeste/public_html/wp-content/themes/ewebot/woocommerce/checkout
Edit: /home/suroeste/public_html/wp-content/themes/ewebot/woocommerce/checkout/form-checkout.php (3651B)
is_registration_enabled() && $checkout->is_registration_required() && ! is_user_logged_in() ) {
echo esc_html( apply_filters( 'woocommerce_checkout_must_be_logged_in_message', __( 'You must be logged in to checkout.', 'ewebot' ) ) );
return;
}
$col_1 = 'col-1';
$col_2 = 'col-2';
if (gt3_option('modern_shop') == '1' || true === gt3_option('modern_shop')) {
echo '
';
$col_1 = 'gt3_checkout_billing gt3_row_fields';
$col_2 = 'gt3_checkout_shipping gt3_row_fields';
}
?>