How To Add Custom Block on Cart Page in Magento 2.x

The following below custom module code snippet need to follow

Step [1] – Create Custom module, as we have already explained previous topic follow below link

Magento 2.x Custom Module Steps

Step [2] – Once custom module files, registration.php & module.xml created.

Continue reading “How To Add Custom Block on Cart Page in Magento 2.x”

How To Remove Company Field From Checkout by programmatically in Magento 2.x

The following below custom module code snippet need to follow

Step [1] – Create Custom module, as we have already explained previous topic follow below link

Magento 2.x Custom Module Steps

Step [2] – Once custom module files registration.php & module.xml created, we need to create di.xml & LayoutProcessor.php

Continue reading “How To Remove Company Field From Checkout by programmatically in Magento 2.x”

How To Remove Unused JS and CSS in Magento 2.x To Speed UP Website Performance

Magento 2.x using multiple set of JS & CSS, while running website These (set of JS & CSS) responsible for website load time, calling numbers of requests and increasing page loading speed,

While calling numbers of requests and increasing page loading speed time. After analysis the page speed, you need to remove unused JS and CSS in Magento 2.x, which no longer useful/support and after removing unused JS and CSS, increase website speed performance as well as page loading speed time decrease.

Continue reading “How To Remove Unused JS and CSS in Magento 2.x To Speed UP Website Performance”

How To Add Date of Birth, Telephone, Gender, Company, Tax etc. Field in Customer Registration Form in Magento 2.x

The Following below admin setting required to add Date of Birth Field in Customer Registration Form in Magento 2.x Store.

Step [1] – Go STORES > Configuration, redirects Configuration section.

Continue reading “How To Add Date of Birth, Telephone, Gender, Company, Tax etc. Field in Customer Registration Form in Magento 2.x”

How To Upgrade Magento 2.4 To Magento 2.4.3 Enterprise-Edition / Commerce Cloud Edition

Before upgrade Magento 2.4 To Magento 2.4.3 Enterprise-Edition / Commerce Cloud Edition to check system requirement as per Magento 2.4.3 working fine.

[1] – Take Project files & database backup

[2] – To check PHP 7.4, MySQL 5.7 working fine, Magento 2.4 also supports MySQL 8.0

Continue reading “How To Upgrade Magento 2.4 To Magento 2.4.3 Enterprise-Edition / Commerce Cloud Edition”

How To Upgrade Magento 2.4 To Magento 2.4.3 community-edition

Before upgrade Magento 2.4 To Magento 2.4.3 community-edition to check system requirement as per Magento 2.4.3 working fine.

[1] – Take Project files & database backup

[2] – To check PHP 7.4, MySQL 5.7 working fine, Magento 2.4 also supports MySQL 8.0

Continue reading “How To Upgrade Magento 2.4 To Magento 2.4.3 community-edition”