© 2022 Hashnode
#magento
Calling $_SERVER directly to that variable is not recommended, so how do we call that variable in Magento 2? Magento 2 has class of \Magento\Framework\App\RequestInterface, and in order to call $_SERVER, we need to use this class. Implement…
Hi, My name is Stork Nguyen. I'm an SEO Executive from Mageplaza and Avada. Today, I will introduce my extension on Mageplaza. This is Magento 2 AJAX Cart Extenion. In the information below, I will ta…
Hi, My name is Stork Nguyen. I'm an SEO Executive from Mageplaza and Avada. Today, I will introduce my extension on Mageplaza. This is Customer Attributes Extension for Magento 2. In the information b…
Magento 2 Facebook Pixel Extension's Features: 1. Enable To Track Visitors Events: When visitors visit the e-shop site they try a lot of things and create events. This extension aids to keep an eye on…
By default Magento 2 does support Two Factor Authorization only for admin, but on the customer side, Magento 2 does not (yet at least until this article made). So in order to provide this feature, I m…
You must upgrade to receive the support, an improved user interface and experience, a fast-loading, slick dashboard, and an overall enhanced platform that your business deserves. How Much Does Magento…
Steps to Import Product Data Programmatically In Magento 2: Step 1: Create a CSV file at the below path pub/import/importProduct.csv Step 2: Create a PHP file, Import.php at Magento Root folder <?ph…
Magento is an ecommerce platform , where we can build our ecommerce store with few little efforts and if the store is simple and you are a little bit technical you may not need the developer as well. Magento is a full fledge and prebuilt s…
Below are steps I went though to create a new database table in Magento 2 / Adobe Commerce Create a module You can add to your existing module or follow this blog to create a module Create a db schema…
Below are steps to how I created a front-end page using a controller in Magento 2. Create a module Create folders and paths as this example. Replace AzCodez\Page with your module. app\code\AzCodez\…