Get Tracking details information by Shipment id Magento 2.

You can get the Shipment Tracking information, like tracking_number, carrier code, title, order_id from the shipment id using Magento 2.

Using Magento\Sales\Api\ShipmentRepositoryInterface interface to retrieve shipment object and based on shipment object we can fetch all the tracking information for a shipment. Continue reading “Get Tracking details information by Shipment id Magento 2.”

Get Checkout status of user is guest or registerd using javascript Magento 2.

  • How to know the Checkout Method Status of the user is Guest or Registered Magento 2?

While working on the checkout page, You can know the current customer is a Guest or registered customer using checking the customer login status. Continue reading “Get Checkout status of user is guest or registerd using javascript Magento 2.”

How Magento send email to Password reset/changed of Customer?

Customer Password is reset or changed in Magento 2, Password Reset Mail is getting to the customer for password reset or changed action.

Magento_Customer Module is responsible for sending an email to the specific customers for a password reset action. Continue reading “How Magento send email to Password reset/changed of Customer?”