Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 34 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Remita Prestashop 1.7 Payment Gateway

---
- [Summary](#summary)
- [Plugin Features](#Plugin Features)
- [Install](#Install)
- [Setup](#setup)

- [Overview](#Overview)
- [Installation](#Installation)
- [Usage](#Usage)
- [Contributing](#Contributing)

---
### Summary

## Overview

With Remita Prestashop Payment Plugin, the store admin can easily add all desired payment methods to the Prestashop webshop. Please refer to https://www.remita.net for an overview of all features and services.

![](payment-image.png)

---

### Plugin Features

* __Accept payment__ via Visa Cards, Mastercards, Verve Cards and eWallets
Expand All @@ -24,32 +24,41 @@ With Remita Prestashop Payment Plugin, the store admin can easily add all desire

---

## Installation

### Install

1. Download the Remita plugin zip file

2. Extract the downloaded file and Copy the extracted folder(remita folder) to modules folder in your prestashop folder
3. Login to your Prestashop Admin. Click on "Modules > Modules and Services" from the left hand menu
4. Click on "Selection" on the Manage installed modules page, this click takes you to Module selection Page
5. On Module selection Page, search "remita" in the search bar and click on Install
1. Download the Remita plugin zip file.
2. Extract the downloaded file and Copy the extracted folder(remita folder) to modules folder in your prestashop folder.
3. Login to your Prestashop Admin. Click on "Modules > Modules and Services" from the left hand menu.
4. Click on "Selection" on the Manage installed modules page, this click takes you to Module selection Page.
5. On Module selection Page, search "remita" in the search bar and click on Install.
6. A success message is displayed on the right hand corner of your screen, to show your plugin has been installed successfuly.

---

## Usage

### Setup

1. Log into the Prestashop Admin
2. Click on *Modules* / *Modules and Services* from the left hand menu
3. Click on *Configure* on Remita
1. Log into the Prestashop Admin.
2. Click on *Modules* / *Modules and Services* from the left hand menu.
3. Click on *Configure* on Remita.
4. Enter the public key and secrete key (these can be found in the Remita Gateway Admin Panel --> https://login.remita.net/remita/registration/signup.spa
5. Save the settings
5. Save the settings.



## Useful links
### Useful links
* Join our Slack Developer/Support channel at http://bit.ly/RemitaDevSlack

## Support
### Support
- For all other support needs, [email protected]
- To contribute to this repo, create an issue on what you intend to fix or update, make a PR and team will look into it and merge.

---

## Contributing
- To contribute to this repo, follow these guidelines for creating issues, proposing new features, and submitting pull requests:

Fork the repository.
1. Create a new branch: `git checkout -b "feature-name"`
2. Make your changes and commit: `git commit -m "added some new features"`
3. Push your changes: `git push origin feature-name`
4. Submit a Pull Request (PR).

Thank you!