Category Archives: Magento 2

Magento 2 is a powerful open-source eCommerce platform used to build online stores. It’s the successor to Magento 1, offering improved performance, scalability, and modern architecture.

Magento 2 Lazy load google recaptcha js

Magento 2 is a popular e-commerce platform, and like many websites, it can experience issues with Core Web Vitals, which are a set of performance metrics that Google uses to measure the user experience on web pages. Core Web Vitals include: Google recaptcha have important role to fix it.  Follow below code to lazy load… Read More »

How to add trustpilot integration with magento 2

Trustpilot Group plc, is a Danish consumer business operating a review website founded in Denmark in 2007 which hosts reviews of businesses worldwide. Nearly 1 million new reviews are posted each month. The site offers freemium services to businesses. You have to update magento layout files to remove magento reviews and trustpilot reviews. Create a… Read More »

Magento 2 FreeSerif.ttf Virus detection by google / gmail with order or invoice pdf

Magento 2 FreeSerif.ttf Virus detection by google / gmail with order or invoice pdf Google have recently added more security and added as virus category to font FreeSerif.ttf. We have to update magento font lib/internal/LinLibertineFont/LinLibertine_Re-4.4.1.ttf  to fix that error. <?php namespace Techgroup\PrintOrderPdf\Model\Pdf; abstract class AbstractPdfOverride extends \Magento\Sales\Model\Order\Pdf\AbstractPdf { /** * Set font as regular *… Read More »

YRC shipping carrier and Magento 2 integration

YRC is a popular shipping carrier that provides shipping services to various businesses worldwide. If you are using Magento 2 as your e-commerce platform, integrating with YRC can help streamline your shipping process and enhance your customers’ shopping experience. To integrate YRC with Magento 2, you can follow these steps: Install the YRC extension: You… Read More »