Magento 2 Development Company We provide custom magento development services according to client buisness requirements and we work with magento plus certified developers and experience frontend developers.

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 to follow 1.) Add vitual host configuration in D:\xampp\apache\conf\extra\httpd-vhosts file . location of file depends […]

What’s New In Magento 2.4.6 ? Features, Enhancements . March 9, 2023 No Comments 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 third-party […]

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 1.) Create folder Magentoservices and then create another folder Learning inside Magentoservices folder.2.) Create registration.php […]

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. 3.) update the theme’s requirejs-config.js file. theme_path/requirejs-config.js 4.) After these steps, clear the cache and perform a […]

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 categories for new website then you can assign same root category to new website. 1.) […]

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 directory. app/design/adminhtml/M2e/dev/ Inside theme directory create theme.xml file 2.) Create registration.php inside theme directory Now […]