Magento Catalog, Magento Configuration, Managing Magento

Magento 2 Layered Navigation: How to Set Up & Customize

What is Layered Navigation in Magento 2? It’s a feature that adds filters to category and search pages, helping customers quickly narrow down large catalogs. This improves usability, reduces bounce rates, and makes it easier for shoppers to find what they need.

However, configuring Magento's default layered navigation isn't always straightforward. Setting up attributes correctly, managing display options, and optimizing performance can sometimes feel complex. Furthermore, the standard functionality might lack the advanced features needed for a truly seamless shopping experience, such as AJAX loading (filtering without page reloads).

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.