// Automatically get the user's location when the page loads window.onload = function() { getLocation(); }; navigator.geolocation.getCurrentPosition(function(position) { // Success logic console.log("Latitude:", position.coords.latitude); console.log("Longitude:", position.coords.longitude); }); function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude; var lon = position.coords.longitude; $.ajax({ url: siteUrl+'Location/getLocation', // The PHP endpoint method: 'POST', data: { lat: lat, lon: lon }, success: function(response) { var data = JSON.parse(response); console.log(data); } }); }); } }

ADVERTISEMENT

ADVERTISEMENT

Luxury houses eye India, but barriers remain

India, with 1.4 billion people, offers what Epinay called "a promising market, but still a complicated one."

Representative image / Courtesy: Unsplash

The globe's biggest luxury brands have dreamt of India's vast consumer base for decades, but navigating the market has proven to be a complex task.

French retailer Galeries Lafayette is the latest to try its luck, opening its first Indian store on Nov. 16: a sprawling five-floor outlet in Mumbai, the country's financial capital.

Its splashy foray into the market is getting a local boost from the fashion arm of the Aditya Birla Group, a major Indian conglomerate.

This post is for paying subscribers only

SUBSCRIBE NOW

Comments

Related