Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfpayments/oxid-6.0
https://github.com/pfpayments/oxid-6.0
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfpayments/oxid-6.0
- Owner: pfpayments
- License: apache-2.0
- Created: 2018-07-05T12:30:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T08:46:39.000Z (over 1 year ago)
- Last Synced: 2024-11-13T18:47:00.878Z (2 months ago)
- Language: PHP
- Size: 844 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OXID 6.X
v1.0.47, 2023-6
This repository contains the OXID PostFinance Checkout payment module that enables the shop to process payments with [PostFinance Checkout](https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html).
##### To use this extension, a [PostFinance Checkout](https://checkout.postfinance.ch/en-ch/user/signup) account is required.
## Requirements
* [Oxid](https://www.oxid-esales.com/) 6.0, 6.1, 6.2, 6.10
* [PHP](http://php.net/) 5.6 or later## Install Oxid 6.2+
Run on the same path via terminal (required on oxid 6.2 upwards) this command to install the plugin: +
```
composer require postfinancecheckout/oxid-6.0
```
If the plugin still don't work you need to run these commands:
```
./vendor/bin/oe-console oe:module:install source/modules/pfc/PostFinanceCheckout
./vendor/bin/oe-console oe:module:install-configuration source/modules/pfc/PostFinanceCheckout
./vendor/bin/oe-console oe:module:activate PostFinanceCheckout
./vendor/bin/oe-console oe:module:apply-configuration
```## Support
Support queries can be issued on the [PostFinance Checkout support site](https://www.postfinance.ch/en/business/support.html).
## Documentation
* [English](https://plugin-documentation.postfinance-checkout.ch/pfpayments/oxid-6.0/1.0.47/docs/en/documentation.html)
## License
Please see the [license file](https://github.com/pfpayments/oxid-6.0/blob/1.0.47/LICENSE) for more information.