/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/checkout
NameSizeModeActions
cart-errors.php10310644editdlrm
form-billing.php27460644editdlrm
form-checkout.php22830644editdlrm
form-coupon.php21900644editdlrm
form-login.php18350644editdlrm
form-pay.php45330644editdlrm
form-shipping.php27030644editdlrm
form-verify-email.php21210644editdlrm
order-receipt.php15720644editdlrm
order-received.php13080644editdlrm
payment-method.php18250644editdlrm
payment.php33480644editdlrm
review-order.php45440644editdlrm
terms.php16130644editdlrm
thankyou.php36270644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/checkout/form-login.php (1835B)
is_registration_enabled(); $login_reminder_at_checkout = 'yes' === get_option( 'woocommerce_enable_checkout_login_reminder' ); if ( is_user_logged_in() ) { return; } if ( $login_reminder_at_checkout ) : ?>
' . esc_html__( 'Click here to login', 'woocommerce' ) . '', 'notice' ); ?>
esc_html__( 'If you have shopped with us before, please enter your details below. If you are a new customer, please proceed to the Billing section.', 'woocommerce' ), 'redirect' => wc_get_checkout_url(), 'hidden' => ! $show_form, ) ); endif;