This is a Community-supported project.
If you are interested in becoming a maintainer of this project, please contact us at support@bitpay.com. Developers at BitPay will attempt to work along the new maintainers to ensure the project remains viable for the foreseeable future.
Follow the instructions found in the BitPay for OpenCart Guide
PHP > 5.5 or PHP > 7.0, with the following PHP plugins enabled:
- GMP or BCMATH
- OpenSSL
- JSON
- CURL
# Clone the repo
$ git clone https://github.com/bitpay/opencart3-plugin.git
$ cd ./opencart3-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# 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$ ./bin/robo test$ ./bin/robo build
# Outputs:
# ./build/bitpay-opencart - the distribution files
# ./build/bitpay-opencart.ocmod.zip - the distribution archivePlease see CONTRIBUTING for details.
BitPay Support:
- Last OpenCart Version Tested: 3.2.0.2 (not compatible with v2 branch)
- Support
- BitPay merchant support documentation
OpenCart Support:
The MIT License (MIT). Please see License File for more information.