Add Geoblock

Hello guys
How can I block some countrys on a WIX website? For example dont allow spanish users to show my webside.
Best regards

Any help?

Had a quick look for you. Think it can be done like this:

  1. get IP-address (code to do so is posted on this forum) in the front end
  2. pass this IP-address to a backend function and use wix-fetch to access geoblocking.comĀ“s API as documented here. http://www.geo-blocking.com/resources-2/
    Good luck.