Skip to content

Commit 6fad37b

Browse files
Merge pull request #68 from mollie/opencart-3
OpenCart 3.x compatibility
2 parents c13ca79 + 06e69ed commit 6fad37b

File tree

22 files changed

+1015
-1507
lines changed

22 files changed

+1015
-1507
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
# Changelog #
44

5+
#### Changes in release 8.0.0
6+
+ Convert module to work with OpenCart 3.x.x.x only (soon to be backported).
7+
+ Addition of geo-zone selection per payment method.
8+
+ Adjusted admin interface to declutter the view.
9+
510
#### Changes in release 7.2.0
611
+ Add helpful method: `getPaymentID()`
712
+ Double check payment status in callback - uses new `getPaymentID()` method

admin/controller/extension/payment/mollie/base.php

Lines changed: 135 additions & 189 deletions
Large diffs are not rendered by default.

admin/language/dutch/extension/payment/mollie.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Heading
4949
$_['heading_title'] = "Mollie";
50-
$_['title_global_options'] = "Opties voor alle Mollie-modules";
50+
$_['title_global_options'] = "Instellingen";
5151
$_['title_payment_status'] = "Betaalstatussen";
5252
$_['title_mod_about'] = "Over deze module";
5353
$_['footer_text'] = "Betaaldiensten";
@@ -82,6 +82,7 @@
8282
$_['entry_description'] = "Omschrijving";
8383
$_['entry_show_icons'] = "Toon icoontjes";
8484
$_['entry_show_order_canceled_page'] = "Toon melding bij geannuleerde betalingen";
85+
$_['entry_geo_zone'] = "Geo Zone";
8586

8687
// Help
8788
$_['help_view_profile'] = 'U kunt uw API-sleutel vinden bij <a href="https://www.mollie.com/beheer/account/profielen/" target="_blank" class="alert-link">uw Mollie-websiteprofielen</a>.';

admin/language/en-gb/extension/payment/mollie.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Heading
4949
$_['heading_title'] = "Mollie";
50-
$_['title_global_options'] = "Options for all Mollie modules";
50+
$_['title_global_options'] = "Settings";
5151
$_['title_payment_status'] = "Payment statuses";
5252
$_['title_mod_about'] = "About this module";
5353
$_['footer_text'] = "Payment services";
@@ -82,6 +82,7 @@
8282
$_['entry_description'] = "Description";
8383
$_['entry_show_icons'] = "Show icons";
8484
$_['entry_show_order_canceled_page'] = "Show message if payment is cancelled";
85+
$_['entry_geo_zone'] = "Geo Zone";
8586

8687
// Help
8788
$_['help_view_profile'] = 'You can find your API key in <a href="https://www.mollie.com/beheer/account/profielen/" target="_blank" class="alert-link">your Mollie website profiles</a>.';

admin/language/english/extension/payment/mollie.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Heading
4949
$_['heading_title'] = "Mollie";
50-
$_['title_global_options'] = "Options for all Mollie modules";
50+
$_['title_global_options'] = "Settings";
5151
$_['title_payment_status'] = "Payment statuses";
5252
$_['title_mod_about'] = "About this module";
5353
$_['footer_text'] = "Payment services";
@@ -82,6 +82,7 @@
8282
$_['entry_description'] = "Description";
8383
$_['entry_show_icons'] = "Show icons";
8484
$_['entry_show_order_canceled_page'] = "Show message if payment is cancelled";
85+
$_['entry_geo_zone'] = "Geo Zone";
8586

8687
// Help
8788
$_['help_view_profile'] = 'You can find your API key in <a href="https://www.mollie.com/beheer/account/profielen/" target="_blank" class="alert-link">your Mollie website profiles</a>.';

admin/language/fr-fr/extension/payment/mollie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Heading
4949
$_['heading_title'] = "Mollie";
50-
$_['title_global_options'] = "Pour tous les modules Mollie";
50+
$_['title_global_options'] = "Paramètres";
5151
$_['title_payment_status'] = "États de paiement";
5252
$_['title_mod_about'] = "Sur ce module";
5353
$_['footer_text'] = "Services paiement";

admin/language/french/extension/payment/mollie.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Heading
4949
$_['heading_title'] = "Mollie";
50-
$_['title_global_options'] = "Pour tous les modules Mollie";
50+
$_['title_global_options'] = "Paramètres";
5151
$_['title_payment_status'] = "États de paiement";
5252
$_['title_mod_about'] = "Sur ce module";
5353
$_['footer_text'] = "Services paiement";
@@ -82,6 +82,7 @@
8282
$_['entry_description'] = "Description";
8383
$_['entry_show_icons'] = "Afficher des icônes";
8484
$_['entry_show_order_canceled_page'] = "Afficher un message si le paiement est annulé";
85+
$_['entry_geo_zone'] = "Geo Zone";
8586

8687
// Help
8788
$_['help_view_profile'] = 'Vous pouvez trouver votre clé API dans <a href="https://www.mollie.com/beheer/account/profielen/" target="_blank" class="alert-link">vos profils de site à Mollie</a>.';

admin/language/nl-nl/extension/payment/mollie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
// Heading
4949
$_['heading_title'] = "Mollie";
50-
$_['title_global_options'] = "Opties voor alle Mollie-modules";
50+
$_['title_global_options'] = "Instellingen";
5151
$_['title_payment_status'] = "Betaalstatussen";
5252
$_['title_mod_about'] = "Over deze module";
5353
$_['footer_text'] = "Betaaldiensten";

0 commit comments

Comments
 (0)