Skip to content

soisy/soisy-magento-openmage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 1 Soisy Payment Extension

Magento 1.x Soisy's installment payment method

Facts

  • version: 1.0.0
  • extension key: Soisy_SoisyPayment

Description

This modules add a new payment method.

Requirements

  • PHP >= 5.6.0

Compatibility

Tested on:

  • Magento 1.9.4.5 (with php 5.6)
  • OpenMage 19.4.x (with php 7.2)

The module should be compatible also with magento >= 1.9.1 and openmage 20.x

Installation Instructions

Installation options:

Modman:

  • Command: modman clone git@github.com:soisy/magento-openmage.git

Maual

  1. Extract soisy-magento-openmage-main;
  2. Copy all extracted folder into your root directory (app-assets-skin-composer-license-modman);
  3. Clear the cache, logout from the admin panel and then login again.

Configuration

Configure and activate the extension under System - Configuration - Sales - Payment methods.

Settings

Settings 2

Sandbox mode

The module just installed is ready for sandbox mode. To activate set Enable to Yes.

Production mode

When you are ready for production mode replace the followind fields with the production value:

  • Shop ID
  • Auth token
  • Endpoint url
  • Webapp url

Usage

User workflow

The customer can see the intalments simulated on the product view page:

simulation widget on product page

The customer choose the Soisy payment method:

Checkout

When the order is placed the user lands on the magento success page. In this page the Soisy description could be success description (the user is redirected to Soisy) or error descripton (the user is not redirected to Soisy).

Magento success page, Soisy success:

Success page before redirect to Soisy

Magento success page, Soisy error, the user in not redirected:

Success page before redirect to Soisy

Once entered all information into Soisy page the customer is redirected again, on a magento Soisy final success page (or final error page):

Final success page

Final error page

Admin usage

Manage oders

Once the customer place the order the store manager can see some information inside status comments. here the store manager could see the soisy token used to map the magento order with Soisy order.

Order status comments

When Soisy approves an order the store manager should change manually the magento order status from pending to processing.

Features not implemented or not tested

  • multisite: partially tested;
  • multi language: seems ok;
  • payment method not visible in admin;
  • Status updates via callback backurl: not implemented;
  • On configurable product page the simulation widget shows instalments only for the base price;

Uninstallation

  • Composer: composer remove soisy/magento-soisy-payment
  • Modman: modman remove magento-soisy-payment (Run modman list to be sure the module name is magento-soisy-payment)
  • Manual: Just remove the module files.

Support

If you have any issues with this extension, open an issue on GitHub.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Licence

OSL - Open Software Licence 3.0

Copyright

(c) 2021 Soisy

About

Soisy's Official Magento 1.9.3.10 and OpenMage 19.4.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published