Magento

Expert tips and tutorials to master the Magento (Adobe Commerce) e-commerce platform. The #1 Magento blog on the internet.

How to Change Order Status Programmatically in Magento 2

The Magento 2 orders have an order status that is linked with a state in the order processing flow. One can create custom order status in Magento 2 if required. For example, a custom order status “printed”. When the admin prints o...

How to Get Product URL for Specific Store in Magento 2

Medium to large-sized Magento 2 stores tend to use the multi-store facility. If a merchant wants to sell the same products in the USA and in the UK, he/she would use multi-store for separating the store and product URL. As the number of stores increa...

How to Add Custom CSS in Theme From Admin in Magento 2

The post shows the stepwise method to add custom CSS  in theme from admin in Magento 2. One can use this solution when a small change in the CSS file is required to be done in a live site that is in production mode. For example, a live...

How to Return a JSON Response from Controller in Magento 2

Magento 2 extension development requires customization that fulfills the business requirements. While developing an extension, the developers may need customization that returns the data from the controller in the JSON format. When we make the A...

Meet Our Authors