Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue
idmodule

Included by default

Private

No

No

The module adds a button to easily select only EU countries in the multi-select Allowed countries field.

Note

The module is not compatible with PHP 8

Installation

Info

This module is optional.

Code Block
composer require "creativestyle/magesuite-eu-countries-selector" ^1.0.0

Admin settings

The feature is located in Stores -> Configuration -> General -> Country options

When the EU countries selector button is clicked then the #general_country_allow input value is set to be the same as the #general_country_eu_countries value

Code Block
$('#general_country_allow').val($('#general_country_eu_countries').val())

Backend

Note

To be added

Frontend

The is no frontend functionality in this module.