Big Lots says harsh winter weather hurt traffic counts and revenue, but the closeout retailer still posted increases in same-store sales for the fourth quarter.
\r\n\tBig Lots reported income from continuing operations of $94.7 million, or $1.91 per diluted share, for the fourth quarter ended Jan. 30. Revenue dropped to $1.58 billion from $1.59 billion for the same quarter last year. Same-store sales increased 0.7%.It was the eighth consecutive quarter in which Big Lots has posted positive same-store sales.
","showSummary":null,"url":"/news/winter-storm-jonas-hurts-revenue-big-lots","date":"2016-03-04T00:00:00","author":{"email":null,"uname":"Anonymous","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"digitalEdition":null,"sponsored":false,"taggedPro":null,"teaserImage":{"id":57003,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_39776.jpg?itok=m5UNUbSI","width":767,"height":575,"alt":null},"topics":[{"name":"News","url":"/news"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"Costco prevails during holidays","id":54408,"bundle":"article","summary":"Costco’s profit fell short of analysts’ estimates at the mid-point in its fiscal year, but business trends were solid in the company’s second quarter with a 4% same store sales increase at U.S. locations.
\r\n\tThe company said its total revenues for the period ended Feb. 14, which included the holidays, increased 2.6% to $28.2 billion. Merchandise and service sales increased 2.6% to $27.9 billion and membership fees increased 3.6% to $603 million.
","showSummary":null,"url":"/news/costco-prevails-during-holidays","date":"2016-03-03T00:00:00","author":{"email":null,"uname":"Anonymous","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"digitalEdition":null,"sponsored":false,"taggedPro":null,"teaserImage":{"id":56933,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_39750.jpg?itok=vrHLpp1D","width":800,"height":600,"alt":null},"topics":[{"name":"News","url":"/news"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"Report: Walgreens Boots Alliance exploring retail pharmacy options in Australia","id":54394,"bundle":"article","summary":"Walgreens Boots Alliance is exploring the possibility behind opening a retail pharmacy stake in Australia, The Sydney Morning Herald reported Friday. Though current government restrictions prevent corporate-owned pharmacies from setting up shop, that could change as "the government has commissioned an independent review of pharmacy regulations, which is due to report in March 2017," the paper reported.","showSummary":null,"url":"/operations/report-walgreens-boots-alliance-exploring-retail-pharmacy-options-australia","date":"2016-03-03T00:00:00","author":{"email":null,"uname":"Anonymous","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"digitalEdition":null,"sponsored":false,"taggedPro":null,"teaserImage":null,"topics":[{"name":"OPERATIONS / SUPPLY CHAIN","url":"/operations-supply-chain"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]},{"title":"Barnes & Noble grows sales; to debut new store format","id":54389,"bundle":"article","summary":"
Barnes & Noble produced a same-store sales increase in its third quarter which, although meager, is an impressive accomplishment given intense competition from Amazon. In announcing its results on Thursday, the company also revealed that it will open four new prototype stores in its current fiscal year. The first is expected to open sometime this summer.
\r\n\t
\r","showSummary":null,"url":"/news/barnes-noble-grows-sales-debut-new-store-format","date":"2016-03-03T00:00:00","author":{"email":null,"uname":"Anonymous","firstName":null,"lastName":null,"bio":null,"title":null,"picture":null,"phone":null,"contactForm":null},"digitalEdition":null,"sponsored":false,"taggedPro":null,"teaserImage":{"id":56986,"url":"https://assets1.chainstoreage.com/styles/secondary_articles_short/s3/teaser_image_39769.jpg?itok=eYhTAmcq","width":767,"height":575,"alt":null},"topics":[{"name":"News","url":"/news"},{"name":"FINANCE","url":"/finance"}],"attachedFiles":[]}]},"title":"FINANCE","contentParagraphs":null,"sections":null};
const country = "HK";
const language = "en, *";
const SITE_LANGUAGE = "en";
const siteName = "Chain Store Age";
const userRoles = ["anonymous"];
const userUid = 0;
const indexName = "CSA";
const title = "FINANCE | Chain Store Age";
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 = title || `${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);
}
})();
FINANCE
-
Fred's gets February sales lift
Fred’s Super Dollar continues to see sales increases as 2016 continues. The company reported Thursday that for the four weeks ending Feb. 27, it saw net sales of $171.1 million, a 12% increase over the same period last year. The announcement follows January’s sales, which also increased 12% over the same four weeks in 2015. Comparable store sales rose 0.8% for the month, compared to flat comps in February 2015.
-
Teen apparel retailer hires financial advisors
Pacific Sunwear of California has hired financial advisors to help deal with its maturing debt, according to The Wall Street Journal.
In 2011, PacSun received a $100 million credit line from Wells Fargo and a $60 million loan from an affiliate of Golden Gate Capital. Both loans will be due in December, the report said.
Similar to other teen retailers, PacSun has been dealing with increased online competition and a shift in teen spending. The company has had three consecutive quarters of declining sales and negative same-store sales.