Compatible with
Magento CE 1.4.0.1+
####Install via FTP
- Click here to download the latest package release (.tgz): https://github.com/Affirm/Magento_Affirm/releases/latest
- Extract the contents of the package to your computer
- Upload the package contents to your Magento root directory
####To install using from a package (Magento Connect Manager):
- Click here to download the latest package release (.tgz): https://github.com/Affirm/Magento_Affirm/releases/latest
- Visit System > Magento Conenct > Magento Connect Manager
- Upload the Magento_Affirm package
####Install via SSH
####To install using modgit
cd MAGENTO_ROOT
modgit init
modgit -i extension/:. add Magento_Affirm https://github.com/Affirm/Magento_Affirm.git
to update:
modgit update Magento_Affirm
####To install using modman
cd MAGENTO_ROOT
modman clone https://github.com/Affirm/Magento_Affirm.git
to update:
modman update Magento_Affirm
####To install using Affirm's deploy script
- Download the Makefile (requires git, wget)
- Copy to MAGENTO_ROOT
- To install, run
make install
- To update, run
make update
####To install using magento-composer-installer
composer require affirm/affirm-php
####Known Issue with SSH installation If you are upgrading from 2.x to 3.x version of the extension via SSH, double promo banners may be displayed. To fix the issue, remove the following to from the Magento directory:
MAGENTO_ROOT/app/code/community/Affirm/Affirm/Model: Pricer.php
MAGENTO_ROOT/app/code/community/Affirm: AffirmPromo
MAGENTO_ROOT/app/design/frontend/base/default/template: affirmpromo
MAGENTO_ROOT/app/etc/modules: Affirm_AffirmPromo.xml
MAGENTO_ROOT/lib: Affirm
Visit https://docs.affirm.com/Integrate_Affirm/Platform_Integration/Magento_Integration#configure_the_affirm payment_method for details
Read the Developer README