Category: Magento

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…

How to Add Text to Login Page in Magento 2?

| |
2 mins read

In this article, we will discuss how to add text to the login page in Magento 2. We can add any type of block using admin panel in Magento 2. To add text to the login page in Magento 2, follow the below steps: Step 1: – Go to the Content→Blocks→Add New Block. – Fill…

How To Install Magento 2 Using Composer

| |
3 mins read

Let’s Follow Below Steps to Install Magento 2 Using Composer: Step 1 : Install & Setup Composer First, We Will Understand What Is Composer? Composer is an open source and widely used dependency management tool for PHP. It allows the user in developing a project inside the framework referred to. Composer allows to installation of…

How to create custom page in Magento 2?

| |
4 mins read

While working with Magento 2, sometimes you need to add custom pages to your website. There are two ways to create custom pages, you can do that either programmatically or through Magento Admin. Let’s check both ways in detail. Create CMS page in Magento 2 through admin Panel:- Follow the below steps to create a…

What Steps Are Required For The Magento Ecommerce Website Development Process?

| |
9 mins read

Online shopping is no longer just a comfort in this world of digitalization, it has become an art form and people expect seamless browsing, effortless checkout and lightning fast delivery. Businesses need a powerful and scalable platform to stay competitive. eCommerce website development nowadays is as easy as a breeze with popular and easy to…

How to Create Controller in Magento 2?

| |
3 mins read

We have previously discussed in detail on how to create a new module in Magento 2. In this blog, we will discuss how to create a controller and use it in frontend. What is a controller Magento 2? Basically, Controller is a class which is created in Controller folder, and it includes files which have…

How does Magento Security Scan Tool Ensure Your Store’s Safety?

| |
6 mins read

If you are an online store owner, the safety of your commerce site and your customer’s personal data is extremely important. So, it is critical to safeguard your eCommerce store at all costs and as a Magento store owner, you should take responsibility for the security of your site and follow the best security standards….

How to Create New Module in Magento 2?

| |
3 mins read

A Magento module is a package collection of Php, xml and phtml files and these files are included in folders like blocks, controllers, helpers and models. Modules provide specific business feature that extends the functionality of the online store. In this blog, we will learn how we can create a custom module in Magento 2…