How To Disable Pop-Up On Checkout

Hi,

When someone who already was my customer enter email, during checkot the POP-UP shows asking him to continue as regular customer.

POP-Up wonts to sign him in, just without having to enter pasword.

I DO NOT wont this pop-up to be displayed, just wonna let customer continue with entering name and adress like he was first time on my eshop.

How to disable that pop-up?

Thanks

Erol

app/controllers/frontend/checkout.php

try to replace

if (!empty($cart['user_data']['user_exists'])) {

with

if (!empty($cart['user_data']['user_exists']) && false) {

(!) Not tested

Our addon has such feature https://forum.cs-cart.com/topic/56317-addon-by-retailfactoryru-checkout-optimisation/