Skip to content

magento man

Magento checkout for guest users only

I am looking for solution to remove or skip customer authentication on checkout and Allow guest to checkout. Simple is that we need to remove the authentication step to login or register, any one can purchase as a guest only.

How to add bcc for forgot password emails in Magento 2

I want add bcc for forgot password email in magento 2. When i checked the code – vendormagentomodule-customerControllerAccountForgotPasswordPost.php in execute method we have this try { $this->customerAccountManagement->initiatePasswordReset( $email, AccountManagement::EMAIL_RESET ); } How can i add Bcc for this mail. Thanks!