","showSummary":null,"url":"/urban-outfitters-rolls-out-mobile-pos-across-three-brands","date":"2011-05-23T00:00:00","author":{"email":"devteam@ashday.com","uname":"ash_root","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"byline":" ","hideByline":null,"digitalEdition":null,"sponsored":false,"sponsorship":{"overrideAds":null},"taggedPro":null,"relatedArticles":[],"teaserImage":{"id":43442,"url":"https://assets1.risnews.com/styles/secondary_articles_short/s3/UrbanOutfitters_RIS_5-23-11_2.jpg?itok=_scACVQo","width":150,"height":150,"alt":null},"heroImageSrcset":null,"hideHero":null,"heroImage":null,"heroCaption":null,"attachedFiles":[],"businessTopic":[],"contentType":[],"company":[],"marketSegment":[],"topics":[{"id":44,"name":"Allocation Planning","url":"/allocation-planning"},{"id":13,"name":"Point of Sale","url":"/point-sale"},{"id":50,"name":"Fulfillment","url":"/fulfillment"},{"id":79,"name":"Order Management","url":"/order-management"},{"id":33,"name":"Store Systems","url":"/store-systems"}],"contentParagraphs":{"isGated":false,"gateType":null,"gateText":null,"paragraphs":[{"id":4097,"bundle":"basic","text":"Urban Outfitters, which has been piloting mobile POS devices in selected stores since late 2010, will roll out the technology across three of its brands this year, according to CEO Glen Senk. \r\n \r\nThe chain's brick-and-mortar locations include 179 Urban Outfitters and 156 Anthropologie stores in the U.S., Canada and Europe, as well as 47 Free People stores. Senk, speaking during a conference call discussing the retailer's first-quarter results, did not provide details about the chain's mobile plans, saying only that \"the rollout of mobile POS systems across all three brands\" would be part of \"planned strategic growth initiatives for the year. \r\n \r\nOther 2011 initiatives include opening 50 to 55 new stores; accelerated European expansion, including new distribution and fulfillment centers and accelerated store expansion in Germany; the final implementation of Urban Outfitters' order management system and a new planning and allocation system. \r\n \r\nIn March, Senk had confirmed that Urban Outfitters was testing mobile POS technology. The retailer has been working with Starmount to develop a mobile POS solution since the middle of 2010. The technology uses Apple iPod Touch hardware outfitted with a sled containing a magnetic stripe reader and barcode scanner, and includes the full functionality of a fixed-base POS system as well as integration with in-store databases. \r\n \r\nFor related content see: Urban Outfitters Pilots In-Store Mobile Point-of-Sale Technology \r\n \r\nMobile Gets Urban-ized \r\n "}]}};
const country = "US";
const language = "en-US,en;q=0.5";
const SITE_LANGUAGE = "en";
const siteName = "RIS News";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "risnews";
window.dataLayer = window.dataLayer || [];
const data = {};
data.entityTaxonomy = {};
const contentTypes = [
"article",
"blog",
"bulletin",
"embed_page",
"landing_page",
"event",
"image",
"page",
"product",
"whitepaper",
"video",
"tags",
];
if (
routeInfo &&
"bundle" in routeInfo &&
contentTypes.includes(routeInfo["bundle"])
) {
data.entityBundle = routeInfo.bundle;
data.entityTitle = `${routeInfo.title} | ${siteName}`;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.entityType = "node";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.entityTaxonomyKeys = {};
data.entityTaxonomyHierarchies = {};
data.parentNaicsCode = {};
data.isPro = false;
data.algoliaIndexName = indexName;
// Add toxonomy data
const taxonomies = {
businessTopic: "business_topic",
contentType: "content_type",
company: "company",
marketSegment: "market_segment",
};
const getHierarchy = (term, terms = []) => {
terms.push({ id: term.id, name: term.name });
if (term.parentTerm != null) {
getHierarchy(term.parentTerm, terms);
}
return terms;
};
const getTerms = (term, useApiId = false) => {
return { id: useApiId ? term.apiId : term.id, name: term.name };
};
const getKeys = (term) => {
return { id: term.id, name: term.apiId };
};
Object.entries(taxonomies).forEach(([key, item]) => {
terms = routeInfo[key];
if (terms && terms.length > 0) {
data["entityTaxonomy"][item] = terms.map((term) =>
getTerms(term, key === "company")
);
if (key !== "company") {
data["entityTaxonomyKeys"][item] = terms.map(getKeys);
termGroups = [];
terms.forEach((term, termInd) => {
termGroups[termInd] = getHierarchy(term);
});
data["entityTaxonomyHierarchies"][item] = termGroups;
}
}
});
data["entityTaxonomy"]["tags"] = routeInfo["topics"] || [];
// Primary Topic is either the business topic or the top tag.
if (routeInfo["businessTopic"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["businessTopic"][0]["name"];
} else {
if (routeInfo["topics"]?.length > 0) {
data["entityPrimaryTopic"] = routeInfo["topics"][0]["name"];
}
}
// Primary and secondary entityNaicsCodes come from the MarketSegment
if (routeInfo.marketSegment?.length > 0) {
data.entityNaicsCode = {};
data["entityNaicsCode"]["id"] = routeInfo["marketSegment"][0]["id"];
data["entityNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["naicsCode"];
if (routeInfo["marketSegment"][0]["parentTerm"] != null) {
data["parentNaicsCode"]["id"] =
routeInfo["marketSegment"][0]["parentTerm"]["id"];
data["parentNaicsCode"]["name"] =
routeInfo["marketSegment"][0]["parentTerm"]["naicsCode"];
}
} else {
data.entityNaicsCode = [];
}
if (routeInfo.taggedPro) {
data.isPro = routeInfo.taggedPro;
}
window.dataLayer.push(data);
} else if (routeInfo && "vid" in routeInfo) {
data.entityBundle = "tags";
data.entityTitle = routeInfo.name;
data.entityId = routeInfo.id;
data.entityName = routeInfo.author?.uname;
data.entityCreated = routeInfo.created;
data.entityType = "taxonomy_term";
data.entityLangcode = SITE_LANGUAGE;
data.siteName = siteName;
data.sponsored = routeInfo.sponsored;
data.sponsor = routeInfo.sponsoringCompany;
data.drupalLanguage = language;
data.drupalCountry = country;
data.userRoles = userRoles;
data.userUid = userUid;
data.algoliaIndexName = indexName;
data["entityTaxonomy"]["tags"] = {
id: routeInfo["id"],
name: routeInfo["name"],
};
window.dataLayer.push(data);
}
})();
Urban Outfitters Rolls Out Mobile POS Across Three Brands
Urban Outfitters Rolls Out Mobile POS Across Three Brands
5/23/2011
Urban Outfitters, which has been piloting mobile POS devices in selected stores since late 2010, will roll out the technology across three of its brands this year, according to CEO Glen Senk.
The chain's brick-and-mortar locations include 179 Urban Outfitters and 156 Anthropologie stores in the U.S., Canada and Europe, as well as 47 Free People stores. Senk, speaking during a conference call discussing the retailer's first-quarter results, did not provide details about the chain's mobile plans, saying only that "the rollout of mobile POS systems across all three brands" would be part of "planned strategic growth initiatives for the year.
Other 2011 initiatives include opening 50 to 55 new stores; accelerated European expansion, including new distribution and fulfillment centers and accelerated store expansion in Germany; the final implementation of Urban Outfitters' order management system and a new planning and allocation system.
In March, Senk had confirmed that Urban Outfitters was testing mobile POS technology. The retailer has been working with Starmount to develop a mobile POS solution since the middle of 2010. The technology uses Apple iPod Touch hardware outfitted with a sled containing a magnetic stripe reader and barcode scanner, and includes the full functionality of a fixed-base POS system as well as integration with in-store databases.