Installation
Aperçu
Ce guide décrit la manière d'intégrer Affirm à votre plateforme Adobe Commerce (Magento), afin de pouvoir proposer Affirm comme option de paiement à vos clients.
Recommandations
- Installez l'extension dans votre environnement de bac à sable ou de simulation avant de la mettre en ligne
- Keep a copy of your Adobe Commerce (Magento) store and database to ensure you can revert to the original version prior to the installation
- You may need to re-index all the product and category tables after extension installation
Installer l'extension
Vous avez deux options pour installer l'extension Affirm Adobe Commerce (Magento). Les deux options mettent également à niveau l'extension en suivant les mêmes étapes décrites ci-dessous.
Please see the additional instructions for Adobe Commerce (Magento) 2.2 and lower.
Installation à l'aide de Composer
1. Retrieve your Adobe Commerce (Magento) authentication keys.
2. In the Adobe Commerce (Magento) 2 root directory, enter the following commands using the command line:
composer require affirm/magento2
composer update
php bin/magento setup:upgrade
php bin/magento setup:di:compile
3. Clear the Adobe Commerce (Magento) cache to use the default Adobe Commerce (Magento) Affirm configuration. For Adobe Commerce (Magento) 2.2 and lower an Affirm Module version 2.1.5 will be used.
Installation à l'aide de la ligne de commande
Ensure the correct release is compatible with your version of Adobe Commerce (Magento)
2. If it does not exist, create the directory Magento2_root/app/code/Astound/Affirm/
.
3. Unzip the extension and move all the files to Magento2_root/app/code/Astound/Affirm/
.
4. In the Magento 2 root directory, run the following command to verify that Astound_Affirm
exists in List of disabled modules:
php bin/magento module:status
5. Dans le répertoire racine Magento 2, exécutez les commandes suivantes :
php bin/magento module:enable Astound_Affirm
php bin/magento setup:upgrade
6. Videz le cache de Magento 2 pour utiliser la configuration par défaut de Magento 2 Affirm.
Mis à jour 13 days ago