Category: Magento

The Future of Adobe Commerce Platform in 2024

| |
7 mins read

Adobe acquired Magento on July 19th, 2018 and from that day Magento has been a part of Adobe. Magento Commerce has been rebranded as Adobe Commerce by Adobe. It also consolidated Adobe Commerce Cloud and Magento Commerce into a single brand, Adobe Commerce. It was an eventful year for Magento, and 2022 is shaping up…

How to Install a New Theme in Magento 2?

| |
2 mins read

In this blog, we will discuss about “How to Install a New Theme” in Magento 2 Basically, Magento 2 provide two default themes. 1) Blank Theme 2) Luma Theme Let’s learn how to install our favourite theme and make our frontend store view more beautiful and attractive to visitors. Here are few steps to install…

How to Change the Admin URL in Magento 2?

| |
3 mins read

Changing the admin URL is one of the most and highly-recommended practices to secure your store from Any types of cyberattacks.To protect your Magento Admin against hackers and brute-force attacks, we recommend that you change the default URL to the Magento Admin Panel. It is a quick way to add an extra layer of security…

Product Types in Magento 2

| |
4 mins read

In this blog we will understand about various product types available in Magento 2. Before that, let’s understand first, what are Magento products ? Generally, Magento product can be any salable item that can satisfy all the customer’s needs and the business needs. Magento Adobe commerce supports multiple product types. By Default, Magento 2 provides…

How to Create Admin User in Magento 2 Using Command Line?

| |
1 mins read
how to create admin user using command line in magento 2

In this blog, we will learn about how to create admin user in Magento 2 using command line? To create admin user using command line we will use the bin/magento command. The admin:user:create command is use to create new admin user via command line. Now for example we create admin account with following information: User…

Magento Security Best Practices

| |
9 mins read

Are you worried about your Magento store’s security and wondering how to fix those security issues? Are you also one of those ecommerce sellers who are constantly worried about their Magento websites’ comprehensive protection and security. If “Yes” then fix your security issues with these Magento Security Tips. We know that it’s not an easy…

How To Create a Custom Query in Magento 2?

| |
2 mins read

Let’s see how to run a custom query in Magento 2. Magento 2 model is not enough to get data from database as per our requirements. So we need to use custom query to fulfill this requirement. Below in example, we will learn how to use custom select query, custom insert query, custom update query…

Magento 2.4.4 Release Notes: Better Security With Newly Added Features

| |
5 mins read

After much anticipation, the latest Magento 2.4.4 is released on April 12, 2022. This is the Magento Open Source and Adobe Commerce 2.4.4 release, and it brings about 250 quality enhancements and fixes. In the Adobe Commerce 2.4.4 release notes, it has been revealed that PHP 8.1 and OpenSearch 1.2 have been initiated in the…

How to Get Product Salable Quantity in Magento 2?

| |
2 mins read

Salable quantity in Magento changes when the item is shipped to the customers and the quantity of the product changes. When customers place an order, salable quantity reduces. In this blog, we will discuss how to get product salable quantity in Magento 2. To get product salable quantity in Magento 2 programmatically, you can use…

How to add a custom tab to the customer account in Magento 2?

| |
3 mins read

In this article, we will discuss how to add a custom tab to the customer account in Magento 2. In Default Magento 2 user will be redirected in “My Account” Section after login. To add a custom tab to the customer account in Magento 2, follow the below steps: Step 1: Create customer_account.xml file at…