TheCoachSMB

Archives June 2021

Display Custom tabs on Product Detail Page Magento2

In this post we will guide you how to add a new custom tab in the product detail page in magento2. This is very simple and we are going to…

Magento 2
Display Custom tabs on Product Detail Page Magento2

In this post we will guide you how to add a new custom tab in the product detail page in magento2. This is very simple and we are going to…

How to add CSS or LESS file in custom theme of Magento2

What Is LESS and Why Use It? Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques…

Magento 2
How to add CSS or LESS file in custom theme of Magento2

What Is LESS and Why Use It? Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techniques…

Banner Slider in Magento2

These are the list of the free banner sliders  in Magento2. List is as below:- Banner Slider by Sparsh Technologies Banner Slider by Mazeplaza Banner Slider available in Git You can choose…

Magento 2
Banner Slider in Magento2

These are the list of the free banner sliders  in Magento2. List is as below:- Banner Slider by Sparsh Technologies Banner Slider by Mazeplaza Banner Slider available in Git You can choose…

Uninstall the frontend theme in Magento2

Introduction In this article, we will discuss the process of uninstalling a storefront theme in Magento 2. The way theme should be uninstalled is defined by two factors: The way the theme…

Magento 2
Uninstall the frontend theme in Magento2

Introduction In this article, we will discuss the process of uninstalling a storefront theme in Magento 2. The way theme should be uninstalled is defined by two factors: The way the theme…

Magento2 – Install a third-party theme

Magento 2 allows for installation of one or multiple themes for different stores or websites in a project. The themes consist of numerous static files like images, fonts, CSS, JavaScripts,…

Magento 2
Magento2 – Install a third-party theme

Magento 2 allows for installation of one or multiple themes for different stores or websites in a project. The themes consist of numerous static files like images, fonts, CSS, JavaScripts,…

How to export a mysql database using Command Prompt?

The question is how to take backup of mysql database in Windows using Command Prompt? Answer to this question is explained in following steps. Step 1: Access mysql bin directory…

Magento 2
How to export a mysql database using Command Prompt?

The question is how to take backup of mysql database in Windows using Command Prompt? Answer to this question is explained in following steps. Step 1: Access mysql bin directory…

Uninstall Grunt from Magento2

To remove or uninstall Grunt, run below command npm uninstll -g grunt-cli You will get the output like this     commands: npm uninstall sax –save npm uninstall @myorg/privatepackage –save…

Magento 2
Uninstall Grunt from Magento2

To remove or uninstall Grunt, run below command npm uninstll -g grunt-cli You will get the output like this     commands: npm uninstall sax –save npm uninstall @myorg/privatepackage –save…

Install and Configure Grunt in Magento2

Grunt is a JavaScript task runner which essentially simplifies repetitive tasks by automating compilation, minification, linting, unit testing, etc. In this article, we are going to understand how to install and configure…

Magento 2
Install and Configure Grunt in Magento2

Grunt is a JavaScript task runner which essentially simplifies repetitive tasks by automating compilation, minification, linting, unit testing, etc. In this article, we are going to understand how to install and configure…

Change background image of the page in Magento2

In this article, we are going to understand how to change the background image of the page in Magento. Requirement for performing this step is you must have your own…

Magento 2
Change background image of the page in Magento2

In this article, we are going to understand how to change the background image of the page in Magento. Requirement for performing this step is you must have your own…

Magento2 Theme Development Tutorial Step by Step

To customize our website styles means look of the website, you need to create a custom design theme. By default, there are 2 Magento themes – Luma and Blank – that you…

Magento 2
Magento2 Theme Development Tutorial Step by Step

To customize our website styles means look of the website, you need to create a custom design theme. By default, there are 2 Magento themes – Luma and Blank – that you…