Skip to content

Commit

Permalink
Merge pull request #6 from RichardCardGate/master
Browse files Browse the repository at this point in the history
Updated ReadMe file.
  • Loading branch information
cardgate committed Jul 13, 2018
2 parents fd10e6a + 832e696 commit 8caaa28
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -15,8 +15,9 @@ Please visit [My CardGate](https://my.cardgate.com/) and retrieve your site ID a

1. Download and unzip the most recent [source code](https://github.com/cardgate/drupal-ubercart/releases) file on your desktop.

2. Upload the **uc_cardgate** folder to your **Drupal modules** folder, which you can find here: **http://mywebshop.com/htdocs/sites/all/modules/**
(Replace **http://mywebshop.com** with the URL of your webshop, so the **uc_cardgate** folder will end up in the **modules folder**.)
2. Upload the **uc_cardgate** folder to your **Drupal modules** folder, which you can find here:
**http://mywebshop.com/htdocs/sites/all/modules/**
(Replace **http://mywebshop.com** with the URL of your webshop, so the **uc_cardgate** folder will end up in the **modules folder**.)


## Configuration
Expand Down
54 changes: 54 additions & 0 deletions README_DE.md
@@ -0,0 +1,54 @@
![CardGate](https://cdn.curopayments.net/thumb/200/logos/cardgate.png)

# CardGate Modul für Drupal 7 Ubercart 3.x

## Support

Dieses Modul is geeignet für Ubercart version **3.x**

## Vorbereitung

The usage of this module requires that you have obtained CardGate security credentials.
Gehen zu [My CardGate](https://my.cardgate.com/) and retrieve your site ID and hash key, oder kontaktieren Sie Ihren Accountmanager.

## Installation

1. Downloaden und entpacken Sie den aktuellsten [Source Code](https://github.com/cardgate/drupal-ubercart/releases/) auf Ihrem Desktop.

2. Uploaden Sie den **uc_cardgate** Ordner in Ihren **Drupal Modules** Ordner, welchen Sie hier finden können:
**http://mywebshop.com/htdocs/sites/all/modules/**
(Ersetzen Sie **http://mywebshop.com/** durch die URL von Ihrem Webshop.)

## Configuration

1. Gehen Sie zu **Admin, Modules**.

2. Scrollen Sie zum **Ubercart-Payment** Bereich.

3. Wählen das **CardGate Payment Gateways Module** aus.
Scrollen Sie nach unten und klicken Sie auf **save configuration**.

4. Gehen Sie zum **Adminbereich** Ihres Webshops und selektieren Sie **Admin, Store, Payment**.

5. Klicken Sie auf den **CardGate settings** link.

6. Füllen Sie die **Site ID** und den **Hash Key** ein, diesen können sie unter **Sites** auf [My CardGate](https://my.cardgate.com/) finden.

7. Füllen Sie die **Standardsprache** ein, die Sie in Ihrem Webshop verwenden und klicken Sie auf **Save configuration**.

8. Wählen sie bei **Payment methods** alle Zahlungsmittel aus, die aktivieren möchten.
Achtung: Wählen Sie das CardGate Zahlungsmittel **nicht** aus, diese wird lediglich für die Einstellungen gebraucht.

9. Klicken Sie auf **speichern**.

10. Gehen Sie zu [My CardGate](https://my.cardgate.com/), wählen Sie bei **Sites** die richtige Website aus.

11. Füllen Sie bei **Connection to the website** die **Callback URL** ein, zum Beispiel:
**http://mywebshop.com/?q=cart/cgp_response**
(Ersetzen Sie **http://mywebshop.com/** durch die URL von Ihrem Webshop.)

12. Sorgen Sie dafür, dass Sie **nach dem Testen** unter CardGate Einstellungen von dem **Test Mode** in den **Live Mode** umschalten und klicken Sie auf **speichern**.

## Anforderungen

Keine weiteren Anforderungen.
4 changes: 1 addition & 3 deletions README_NL.md
Expand Up @@ -18,9 +18,7 @@ of neem contact op met je accountmanager.

2. Upload de **uc_cardgate** map naar je **Drupal modules** map, die je hier kunt vinden:
**http://mijnwebshop.com/htdocs/sites/all/modules/**
(Vervang **http://mijnwebshop.com** met de URL van jouw webshop, zodat de bestanden in de
**modules map** terecht komen.)

(Vervang **http://mijnwebshop.com** met de URL van jouw webshop, zodat de bestanden in de **modules map** terecht komen.)

## Configuratie

Expand Down
2 changes: 1 addition & 1 deletion uc_cardgate/cardgate/cardgate.php
Expand Up @@ -15,7 +15,7 @@

class CARDGATE {

var $version = "7.0.6";
var $version = "7.0.7";
protected $siteID = 0;
protected $hashKey = "";
protected $orderID = "";
Expand Down

0 comments on commit 8caaa28

Please sign in to comment.