Milind Daraniya

A Blog About Software Development And Life

Welcome to my blog. Subscribe and get my latest blog post in your inbox.

Magento 2: Fastest Way to Import/Update Product Prices in Bulk

Published September 19th, 2023 19 min read

Managing product prices is a critical aspect of running an e-commerce store. If you have a large

Read more →

Magento 2: Creating Products Attributes Programmatically

Published September 18th, 2023 11 min read

In Magento 2, product attributes are crucial for categorizing and providing information about you

Read more →

How to Get Item Customizable Option in Observer in Magento 2?

Published September 17th, 2023 10 min read

In Magento 2, customizable options allow customers to personalize products by selecting different

Read more →

How to Add a New Column to an Existing Table Using db Schema in Magento 2.4+ ?

Published September 16th, 2023 8 min read

In Magento 2, the database schema is defined using XML files that describe the structure of datab

Read more →

PHP JWT Login Storage

Published September 15th, 2023 15 min read

JSON Web Tokens (JWT) have become a popular method for implementing stateless authentication in w

Read more →

How to Create Customer Group Programmatically in Magento 2 using a Single Script

Published September 14th, 2023 12 min read

In Magento 2, you can create customer groups programmatically using a single script. This can be

Read more →

How To Create Customer Group Programmatically In Magento 2

Published September 13th, 2023 11 min read

In Magento 2, you might need to create customer groups programmatically as part of custom module

Read more →

How to Create and Assign Customer Group in Magento 2?

Published September 12th, 2023 10 min read

In Magento 2, customer groups are an essential feature that allows you to segment your customers

Read more →