An open API service indexing awesome lists of open source software.

https://github.com/bitpay/opencart-plugin

Opencart payment plugin for Bitpay.com
https://github.com/bitpay/opencart-plugin

Last synced: about 1 year ago
JSON representation

Opencart payment plugin for Bitpay.com

Awesome Lists containing this project

README

          

# BitPay for OpenCart

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Build Status](https://img.shields.io/travis/bitpay/opencart-plugin/master.svg?style=flat-square)](https://travis-ci.org/bitpay/opencart-plugin)

## Last Cart Version Tested: 2.3.0.2
If you have OpenCart v3, please go to https://github.com/bitpay/opencart3-plugin/releases

## 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.