🔥 Just Launched! Werra Premium Template for HyväSee it in Action
Importing a MySQL database is a common requirement in several Magento 2 scenarios, such as setting up a staging environment, migrating a website from one server to another, restoring data from a backup after a loss, or transferring data between environments. One of the errors you encounter is while importing a database or mysql dump […]
Hey, Magento devs Are you looking for a method to add image thumbnail column in Magento 2 admin UI grid? Here’s the complete method to do that. Magento is an e-commerce platform for businesses looking for customized selling solutions. The main reason is—it is open-source and can be customized as per the needs. One such custom requirement […]
Do you want to personalize shipment emails in Magento 2? Learn the programmatic method to add product attributes in shipment emails template in Magento 2. Order-related emails in Magento 2 acknowledge the customers and keep them updated on the latest status. But, we all know—in eCommerce, personalization is the key! The default email notifications in Magento 2 […]
Are you looking for a method to validate condition rules in a custom module for Magento 2? Read this blog post to find the complete programmatic method. Cart price rules in Magento 2 are useful for offering discounts based on conditions. It helps merchants get more sales by crafting discount offers strategically. The Magento platform validates the […]
Did you just stumble upon the Unknown Collation: utf8mb4_0900_ai_ci error in MySQL? Well, that’s because of the character set mismatch between the databases. Read this blog post till the end to find the solution. Recently, I was manually importing a database to a new server using MySQL. Things were going well… until my screen flashed – […]
It is displayed on the top of the browser window and helps the visitors to identify the page among multiple tabs! Unfortunately, Magento 2 custom modules take the page address and show them as page titles. That can be pretty annoying for the visitors and can make your store look unprofessional. Well, there are ways […]
Hello Magento Peeps, Stumbled upon an unexpected error in compact.php while installing Magento 2? We’ve got you covered, probably! Recently, I installed Magento 2 with XAMPP on a Windows PC of one of my colleagues and encountered an unexpected error. The error read: In compat.php line 1927: This is not implemented, as it is not […]
Is your Magento 2 store not working properly when an email is supposed to be triggered? Well, this can be because of a custom email template. Follow me till the end of this post to find the solution. In Magento 2, different email notifications are sent to the customers and admins for various activities. The […]
Tired of the boring ‘Server Temporarily Unavailable’ maintenance page in your Magento 2 store? Here is how you can customize maintenance mode page in Magento 2 as you want! Just like the physical stores, the Magento 2 stores require regular maintenance for smooth operations. The online store maintenance includes fixing bugs, and errors, adding new functionalities, and much more. […]
Follow this tutorial to create coupon code in Magento 2 using REST API. Cart price rules in Magento 2 help the merchants to create discounts and deals for the customers. The merchant can also create coupon codes in Magento 2 and distribute them to the customers via multiple channels. The coupon codes are some of the amazing ways […]