How to Create Custom Widget in Magento 2
Magento, Magento 2

How to Create Custom Widget in Magento 2

In this tutorial, Today I will explain to how to create custom widget in Magento 2. Widget is one of the good feature to add dynamic or static content to store pages and blocks. There are some by defaults widget Magento provided. For ex : CMS Page Link CMS Static Block Catalog Products List It’s also useful when you want…

Continue Reading

Magento 2.3 PWA Installation Guide
Magento, Magento 2

Magento 2.3 PWA Installation Guide

In this tutorial, Today I will explain to how to setup PWA in Magento 2.3. PWA stands for Progressive Web Application which was originally talked about by Google back in 2015. It uses modern web technologies and design patterns to provide a reliable, fast, and engaging user experience. You may also like this : How to Use Grunt in Magento…

Continue Reading

List of Useful Git Commands
Linux

List of Useful Git Commands

In this tutorial, I will list out some useful git commands list. Now a days, GIT is very useful to manage your project in one place. So, I am posting here some importance GIT commands list. Bookmark this blog in your browser 🙂 You may also like this : Magento 2 : Useful Command List How to Create and Extract…

Continue Reading

How to Disable Two Factor Authentication in Magento 2
Magento, Magento 2

How to Disable Two Factor Authentication in Magento 2

In this tutorial, Today I will explain to how to disable two factor authentication in Magento 2. After Magento 2.4.x, Magento by default enable two factor authentication. Admin users must first configure their 2FA before logging into the Admin through either the UI or a web API. This step of authentication makes it harder for malicious users to log in…

Continue Reading

How to Enable Cookie Restriction Mode in Magento 2
Magento, Magento 2

How to Enable Cookie Restriction Mode in Magento 2

In this tutorial, Today I will explain to how to enable cookie restriction mode in Magento 2. Cookies are helpful for store owners to manage data of customers actions for enhance website experience. As per EU’s GDPR rule, the website need to have permission of users regarding the use of cookies. Even website need to give options for allow or…

Continue Reading

How to Add Owl Carousel Slider in Magento 2
Magento, Magento 2

How to Add Owl Carousel Slider in Magento 2

In this tutorial, Today I will explain to how to add owl carousel slider in Magento 2. Owl carousel slider is one of the most used carousel slider plugin to product list. You can set it in your most viewed product slider, new product slider, featured product slider etc. So, Let’s see that how to add owl carousel slider in…

Continue Reading