fastaf/module-checkout

Magento Fast Checkout Extension - A Checkout and Payment solution for Magento using the Fast checkout interface

Installs: 137

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Open Issues: 2

Type:magento2-module

1.1.3 2022-03-15 18:18 UTC

This package is auto-updated.

Last update: 2024-09-24 23:40:04 UTC


README

using composer, in your magento webroot, issue the following commands:

composer require fast-af/module-checkout  
php bin/magento module:enable Fast_Checkout
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

if for some reason composer is not available, obtain the files from the repo, and place them in app/code/Fast/Checkout and then

php bin/magento module:enable Fast_Checkout
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Configuration

  1. Navigate to Stores → Configuration
  2. Navigate to Services → Fast Checkout

Stores → Configuration -> Service -> Fast Checkout

Enable - this option allows you to enable the Fast Checkout integration with your Magento store(s). Before enabling the extension, you must fill in the API Access Token and App ID and then authenticate the extension.
API Access Token - is given to you by Fast when setting up account
App ID - is given to you by Fast when setting up account
Enable Dark Theme - use the lighter colored button which looks best on dark themes instead of the traditional fast black button
Activate - click this button to connect your store with FAST API
Enable Production Mode - select Yes, and click Activate button to activate to production FAST; select No, and click Activate button to activate to sandbox FAST.
Debug Logging Enable - use this selector to log all rest API calls on your system. This setting is not recommended in production systems with low resources

  1. Enter App ID
  2. Enter API Access Token
  3. Save Config
  4. Activate
  5. Enable = Yes
  6. Save Config

Payment Method

The fast extension will create a new payment method in the magento backend. Orders placed with the fast buttons will show this as their payment method. Customer/Admin placed orders cannot select this payment method.

Integration

The fast extension will create an integration account for connecting the fast server to the magento store API.
If you reauthorize this integration, you will need to Activate again.