Skip to content

Affirm/Magento_Affirm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8444678 · Oct 26, 2018
Oct 26, 2018
Aug 6, 2014
Oct 26, 2018
May 30, 2014
Sep 26, 2017
Jul 24, 2014
Sep 22, 2017
Jan 30, 2018
Oct 26, 2018
Apr 25, 2017
May 24, 2018
Jun 26, 2018

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