You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to display the banner but unfortunately without success.
Code
<?php
return [
'*' => [
'enabled' => true,
'enableLogging' => true,
'ignoreBots' => true,
'ignoreSegments' => [ ],
'cookieName' => 'countryRedirect',
'overrideLocaleParam' => 'selected-locale',
'redirectedParam' => 'redirected',
'countryMap' => [],
'banners' => [
'EN' => 'It looks like your visiting from {countryName}. Do you <a href="{url}">want to visited the international site?</a>',
'en' => 'It looks like your visiting from {countryName}. Do you <a href="{url}">want to visited the international site?</a>',
'US' => 'It looks like your visiting from {countryName}. Do you <a href="{url}">want to visited the international site?</a>',
'us' => 'It looks like your visiting from {countryName}. Do you <a href="{url}">want to visited the international site?</a>',
'default' => 'It looks like your visiting from {countryName}. Do you <a href="{url}">want to visited the international site?</a>',
],
'overrideIp' => '72.229.28.185',
],
];
Expected behavior
The banner should be displayed
Additional context
Craft version: 3.1.27
The text was updated successfully, but these errors were encountered:
I tried to display the banner but unfortunately without success.
Code
Expected behavior
The banner should be displayed
Additional context
The text was updated successfully, but these errors were encountered: