Get Better at E-commerce & Marketing

Find expert articles on Magento, Shopify, and Digital Marketing topics

How to Add Validation in System Configuration in Magento 2

Magento 2 is a flexible platform that allows extending its functionality to satisfy the business requirements. Data validation is one such integral part that needs to be implemented for any type of E-commerce stores. Not only frontend, but you may al...

How to Remove Image URL from sitemap.xml in Magento 2

As per Google, a sitemap can contain a maximum of 50000 URLs with a maximum size of 50 MB (Uncompressed). If you have a bigger website having thousands of URLs, you may require to exclude image URLs from the sitemap to fit the validation or you need...

How to Update Layout Using Observer in Magento 2

The default Magento 2 layout can’t be enough to create an attractive and eye-catching storefront. The layout must be in accordance with the business and customer type that helps in gaining more traffic and help in conversion. However, to change the l...

How to Add CLI Commands in Magento 2

You already have the list of Magento 2 SSH commands. Command Line Interface (CLI) allows the developers to use default commands to manage modules and indexes, generate classes and carry out database updates. The good news is, Magento developers...

How to Add a Custom Column in Magento 2 Products Grid

The default Magento 2 product grid makes it easy to add a column for displaying values for any product attribute. As they are already available under column control of the products grid toolbar. You just need to tick the check/uncheck for that produc...

How to Configure Magento Cron Job

Magento offers the facility to schedule repetitive tasks automatically such as to send emails, newsletters, currency rate updates, log cleanups, google site map generation, and more. As many merchants are still using Magento 1, the solution may be he...

How to Call Helper Function in phtml in Magento 2

Helper classes offer functionalities for many features in Magento 2 stores. With Magento 2, the Helper can be called in controllers, models, views and other helpers. The below code can be used when you want to have helper’s data in .phtml file in Mag...

Meet Our Authors