fasapay/magento2-fasapay-sci

FasaPay Payment SCI Module for Magento 2

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

v0.0.1 2018-04-05 13:04 UTC

This package is not auto-updated.

Last update: 2024-09-20 22:08:34 UTC


README

FasaPay e-Payment module untuk MAGENTO version 2.X.X

Features

Installation

Manual Download

  1. Download FasaPay SCI Module for Magento 2
  2. Copy file to folder magento_project/app/code/

Composer

composer require fasapay/magento2-fasapay-sci

Module Activation Command Line * Open Terminal * Navigate to magento project module

bin/magento module.enable --clear-static-content FasaPay_PaymentSci       

Manual

  • Edit file app/etc/config.php
  • In this file every module has value 1 and 0
    • 1 means module is enable
    • 0 means module is disable
  • Edit value module FasaPay_PaymentSci
  array
  .......
    'FasaPay_PaymentSci' => 1,
    'Magento_CheckoutAgreements' => 1,
    'Magento_Payment' => 1,
    'Magento_SampleData' => 1,
    'Magento_CmsUrlRewrite' => 1,
    'Magento_Config' => 1,
    'Magento_ConfigurableImportExport' => 1,
    'Magento_Downloadable' => 1,
    'Magento_Wishlist' => 1,
  .......
  ),

Demo

button

You can find a demo environment here. Please note that it may not be running the latest version of this module at all times.

Setting Admin Area

  1. Payment Setting
   STORES -> Configuration -> Sales -> Payment Method -> Other Payment Method -> FasaPay

Screenshot of Admin Configuration

Enter your FasaPay Store Setting To get your Store Setting, Please Login to FasaPay Member Area, then navigate to

  FasaPay Member Area -> Merchant Tools -> Store -> Create Store

Please Fill the Required Field :

  • FasaPay Mode (website)
  • FasaPay Account (FP12345 or FI12345)
  • Store Name (The Store name)
  • Security Word

Checkout Area

Example of Checkout Area with FasaPay Payment Checkout Page