Shopify get customer location
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{
}
});
fetch('/browsing_context_suggestions.json')
.then(data => {
return data.json();
})
.then(data => {
console.log(data);
if(data.detected_values.country.handle == 'US'){
}else{
}
});
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