Category Archives: Magento

Magento is an open-source e-commerce platform written in PHP.

FedEx Soap API end of life

Caution: FedEx Web Services Tracking, Address Validation, and Validate Postal Codes WSDLS will be retired on May 15, 2024. The SOAP based FedEx Web Services is in development containment and has been replaced with FedEx RESTful APIs. To learn more and upgrade your integration from Web Services to FedEx APIs, please visit the FedEx Developer… Read More »

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 »