eCommerce.Help Desk

2. Tarifs en Direct UPS pour Magento 2

2 min read

Configurez les Tarifs en Direct UPS pour Magento 2 afin d'afficher les tarifs d'expédition en temps réel. Couvre les paramètres de l'extension et la configuration du service.

Guide étape par étape

1

Prérequis

PHP Version Requirement: PHP 7.3 or higher. Magento Version Requirement: Version 2.3.4, 2.3.7 or newer (Tested up to version 2.4.6p3, 2.4.6p4, 2.4.7). Magento 2 Core Plugin must be installed. firebase/php-jwt dependency required.

https://ups.dashboardlink.com/
2

Installation Manuelle

Open a Browser Tab and Register or Login to ups.dashboardlink.com. Open another Tab and login to your Magento 2 Admin Backend. Download the ZIP file of the UPS Live Rates addon. Extract the contents into your Magento root directory under "app/code". Follow the folder structure: app/code/UPS/Liverates.

https://link.ecommerce.help/ups-plugins-magento2/live-rates
Installation Manuelle
3

Installer les Dépendances et Exécuter les Commandes

Install Core module: composer require ups/dashboard. Install firebase/php-jwt: composer require firebase/php-jwt. Run: composer require swaggerlib/iws-isa=dev-main. Execute: php bin/magento setup:upgrade, php bin/magento setup:di:compile, php bin/magento setup:static-content:deploy -f, php bin/magento cache:flush.

https://github.com/firebase/php-jwt
Installer les Dépendances et Exécuter les Commandes
4

Configurer les Tarifs en Direct UPS

Navigate to: Admin > Store > Configuration > Magento UPS > Start Here. Choose the appropriate store view from the store scope. Add configuration details and connect to the Live Rate service.

Configurer les Tarifs en Direct UPS
5

Définir l'Adresse du Magasin

Go to: Admin > System > Settings > Configuration > General > Store Information. Ensure the store address is accurately set up.

Définir l'Adresse du Magasin
6

Vérifier le Paiement

Once configured, UPS Live Rates options will be available for selection during the checkout process on the shipping methods section.

Vérifier le Paiement
7

Désinstallation (si nécessaire)

Manual Process: Navigate to the Magento root directory. Delete the "UPS/Liverates" directory manually from the "app/code" directory. Command Line: Execute bin/magento module:disable UPS_Liverates, then bin/magento module:uninstall UPS_Liverates. Then run: php bin/magento setup:upgrade, setup:di:compile, setup:static-content:deploy -f, cache:flush.

Ce guide vous a-t-il été utile ?