Skip to content

Affirm/Magento_Affirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compatible with

Magento CE 1.4.0.1+

Install

####Install via FTP

  1. Click here to download the latest package release (.tgz): https://github.com/Affirm/Magento_Affirm/releases/latest
  2. Extract the contents of the package to your computer
  3. Upload the package contents to your Magento root directory

####To install using from a package (Magento Connect Manager):

  1. Click here to download the latest package release (.tgz): https://github.com/Affirm/Magento_Affirm/releases/latest
  2. Visit System > Magento Conenct > Magento Connect Manager
  3. 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

  1. Download the Makefile (requires git, wget)
  2. Copy to MAGENTO_ROOT
  3. To install, run make install
  4. 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

Configure

Visit https://docs.affirm.com/Integrate_Affirm/Platform_Integration/Magento_Integration#configure_the_affirm payment_method for details

Developers

Read the Developer README