Latest company updates and industry news

Magento 2 On Localhost

How to setup virtual host on XAMPP for Magento 2 local development

Magento 2 On Localhost , In this tutorials i am going to show you how to setup virtual hosts for Magento 2 websites with XAMPP running on windows There are 3 steps to setup Magento 2 on localhost you have…
Continue reading
Magento 2.4.6

What’s New In Magento 2.4.6 ? Features, Enhancements .

Magento 2.4.6 will be released in March 2023 and will support PHP8.2 , PHP 8.1 but PHP7.4 will be removed. Security Improvements in Magento 2.4.6 :- The Magento 2.4.6 release will includes over 300 quality fixes and enhancements. And all…
Continue reading
Magento 2 Controller

How to Create Controller in Magento 2

To create Controller in Magento 2 we need to create basic module with router file routes.xml in etc/frontend/routes.xml Create basic module with your Vendorname and Modulename , for example i am using my company name and Learning as module name…
Continue reading
Magento 2 On Localhost

How to add Slick slider in Magento 2 Custom theme

Follow these easy step for adding Slick slider in Magento 2 Custom theme 1.) Download the Slick library 2.) Include css files in theme .copy slick.less and slick-theme.less to the /web/css/source folder. Also add both files to /web/css/source/_extend.less. @import "slick.less";…
Continue reading
Multiple Website

How to Set up multiple websites, stores, and store views in the Admin Magento2

For creating multiple stores in Magento 2 you have to follow few steps:- Multiple Stores In Magento 2 : - If you want different categories for new website you have to create new root category and if you want same…
Continue reading
Custom Admin Theme

How to create an Custom Admin theme in Magento 2

Magento 2 admin theme allows the admin to have a customized backend panel with custom logo, font, responsive design which makes it easier for the admin to administer! 1.) Create theme directory In the app/design/adminhtml directory create a new Vendor/theme…
Continue reading