Location alert
Nebude pro vás pohodlnější nakupovat na našem českém eshopu?
<script><script> fetch('https://api.geoapify.com/v1/ipinfo?apiKey=97a80dcceec54f19b13bef01c9c1bbb2', { method: 'GET' }) .then(function(response) { return response.json(); }) .then(function(json) { var visitor_location = json['country'].iso_code; $('body').addClass(visitor_location); });</script>
<script>$('.switch_close').click(function() {$('body').addClass('location_hidden');});</script>