Shopify get customer location

Karan Goyal
Feb 28, 2023

--

fetch('/browsing_context_suggestions.json')
.then(data => {
return data.json();
})
.then(data => {
console.log(data);
if(data.detected_values.country.handle == 'US'){

}else{

}
});

--

--

Karan Goyal
Karan Goyal

Written by Karan Goyal

Full Stack Developer, Top Rated on Upwork, Worked on 90+ jobs in past 9 months and all jobs are rated 5 stars, coding is fun, and always looking forward to code

No responses yet