diff --git a/admin-dev/themes/default/template/controllers/payment/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/payment/helpers/view/view.tpl index 4ee0aac08..7773c3885 100644 --- a/admin-dev/themes/default/template/controllers/payment/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/payment/helpers/view/view.tpl @@ -31,6 +31,14 @@ {if isset($modules_list)} {$modules_list} {/if} +
+ {l s='This is where you decide what payment modules are available for different variations like your customers\' currency, group, and country.'} +
+ {l s='A check mark indicates you want the payment module available.'} + {l s='If it is not checked then this means that the Payment module is disabled.'} +
+ {l s='Please make sure to click Save for each section.'} +
{if $display_restrictions}

{l s='Payment module restrictions'}

{foreach $lists as $list} diff --git a/controllers/admin/AdminPaymentController.php b/controllers/admin/AdminPaymentController.php index 0c10bab4a..8a09dda92 100644 --- a/controllers/admin/AdminPaymentController.php +++ b/controllers/admin/AdminPaymentController.php @@ -175,7 +175,7 @@ class AdminPaymentControllerCore extends AdminController ), array('items' => Group::getGroups($this->context->language->id), 'title' => $this->l('Group restrictions'), - 'desc' => $this->l('Please mark each checkbox for the currency, or currencies, in which you want the payment module(s) to be available.'), + 'desc' => $this->l('Please mark each checkbox for the customer group(s), in which you want the payment module(s) to be available.'), 'name_id' => 'group', 'identifier' => 'id_group', 'icon' => 'group',