Magento 2.4.4 has a lot to offer store owners and developers with increased security, performance and important bug fixes.
Author Archives: Amit Kumar
Magento 2 has a variety of shipping methods available, Create a shipping method in Magento 2
You can also delete orders from the database by using SQL queries. Keep in mind that using this method will remove all the orders.
We can use more than one command at a time in magento 2 by using “&&” sign in between the commands. For Example: If we have to run setup upgrade and deploy static content in SSH. Instead of running two commands separately, we can run it simultaneously. By hitting php bin/magento setup:upgrade && php bin/magento […]
When we are adding product on that time we have to choose the attribute set for the product. In Magento 2 you an attribute set is default created named as Default in which commonly attribute is assigned with the related group. So before we creating product we have to create attribute and attribute set. To […]
Adding an attribute for the product is one of the important features of Magento 2 which allows a user to create and add an attribute to the products. You are allowed to create as many attributes as you need for a product in Magento 2 configuration. Each attribute will approve only one type of input […]
Tax rules are a combination of product class, customer class and tax rate. In which each customer is assigned to a customer class, and each product is assigned to a product class. Magento analyzes the shopping cart of each customer and calculates the appropriate tax according to the customer and product classes, and the region […]
This tutorial describes how to create multiple websites, stores and store views in the admin of Magento 2. A.) Create websites: To create websites go to Stores > Settings > All Stores. From the store, page click on Create website. Name: Enter the name which identifies the websites. Code: Add a unique code in the field. E.g. if you […]
When we install magento then we have to add some basic configuration in the admin. In this tutorial we get some knowledge about basic configuration i.e. how to set default country where your business located, how to allow country which you accept order etc. For this basic configuration you can follow the below instructions: * […]
Magento have recently released Admin Dashboard Charts Patch You can use these steps to update this patch manually Steps to install Admin Dashboard Charts Patch in your store Step 1: Download the patch from https://magento.com/tech-resources/download -> Release Archive. You can download it after login with registered email id. Step 2: open file MPERF-10509-CE-2019-03-13-06-31-24.diff which you […]