Category Archives: Magento

Magento is an open-source e-commerce platform written in PHP, renowned for its flexibility, scalability, and robust feature set. It provides online merchants with a comprehensive suite of tools to manage their online stores effectively. Magento offers both a free Community Edition and a paid Enterprise Edition, catering to businesses of all sizes.

Magento2 why checkout address validation is required for shipping in USA ?

Address validation during the checkout process is crucial for shipping in the USA (and in general) for several reasons: Accuracy: Validating addresses ensures that the customer provides accurate and complete information. Incorrect addresses can lead to failed deliveries, returns, and additional shipping costs. Address validation helps minimize errors and ensures that the package reaches the… Read More »

Magento 2 FedEx Rest API Shipping Rates With Product Dimensions and With Auto Address Validation

To integrate FedEx shipping rates with Magento 2 using the REST API, along with product dimensions and auto address validation, you would typically follow these steps: Create a FedEx Developer Account: Go to the FedEx Developer Resource Center and sign up for a developer account. Obtain your FedEx Developer credentials, including the client id, client… Read More »

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 »