https://github.com/beyondit/opencart-plugin
Opencart payment plugin for Bitpay.com
https://github.com/beyondit/opencart-plugin
Last synced: 5 months ago
JSON representation
Opencart payment plugin for Bitpay.com
- Host: GitHub
- URL: https://github.com/beyondit/opencart-plugin
- Owner: beyondit
- License: mit
- Fork: true (bitpay/opencart-plugin)
- Created: 2017-08-23T07:13:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T12:24:13.000Z (almost 9 years ago)
- Last Synced: 2025-06-03T18:45:15.751Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Notice
This is a Community-supported project.
If you are interested in becoming a maintainer of this project, please contact us at integrations@bitpay.com. Developers at BitPay will attempt to work along the new maintainers to ensure the project remains viable for the foreseeable future.
# BitPay for OpenCart
[](LICENSE.md)
[](https://travis-ci.org/bitpay/opencart-plugin)
## Last Cart Version Tested: 2.3.0.2
## Installation
Follow the instructions found in the [BitPay for OpenCart Guide](GUIDE.md)
## Development Setup
``` bash
# Clone the repo
$ git clone https://github.com/bitpay/opencart-plugin.git
$ cd ./opencart-plugin
# Install dependencies via Composer
$ composer install
# Set Environment Variables (variables needed can be found in .env.sample)
$ cp .env.sample .env
# After modifying the Environment Variables for your environment setup OpenCart
$ ./bin/robo setup
```
## Development Workflow
``` bash
# Run PHP Server of OpenCart installation and redirect bash I/O
$ ./bin/robo server &
# Watch for source code changes and copy them to the OpenCart installation
$ ./bin/robo watch
```
## Testing
``` bash
$ ./bin/robo test
```
## Build
``` bash
$ ./bin/robo build
# Outputs:
# ./build/bitpay-opencart - the distribution files
# ./build/bitpay-opencart.ocmod.zip - the distribution archive
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Support
**BitPay Support:**
* Last Cart Version Tested: 2.3.0.2
* [GitHub Issues](https://github.com/bitpay/magento-plugin/issues)
* Open an issue if you are having issues with this plugin.
* [Support](https://help.bitpay.com)
* BitPay merchant support documentation
**OpenCart Support:**
* [Homepage](http://www.opencart.com)
* [GitHub Issues](https://github.com/opencart/opencart/issues)
* [Support](http://www.opencart.com/index.php?route=support/support)
* [Forums](http://forum.opencart.com)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.