How to get IP address of visitors on your Shopify store
by Kiet Huynh · January 14, 2020
Sell Online With Shopify
Trusted by millions of businesses worldwide
Sign up for a free trial and enjoy 3 months of Shopify for $1/month on select plans.
Detecting the IP address of your website’s users is useful for a variety of reasons. In this article you’ll learn how to retrieve the user IP easily with a couple of tricks.
LIVE PREVIEW
We are using service from jsonip.Com (JSonIP) to get IP address of visitor.
The below Javascript to helps you get IP address of a visitor.
| $.getJSON('https://jsonip.com/?callback=?').done(function(data) { var ip_address = window.JSON.parse(JSON.stringify(data, null, 2)); ip_address = ip_address.ip; //Execute Your Code alert(ip_address); }); |
I hope it’s helpful for you.
Happy coding!
Related
Related Posts via Categories
Looking for Shopify Experts?
Hura Apps can help you take your store to the next level
Our team of experienced designers and developers can help you create a beautiful, high-converting Shopify store that will drive sales and increase customer satisfaction. From custom design to app development and optimization, we have the skills and expertise to help you achieve your eCommerce goals.
Get in touchTags: check IPIPIP addressjavascript
You may also like...
Hi, where do we post this code and view the results? Thank you
Salut, ou ajouter le code donner?
For a more simple solution, you could consider installing an IP block app on your store.
Blockify ‑ Fraud IP Blocker https://apps.shopify.com/region-restrictions
It has the Pro report feature that basically gathers all data of IP visitors of your site. You can even filter the data by timeframe, type of IP ( (VPN, Proxy, Residentia…), and device. It helps you detect malicious IPs and block all of them (manually or automatically, it’s up to your setting). Plus, you can lock all of your content n photos so that no one can copy them. They have other cool stuff but these are the ones I use the most.