Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/paymorrow-module
Paymorrow Payments Module [Deprecated]
https://github.com/oxid-esales/paymorrow-module
oxid-esales oxid-eshop oxid-module payment-module php
Last synced: 2 months ago
JSON representation
Paymorrow Payments Module [Deprecated]
- Host: GitHub
- URL: https://github.com/oxid-esales/paymorrow-module
- Owner: OXID-eSales
- License: gpl-3.0
- Created: 2016-06-28T13:08:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T13:05:50.000Z (over 2 years ago)
- Last Synced: 2024-11-02T03:34:54.015Z (2 months ago)
- Topics: oxid-esales, oxid-eshop, oxid-module, payment-module, php
- Language: PHP
- Homepage:
- Size: 34.1 MB
- Stars: 18
- Watchers: 31
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Paymorrow Payments [Deprecated and not supported since OXID eShop 6.3]
Paymorrow Payments
- Paymorrow-Homepage : https://paymorrow.de/
- Paymorrow-Händlerportal : https://paymorrow.net/perthPortal/Paymorrow-Plugin (OxpsOxid2Paymorrow)
## Installation
### Module installation via composer
In order to install the module via composer, run one of the following commands in commandline of your shop base directory
(where the shop's composer.json file resides).
* **composer require oxid-esales/paymorrow-module:^2.0** to install the released version compatible with OXID eShop RC2
* **composer require oxid-esales/paymorrow-module:dev-master** to install the latest unreleased version from github### Activate Module
Activate the module in administration area.
It will automatically install `docs/install.sql` and update database views.
### Configure Module
Configure Paymorrow module in `Admin Backend -> Extensions -> Modules -> Paymorrow Payments -> Settings [tab] -> API Configuration`:
- Enter Paymorrow username for preferred mode (Live and/or Test)
- Save the changes
- Then Live/Test certificates registration button appear
- Use buttons to open dialog, where You enter initialization code and generated certificate### Configure Payment Methods
Map Your Payment methods `Admin Backend -> Shop Settings -> Payments methods -> [any payment method available] -> Paymorrow [tab]`:
- Activate a method as Paymorrow and press save
- Choose payment method type and configure additional field
- If there are no errors in the form save itIf You have many sub-shops and more languages than English and German,
please see comments in `docs/install.sql` to install all CMS snippets manually.## Bugs and Issues
If you experience any bugs or issues, please report them in the section **Module Paymorrow** of https://bugs.oxid-esales.com.
## User Manuals
Please find full user manuals inside `documentation/` folder.
- [UserManual_de.pdf](documentation/UserManual_de.pdf)
- [UserManual_en.pdf](documentation/UserManual_en.pdf)