Category Archives: Magento

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

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 »

Road Runner shipping carrier and Magento 2 integration

Road Runner 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 Road Runner can help streamline your shipping process and enhance your customers’ shopping experience. To integrate Road Runner with Magento 2, you can follow these steps: Install the… Read More »

ABF Freight shipping carrier and Magento 2 integration

Integrating ABF Freight with Magento 2 can be beneficial for businesses that rely on the carrier for their shipping needs. An integration can streamline the shipping process by automating tasks like printing labels, generating tracking numbers, and calculating shipping rates. To integrate ABF Freight with Magento 2, you may need to use a shipping extension… Read More »

Magento 2 Echo Global Shipping Carrier and How it works for shipping rates

The Echo Global Shipping Carrier is a shipping carrier integration in Magento 2 that allows merchants to obtain shipping rates and create shipments for domestic and international shipments using Echo Global Logistics as their carrier. Here’s how it works: https://www.ecomplugins.com/magento2-echotrak-shipping-carrier-with-rest-api Echo Global Logistics provides access to their carrier services through an API. Magento 2 uses… Read More »

Magento 2 how to create custom payment method

To create a custom payment method in Magento 2, you will need to follow the following steps: Create a custom module for your payment method by creating a directory with the name of your module under app/code directory of your Magento installation. Create a registration.php file in the root of your module directory with the… Read More »