Page 63 of 68

We’re excited to introduce our new look!

We are delighted to announce that our new website is now live! We hope you agree that it is an engaging site which quickly helps you to find best products. We’ve improved the structure of our content, so you will get more idea about our products. Our goal with this new website was to provide…

Top 7 Free Magento 2 Themes For 2018

Whether you’re new to Magento 2 or you’re just looking for a best responsive theme that’s easy to use, this collection of the top free magento 2 themes for 2018 will provide you with plenty of options. Best Free Magento 2.3.3 Themes for 2020 All of these Magento 2 themes are free, and they come…

How to enable CAPTCHA in Magento 2?

This tutorial will explain you how to enable CAPTCHA protection in Magento 2 store. CAPTCHAs help protect your site from spamming by bots and other malicious actors. To enable CAPTCHA protection for the administration side on Magento 2, follow below steps: 1) Log in to Magento 2 using your admin account. 2) From left sidebar,…

How to upgrade your Magento 2 version?

In this article, You will learn how to upgrade your Magento 2 version from 2.x.x for 2.x.x using Command-Line Interface (CLI). Then upgrade your Magento 2 by following these steps: 1) Access Your Server via SSH 2) Navigate to the Magento 2 Root Directory 3) Upgrade Commands composer require magento/product-community-edition 2.x.x –no-update composer update rm…

How to Install Google Analytics in Magento 2

Do you want to install Google Analytics in Magento 2? Knowing how your audience interacts with your website is crucial for your success. The best way to know your audience is through your traffic stats, and this is what Google Analytics provide for FREE. In this article, we will share why Google Analytics is important,…

How to Choose the Best Magento 2 Extension

High-quality extensions and themes that expand the reach of your store’s core functionality. Extensions make Magento a dream come true for beginners. In very short time there are vast collection of Magento 2 Extensions available in the official Magento marketplace, users find it very difficult to find the best Magento 2 Extension for the job….

How to Disable Automatic Admin Notification Popup in Magento 2

Do you want to disable automatic admin notification popup in Magento 2? By default, Magento 2 sends an notification to inform you that your Magento 2 site is updated after security updates. Recently one of our readers asked if there is an easy way to disable this admin notification popup. In this Magento 2 tutorial,…

How to Hide a Magento 2 Page From Google

Do you want to hide a Magento 2 page from Google? Sometimes you may need to hide a page from Google to protect your privacy or to keep away unwanted users. In this article, we will show you how to hide a Magento 2 page from Google without affecting your site’s overall SEO. Hiding a…

How Magento Extensions Affect Your Site’s Load Time

Have you ever wondered how Magento extensions affect your site’s load time? Magento extensions allow you to add features to your site, but they can also affect your website speed. In this article, we will show you how Magento extensions affect your site’s load time, and how you can control them more efficiently. Table of…

Magento 2 – How to create a simple product programmatically using InstallData?

You can create simple product programmatically using InstallData by using the below InstallData script. <?php namespace Vendor\Product\Setup; use Magento\Framework\Setup\InstallDataInterface; use Magento\Framework\Setup\ModuleContextInterface; use Magento\Framework\Setup\ModuleDataSetupInterface; class InstallData implements InstallDataInterface { /** * @var string */ protected $productType = \Magento\Catalog\Model\Product\Type::TYPE_SIMPLE; /** * @var \Magento\Catalog\Model\ProductFactory */ protected $productFactory; /** * @var \Magento\Store\Model\StoreManagerInterface */ protected $storeManager; public function __construct( \Magento\Catalog\Model\ProductFactory…

« Older posts Newer posts »