Magento 2 How to restrict existing customer to allow guest checkout
In Magento 2, by default, customers are allowed to checkout as guests or log in if they already have an account. However, if you want to restrict existing customers from checking out as guests and force them to log in, you’ll need to customize your Magento 2 installation. Create events.xml file in app/code/Techgroup/Addon <?xml version=”1.0″?>… Read More »
