With
plugin.tx_storefinder.settings.countryValueType = isoCodeA2
or
plugin.tx_storefinder.settings.countryValueType = isoCodeA3
constraint["country"] for search is a STRING (DE, DEU) and not an INT so the property mapping fails when initializeAction() of controller MapController.php call $this->setTypeConverter();
I solved this by this modification before the call :
Hi,
With
plugin.tx_storefinder.settings.countryValueType = isoCodeA2
orplugin.tx_storefinder.settings.countryValueType = isoCodeA3
constraint["country"]
for search is a STRING (DE, DEU) and not an INT so the property mapping fails when initializeAction() of controller MapController.php call$this->setTypeConverter();
I solved this by this modification before the call :
And in the country field list of the search form in Resources/Private/Partials/Search.html to get the good option preselected :