MultiSafepay / Magento2Msp

MultiSafepay plugin for Magento 2 (Deprecated) see: https://github.com/MultiSafepay/magento2
Open Software License 3.0
29 stars 25 forks source link

Add Payment allowed for Groups option to system xml #127

Closed pascalexperius closed 3 years ago

pascalexperius commented 4 years ago

Navigate to MultiSafepay Gateways in the Magento back-end / system.xml

In the current situation, a merchant has to select the option

-- Please select --

to allow a payment option for all customer groups (see image).

Allowed groups current

Since this might be confusing for the Magento admin, it might be better to add an extra option to enable customer group restriction to each payment method

<label>Enable Customer Group restriction</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>

See image: Allowed groups suggestion

Jasper-MultiSafepay commented 4 years ago

A good suggestion, it should be implemented like the other restrictions :+1: Thank you, we will add this in the next version of the plugin.

vinodsowdagar commented 3 years ago

Hi @pascalexperius ,

We have created a new and improved version of our extension, because this one is based on deprecated methods in Magento. For the new extension we followed your advice and created the restrictions based on the method you discribed above.

Please take a look at: https://github.com/MultiSafepay/magento2