Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


woovi-logo


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 code

and 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

email
```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/)