Magento

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

How to Create Root Script in Magento 2

Magento 2 root script is the quick method to print something, or get data, or check something with the use of Object manager. For example, if you want to get the order details and print it, you can create root script in Magento 2. Or, you may wa...

How to Add Header and Footer to Checkout Page in Magento 2

Header and footer play an important role in all the E-commerce websites on the internet. It helps the customers for navigation purposes and enhances the customer shopping experience also. The default Magento 2 does not allow the admin to add a header...

How to Add Custom Notice to the Top of Page in Magento 2

Online store owners implement various tactics to grab visitors attention to offers, new launches, discounts etc. to increase sales. However, this shouldn’t be at the cost of onsite user experience where popups hinder the display of products or annoy...

Solved: inventory_stock_1 Doesn’t Exist in Magento 2

Magento 2 is widely used CMS to create online stores. Owing to its flexibility of customization, the platform is suitable for modern business requirements. However, sometimes the developers are stuck with errors while developing custom functionalitie...

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...

Meet Our Authors