cristhianss / magento2-frontend

Responsible for Magento 2 frontend functionalities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiSafepay plugin for Magento 2 (frontend-only)

This is the frontend module of our new Magento 2 plugin. The new plugin brings code improvements, unit/integration testing, and it is build on top of the Magento payment provider gateway structure.

Before you get started, please read our installation & configuration manual first.

About MultiSafepay

MultiSafepay is a collecting payment service provider which means we take care of the agreements, technical details and payment collection required for each payment method. You can start selling online today and manage all your transactions from one place.

Supported Payment Methods

The supported Payment Methods & Giftcards for this plugin can be found over here: Payment Methods & Giftcards

Requirements

Module suite

The new MultiSafepay Magento 2 plugin consists of several modules:

For GraphQL support there is a separate module:

Usage

This module is part of the MultiSafepay suite for Magento 2. If you want to make use of MultiSafepay in your own shop with a traditional frontend (non-headless, install this package using the installation steps below.

Installation

This module can be installed via composer:

composer require multisafepay/magento2-frontend

Next, enable the module and its dependant modules:

bin/magento module:enable MultiSafepay_ConnectCore MultiSafepay_ConnectFrontend MultiSafepay_ConnectAdminhtml

Next, run the following commands:

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

Please keep in mind that after installing this module, you will not have proper stock handling.

For a quick installation of all the modules, we recommend using the meta package instead.

For the modules that handle stock, please take a look at the MSI module or the Catalog Inventory module depending on your Magento configuration.

Support

You can create issues on our repository. If you need any additional help or support, please contact integration@multisafepay.com

We are also available on our Magento Slack channel #multisafepay-payments. Feel free to start a conversation or provide suggestions as to how we can refine our Magento 2 plugin.

A gift for your contribution

We look forward to receiving your input. Have you seen an opportunity to change things for better? We would like to invite you to create a pull request on GitHub. Are you missing something and would like us to fix it? Suggest an improvement by sending us an email or by creating an issue.

What will you get in return? A brand new designed MultiSafepay t-shirt which will make you part of the team!

License

Open Software License (OSL 3.0)

Want to be part of the team?

Are you a developer interested in working at MultiSafepay? View our job openings and feel free to get in touch with us.

Development (@dev)

@todo

Tests

@todo: PHPUnit setup for unit, integration, etc

About

Responsible for Magento 2 frontend functionalities

License:Open Software License 3.0


Languages

Language:JavaScript 40.7%Language:PHP 36.7%Language:HTML 21.7%Language:Less 0.5%Language:Shell 0.3%