Free ECommerce Extensions

Checkout my catalog of free extensions for WordPress, WooCommerce and Magento 2.

Read More

My Blogs

Qaisar Satti has been a developer for over 20 years and now writes tutorials and guides for developers working with Magento, PrestaShop, and WooCommerce. His blog categories offer a wealth of knowledge, providing practical instructions and insights to enhance your development experience across these platforms. Whether you're looking for step-by-step tutorials or in-depth guides, Qaisar's expertise is a valuable resource for the developer community.

Magento 2 best Seller product collection

Let's talk about using sales report collection so today we talk about how to get Magento 2 best seller product collection. Best seller collection in...

Magento 2 Create custom renderer in admin grid

Today we discussed How to create Magento 2 Create custom renderer in admin grid. Sometime we need get some other values than current values. For...

Magento 2 mass action to admin grid

Today we talk about how to add magento 2 mass action to admin grid. Like add mass action to Order gird, add mass action to...

Magento 2 available install schema columns type

Today we talk about Magento 2 available install schema columns type That we can use in install schema that is already mention in my post...

Magento 2 create custom model

Every custom module that need to interact with database for that we need to create model. So today we talk about how to create magento...

Magento 2 Create a install Schema

When we create a custom module sometime we need to add the table for that module. So in magento 2 we use install Schema. So...

Magento 2 get single column values from collection

Today we learn about how to get single column values from collection. For this example we use the product collection to get names of product....

Magento 2 overriding or Rewriting controller

In our daily coding routine we need to customization with core files. For that we need to overriding or rewrite the core classes because modify...

Magento 2 get min price or max price from product collection

Today we learn about how to get min price and max price from product collection. First you have to get collection of product. Then their...

Magento 2 get product collection

Today we talk about Magento 2 get product collection. First we need to familiar with model collection structure of magento 2. Magento 2 use the...