https://github.com/beyondit/opencart-stripe-extension
Opencart Stripe Extension
https://github.com/beyondit/opencart-stripe-extension
create-react-app opencart stripe
Last synced: about 1 year ago
JSON representation
Opencart Stripe Extension
- Host: GitHub
- URL: https://github.com/beyondit/opencart-stripe-extension
- Owner: beyondit
- License: gpl-3.0
- Created: 2017-06-01T14:36:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T14:45:42.000Z (about 9 years ago)
- Last Synced: 2025-04-05T09:24:49.659Z (about 1 year ago)
- Topics: create-react-app, opencart, stripe
- Language: JavaScript
- Size: 49.8 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCart Project Template
## Install on Opencart
> composer require beyondit/opencart-stripe-extension
## Features
- Stripe credit card payment integration
- Interactive credit card based on (https://github.com/jessepollak/card)
- 3D Secure support
- Supports Opencart version 2.3
## Development Setup
1. Clone the git repository
2. Copy the `.env.sample` file to `.env` and set the configuration parameters respectively
3. Run `bin/robo opencart:setup` and afterwards `bin/robo opencart:run` on command line (`bin/robo opencart:run &` to run in background)
4. Run `bin/robo project:deploy` to mirror src/ into www/
5. Open `http://localhost:8000` in your browser
## Robo Commands
* `bin/robo opencart:setup` : Install OpenCart with configuration set in `.env` file
* `bin/robo opencart:run` : Run OpenCart on a php build-in web server on port 8000
* `bin/robo project:deploy` : Mirror contents of the src folder to the OpenCart test environment
* `bin/robo project:watch` : Redeploy after changes inside the src/ folder or the composer.json file
* `bin/robo project:package`: Package a `build.ocmod.zip` inside the target/ folder