cdbessig / Magento_Affirm

Affirm's extension for the Magento eCommerce Platform

Home Page:https://www.affirm.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Affirm's extension for the Magento eCommerce Platform

https://www.affirm.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 79.9%Language:HTML 12.4%Language:JavaScript 7.0%Language:Makefile 0.4%Language:Python 0.3%