🔥 Just Launched! Werra Premium Template for HyväSee it in Action

Jignesh Parmar

Magento Team Leader

An expert in his field, Jignesh is the team leader at Meetanshi and a certified Magento developer. His passion for Magento has inspired others in the team too. Apart from work, he is a cricket lover.

Jignesh Parmar Full Image

Articles by Author

Fix “Unknown System Variable ‘GTID_PURGED’” Error When Importing MySQL Dump

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 […]

Jignesh Parmar's ImageJignesh Parmar | Jun 20, 2025 | 1 min read

How to Add Image Thumbnail Column in Magento 2 Admin UI Grid – The Complete Method

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 […]

Jignesh Parmar's ImageJignesh Parmar | Mar 17, 2025 | 2 min read

Programmatically Add Product Attributes in Shipment Emails Template in Magento 2

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 […]

Jignesh Parmar's ImageJignesh Parmar | Mar 17, 2025 | 3 min read

Learn to Validate Condition Rules in a Custom Module in Magento 2 Using ruleFactory

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 […]

Jignesh Parmar's ImageJignesh Parmar | Jun 16, 2025 | 5 min read

Solved: Error 1273 Unknown Collation utf8mb4_0900_ai_ci in MySQL

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 – […]

Jignesh Parmar's ImageJignesh Parmar | Jun 16, 2025 | 2 min read

How to Set Page Title in Magento 2 Using Controller & XML

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 […]

Jignesh Parmar's ImageJignesh Parmar | Apr 21, 2025 | 2 min read

Solved: Error in Compat.php While Installing Magento 2

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 […]

Jignesh Parmar's ImageJignesh Parmar | Jan 02, 2025 | 3 min read

Solved: Undefined Index: DirectiveName in SimpleDirective.php in Magento 2

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 […]

Jignesh Parmar's ImageJignesh Parmar | Mar 06, 2025 | 2 min read

How to Customize Maintenance Mode Page in Magento 2

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. […]

Jignesh Parmar's ImageJignesh Parmar | Jul 16, 2025 | 4 min read

Magento 2 API – Create Coupon Code

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 […]

Jignesh Parmar's ImageJignesh Parmar | Mar 17, 2025 | 3 min read