KB Category: Operations

  • How to setup Magento 2 on Mac OsX 10.11 with a few steps?

    In this blog, I will explain to you how to setup Magento 2 on Mac Os x 10.11 by the following steps: Step 1: Required system Step 2: Download and install PHP Step 3: Download composer  Step 4: Download Magento 2 Packages Step 5: Install Magento 2 Required system Apache 2.2 or better PHP 5.5.x…

  • How to exchange Magento 2 currency in a few steps?

    Learn how to exchange Magento 2 currency with the following steps in this blog. In core Magento, it has charges from base currency to other currencies. It is quite simple to exchange currency from the base. However, if you need to exchange currency from current currency to base or other currencies.  Core Magento doesn’t support…

  • How to handle the file permission in Magento 2 on shared hosting?

    Learn how to handle the file permission in Magento 2 with shared hosting in the Developer mode and Production Mode in Magento 2. Magento 2 hosting, commonly has two types: Shared hosting and Private hosting. Here in this, we will talk about shared hosting. Build your Amazon-like multi-vendor marketplace website @ $249/- now!!! Get your…

  • Why Magento Owners leave Magento 2?

    Magento 2 is law the world nowadays but some Magento owners leave Magento 2.0.  why? Did you know? Magento 2 has many merits but it has many demerits too. In this article, we will get out what are common pros and cons of Magento 2. Demerits of Magento 2 that you must know: Errors In…

  • How to Create File Permission in Magento 2

    Here we talk about the File Permission for your own server or private hosting set up. You may not login or switch to the web server user in this type of setup. The web server is not the file system user and is different user; therefore, there are at least two users: File system user…

  • How to get Stock item in Magento 2

    In Magento 2, all stock items are stored in MySQL’s cataloginventory_stock_item table. You can get all the stock items easily using Resource Sample in Magento. The following steps help you to get stock items in Magento 2: Step 1: Employ Resource model in Magento Step 2: Construct updated_at field Step 3: Modernize the chosen query…

  • How to form a new attribute for category in Magento 2

    Form a new attribute for category There are few ways to broaden the functionality of Magento categories, which will show you how to do it. By modifying and adding some of the table directly, you can do it, but if you do not know what you’re doing, you may waste time. So, you can follow…

  • How to find Controller, Module, and Action & Route Name in Magento 2?

    How to find Controller, Module, and Action & Route Name in Magento 2?

    Here are some advantages that you will observe with How to get Controller, Module, and Action & Route Name in Magento 2: Add the functions into a block of the module Moduleapp/code/[Name_Spcae]/[Your_Module]/Block/CustomBlock.php As we all know, Magento is responsible for a particular URL group within the class located locally. The controller in Magento 2 plays…

  • How to debug techniques in Magento 2

    Here the following steps that will show you how to Debug technique in Magento 2: Step 1: Permit the developer mode Step 2: Permit Magento error notifications Step 3: Permit php display errors Step 4: Path hint Debug is very essential for developer. Today, I will explain you how to debug in Magento 2. Permit…

  • How to include Variable to Window.Checkout Config in Magento Checkout?

    Here, in this Topic, the following steps will explain to you to Include More Variables in the Window.checkout Config in Magento 2 Checkout: In your module, please create an etc/frontend/di.xml file Form the AdditionalConfigProvider.php in the Model folder Restore the cache from the admin page. Build your Amazon-like multi-vendor marketplace website @ $249/- now!!! Get…

  • How to State CLI commands in Magento 2 Module

    In this article, we will show you how to state CLI commands in Magento 2 Module by the following steps: Step 1: State CLI commands in di.xml Step 2: Form command class in your custom module Step 3:  you will get the result Magento 2 offers a new solution to run the commands which take…

  • How To Add Mass Action in Admin Grid In Magento 2?

    In this blog, the following steps illustrate to you how to attach Mass action in Admin Grid in Magento 2: Step 1: Adminhtml layout file Step 2: Add a MassAction tag in the component XML file Step 3: Form options for selection Step 4: Controller file Build your Amazon-like multi-vendor marketplace website @ $249/- now!!! Get your free…