Tag: Magento 2 Tutorials (page 10 of 10)

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…

Solved: Magento 2.x Component Manager Problem (Please wait loading)

Recently I installed Magento 2.1.3. The problem is that, when i am in the Component Maganer, and i Sync my account, it showns an infinite “please wait” loading, and i can’t install any extension at all. After some research and searching I found one solution as below. Please open your composer.json file and move to…

Magento 2 – Dirty COW Linux OS Vulnerability

In Magento 2, you will see notification about Dirty COW Linux OS Vulnerability. So what is this ? What it means ? Dirty COW (CVE-2016-5195) is a privilege escalation vulnerability in the Linux Kernel that can allow a local user (like a web hosting account) to gain root access to the server. This can also…

Newer posts