How to reset password for the Magento Admin Users?

You can reset the admin user password from the Magento admin panel by hitting the admin URL in the browser.

1. On the Admin Login page, you will be able to see the Login form with forgot password link after the form. Just click on the link, Continue reading “How to reset password for the Magento Admin Users?”

How to enable Login as Customer Settings in Magento 2.4?

From Magento 2.4, New Feature with Out of the box called a login as Customer.

This feature is useful for store administrators only. Store admin can access customer’s order history, check wishlist items, and customer-related information from the frontend by login behalf of the customer when they click on login as the customer button from the admin panel. Continue reading “How to enable Login as Customer Settings in Magento 2.4?”

How to add custom button on sales order view admin page Magento 2?

Add Custom Button on Sales Order View Page on the admin panel toolbar Magento to add extra features to the order view page.

Using Button, You can add URL to redirect to another page with your custom requirement.

To add a custom button, you need to create before plugin for the PushButtons() method from the Magento\Backend\Block\Widget\Button\Toolbar class. Continue reading “How to add custom button on sales order view admin page Magento 2?”