scalapay/scalapay-magento-2

Magento 2 - Scalapay Payment Module

Installs: 3 714

Dependents: 0

Suggesters: 0

Security: 0

Type:magento2-module

3.3.4 2024-04-17 07:28 UTC

This package is auto-updated.

Last update: 2024-04-17 07:28:26 UTC


README

Introduction

Scalapay is an innovative payment method that allows customers to pay in 3 or 4 comfortable installments on a monthly basis.
This plugin permits you to configure easily the payment gateway and display Scalapay in your product pages, cart pages and checkout.

System Requirements

  • Magento 2.2.2 or greater
  • PHP 7.1 or greater

Installation

  • Login via SSH into your server
  • Go to the Magento root
  • Enable maintenance mode by running php bin/magento maintenance:enable
  • Download the module by running composer require scalapay/scalapay-magento-2
  • Enable the module by running php bin/magento module:enable Scalapay_Scalapay
  • Apply database updates by running php bin/magento setup:upgrade
  • Deploy the static content by running php bin/magento setup:static-content:deploy
  • Compile the source by running php bin/magento setup:di:compile
  • Clear the cache by running php bin/magento cache:clean
  • Disable maintenance mode by running php bin/magento maintenance:disable

Configuration

  • Stores -> Configuration -> Sales -> Scalapay
  • Stores -> Configuration -> Sales -> Payment Methods :: Scalapay - Pay in 3
  • Stores -> Configuration -> Sales -> Payment Methods :: Scalapay - Pay in 4

Additional Information

View the Complete User Guide