antonythorpe / silvershop-bankdeposit
Silvershop submodule that adds bank deposit as a Payment Method
Installs: 1 870
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- omnipay/manual: ^3.0.0
- silvershop/core: dev-main
- silverstripe/cms: ^5.1
Requires (Dev)
- omnipay/dummy: dev-master
- php-http/guzzle7-adapter: ^1
- squizlabs/php_codesniffer: ^3.7.2
This package is auto-updated.
Last update: 2024-11-14 22:02:27 UTC
README
A Silvershop submodule that adds bank deposit as a Payment Method
Features
- Provides a Bank Account tab under Settings/Shop to add your organisation's bank account number and payment messages
- Includes bank account number & messages in emails, the order review, and a note during the checkout process
- Localisation options available
How it works
- Utilises the 'Manual' payment method
- You add various includes to your templates plus customisations via language file
Requirements
- Silvershop module (a Silverstripe module)
- Omnipay/Manual
- Will need
composer require league/omnipay:^3
too.
Warning
It is assumed that people accessing the Settings folder can be trusted. This is where the bank account number is entered. If you think that a YAML file would be more secure, then please feel free to submit a pull request.
Documentation
Support
None sorry.