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…
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…
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…
As per the State of Commerce 2021 report, Product Detail Pages are one of the most critical elements of a brand’s eCommerce presence that can make or break an eCommerce website. It is considered one of the key factors influencing the shopper’s purchase decisions. According to their study, 45% of online shoppers visit the Product…
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…
George Bernard Shaw once famously exclaimed: “Cricket is a game played by 11 fools and watched by 11,000 fools.” In India, Cricket isn’t just a sport, it’s a bona fide religion where every victory is a festival, a celebration. It is considered an emotion by millions in the country. Everyone knows that “Cricket” is a…
You have set up your Shopify store, promoted your business on social media channels, and invested in SEO. You might have seen the increase in the website traffic, but all these clicks and new visitors haven’t really matched your KPI goals. And now you wonder — why? Let us tell you the reason. Consistent success…
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…
Surviving the challenges of the eCommerce industry is like fighting a war, and it necessitates a well-thought-out strategy. Even if there are numerous barriers along the road, there is still room to grow. We hope that the information in this post will be helpful to you, regardless of the size of your company. You’re on…
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…