Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefersoneiji/openpix-prestashop
This is a prestashop module that connects openpix payment solution to prestashop
https://github.com/jefersoneiji/openpix-prestashop
docker docker-compose openpix php pix prestashop prestashop-module woovi
Last synced: 2 months ago
JSON representation
This is a prestashop module that connects openpix payment solution to prestashop
- Host: GitHub
- URL: https://github.com/jefersoneiji/openpix-prestashop
- Owner: jefersoneiji
- Created: 2023-11-06T21:31:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-09T18:02:41.000Z (12 months ago)
- Last Synced: 2024-09-27T11:41:17.977Z (3 months ago)
- Topics: docker, docker-compose, openpix, php, pix, prestashop, prestashop-module, woovi
- Language: PHP
- Homepage:
- Size: 7.86 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Integrating Woovi with Prestashop
Woovi module for Prestashop## Features
- Can generate a charge
- Is able to display a QR Code related to the charge
- Uses information from cart to generate a charge## Docs
Docs for merchants and developers. It explains about a variety of topics.- Set-up [docs](./docs/getting-the-plugin/getting-the-plugin.md)
- Debugging [docs](./docs/test-plans/)## Prerequisites
For this project to run, make sure these software are installed:
- docker
- visual studio codeand you have admin access to the terminal.
## Installing
To run locally:
1. Spin up docker from CLI
```cmd
docker compose up
```
2. Open the prestashop container's CLI and paste this command
```cmd
cd modules/woovi && sh composer.sh
```## To access Store (Front-Office)
```
http://localhost:8080
```
## To acess Admin dashboard (Back-Office)
```
http://localhost:8080/admin4577
```
## Credentials for Admin dashboard
```cmd
[email protected]
```
password
```cmd
prestashop_demo
```## Credentials for PHP Admin
server
```cmd
some-mysql
```
user
```cmd
root
```
password
```cmd
admin
```
## Warning
The Woovi payment method will only show in cart **IF THE ORDER'S DELIVERY COUNTRY AND MODULE'S COUNTRY ARE EQUAL**. Pick United States or Brazil.## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
Made with by Jeferson Eiji ➡️ [Get in touch!](https://www.linkedin.com/in/jeferson-eiji/)