Managing Magento

How to Change Order Status in Magento 2

Magento 2 offers a comprehensive order management system with 14 predefined order statuses, which help merchants track the progress of each order through the fulfillment process. There are several ways to change order status in Magento 2, depending on your requirements:

  1. Manuallythrough the Magento Admin panel
  2. Programmaticallyusing custom code
  3. Via Magento REST API
  4. Automatically using Magento 2 extensions

In this article, we will walk you through each of these methods. Choose the method that best aligns with your specific needs and technical capabilities.

Managing Magento

How to Enable Template Path Hints in Magento

In this article we will show you how to enable "Template Path Hints" option in your Magento. This is sometimes required if you're not sure which template on your server correspond to the element on the frontend.

As the result, after this option is activated in your Magento - you will be able to see the paths to the files on your server for each and every template on the page. Please follow the instructions below to learn how this developer option can be enabled.