\r\n \r\nThe retailer has done this in an attempt to reduce turnover among its 1.3 million U.S. workers, which would in turn cut training costs and improve service at its 4,400 domestic stores. According to Walmart CEO Doug McMillon, the leadership teams are extremely focused on improving customer experiences through various investments and program initiatives, and have developed and tested new ideas to reward associates for serving customers. \r\n \r\n\"We have work to do to grow the business. We know what customers want from a shopping experience, and we're investing strategically to exceed their expectations and better position Walmart for the future,\" said McMillon. \"Our first priority is to run great stores and clubs. We will continue to integrate our physical locations with a great e-commerce and mobile commerce business. We're strengthening investments in our people to engage and inspire them to deliver superior customer experiences. We will earn the trust of all Walmart stakeholders by operating great retail businesses, ensuring world-class compliance, and doing good in the world through social and environmental programs in our communities.\" \r\n \r\nWhile a number of factors contributed to the move, quite simply, the retailer had stopped growing. Same-store sales have seen very little change – and a slight decline – for some time. When further investigating the possible causes of this, the company's workforce and how it's managed came to light as prime suspects. However, cutting salary and benefits wasn't the solution to lowering costs. About 44% of Walmart's hourly staff turns over each year, according to reports, which is both costly and time consuming. \r\n \r\n\"As many of you know, I'm really proud to have been a Walmart associate for a long time. This company has given so many of us opportunities beyond our wildest dreams. We joined Walmart because we wanted a job but found much more than that,\" said McMillon. \"This company is a really special place. One of the reasons we've had some success is that we've known that every person, every voice, every idea has potential. You've heard us say things like our secret to success is that we're all working together and that 'Our people make the difference.' While that phrase started as a meeting theme in 1979, it became a way of thinking. It's what we believe. It's what I believe. Our actions must match our beliefs. So today, we're announcing a series of important changes that demonstrate our commitment to you, our associates.\""}]}};
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);
}
})();
Last week, one of the largest retailers in the world stated that it would begin paying all of its U.S. hourly workers at least $9 an hour by April, and $10 an hour by next February. The plan will result in raises for about 500,000 workers in the first half of the fiscal year and cost about $1 billion, according to a statement from the company.
The retailer has done this in an attempt to reduce turnover among its 1.3 million U.S. workers, which would in turn cut training costs and improve service at its 4,400 domestic stores. According to Walmart CEO Doug McMillon, the leadership teams are extremely focused on improving customer experiences through various investments and program initiatives, and have developed and tested new ideas to reward associates for serving customers.
"We have work to do to grow the business. We know what customers want from a shopping experience, and we're investing strategically to exceed their expectations and better position Walmart for the future," said McMillon. "Our first priority is to run great stores and clubs. We will continue to integrate our physical locations with a great e-commerce and mobile commerce business. We're strengthening investments in our people to engage and inspire them to deliver superior customer experiences. We will earn the trust of all Walmart stakeholders by operating great retail businesses, ensuring world-class compliance, and doing good in the world through social and environmental programs in our communities."
While a number of factors contributed to the move, quite simply, the retailer had stopped growing. Same-store sales have seen very little change – and a slight decline – for some time. When further investigating the possible causes of this, the company's workforce and how it's managed came to light as prime suspects. However, cutting salary and benefits wasn't the solution to lowering costs. About 44% of Walmart's hourly staff turns over each year, according to reports, which is both costly and time consuming.
"As many of you know, I'm really proud to have been a Walmart associate for a long time. This company has given so many of us opportunities beyond our wildest dreams. We joined Walmart because we wanted a job but found much more than that," said McMillon. "This company is a really special place. One of the reasons we've had some success is that we've known that every person, every voice, every idea has potential. You've heard us say things like our secret to success is that we're all working together and that 'Our people make the difference.' While that phrase started as a meeting theme in 1979, it became a way of thinking. It's what we believe. It's what I believe. Our actions must match our beliefs. So today, we're announcing a series of important changes that demonstrate our commitment to you, our associates."