Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

The module is not compatible with PHP 8

Installation

This module is optional.

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

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

Backend

To be added

Frontend

The is no frontend functionality in this module.

  • No labels