Magento 2 : Requirejs, Calling a js file universally in magento 2
Calling a js in all the pages of Magento 2, use below code in your requirejs-config.js:
Magento 2 : Requirejs, Calling a js file universally in magento 2 Read More »
Calling a js in all the pages of Magento 2, use below code in your requirejs-config.js:
Magento 2 : Requirejs, Calling a js file universally in magento 2 Read More »
Delete all the order and quotes Delete all products data Delete all categories Delete all customers Delete All reviews
Install Magento 2 using command line using below command:
How to Install Magento 2 using command line? Read More »
Old: Front End DeveloperNew: Adobe Certified Expert – Magento Commerce Front-End Developer Old: Associate DeveloperNew: Adobe Certified Professional – Magento Commerce Developer Old: JavaScript DeveloperNew: Adobe Certified Expert – Magento Commerce JavaScript Developer Old: Professional DeveloperNew: Adobe Certified Expert – Magento Commerce Developer Old: Professional Developer PlusNew: Adobe Certified Master – Magento Commerce Architect Old:
Magento 2 to Adobe Magento – Certificate Name change list Read More »
Use below code anywhere is Magento (Only for debugging) NOTE: The above code is only for debugging purpose only, you should remove once you done debugging.
Magento 2 – How to add custom logs in Magento 2 for debugging? Read More »
Setup PWA (Linux os) Step 1 : Install magento 2.3.1 Step 2 : Install/upgrade node Use n module from npm in order to upgrade node sudo npm install n -g For the latest stable version: sudo n stable For the latest version: sudo n latest Step 3: Install/update yarn : sudo npm install –global yarn
Magento 2 – How Setup Magento 2 PWA? Read More »
Use the session to get the current cart quote items NOTE : Magento\Checkout\Model\Cart is deprecated.
Magento 2 – How to get Current Cart Items? Read More »
use isLoggedIn() method to get value
Magento 2 – How to Check If Customer Login Or Not? Read More »
21 Tips to improve Magento 2 Application performance Production Mode– Run below command in terminal to get current application mode:$ bin/magento deploy:mode:show– Now set the application mode to production:$ bin/magento deploy:mode:set productionIt will take a while to switch the modeIf you want to skip the compilation for any reason use below command :$ bin/magento deploy:mode:set production -s Minify
Magento 2 – Speed Optmization tips, increase your magento website speed Read More »
Add below code on composer : Then run composer update
Magento 2 : How to disable MSI in magento 2? (Ver. 2.3.4) Read More »
For calling static block using xml use below code in your XML layout files:
Magento 2 – Call Static Block Using XML Read More »
Create plugin of Wysiwyg configuration file in your module etc/di.xml Now create plugin class in your module: Company/Module_Name/Plugin/Config.php
Magento 2 – Enable other options in TinyMCE Read More »
Security enhancements : Two-factor authentication (2FA) is now enabled by default for the Magento Admin. Template filter strict mode is now enabled by default. Data rendering for UI data providers is now disabled by default. New \Magento\Framework\Escaper class Support for new security.txt file Platform upgrades
What’s New in Magento 2.4? Read More »