Marks & Spencer says 950 jobs under threat

A pedestrian walks past an M&S (Marks and Spencer) store in central London, on Monday (AFP photo)

Already suffering from fierce online competition, retailer’s troubles worsened by lockdown


LONDON — British clothing-to-food retailer Marks & Spencer could axe up to 950 management and administrative jobs to counter slumping profits and sales in the face of the coronavirus outbreak, it said on Monday.

The high-street stalwart, which had already been suffering from fierce online competition from the likes of US giant Amazon, has seen its troubles compounded by the COVID-19 lockdown that shuttered shops nationwide.

The enforced closures, which sought to halt the spread of the killer disease, were imposed on March 23 and lasted almost three months for non-essential stores.

M&S had in May revealed that annual net profit slumped by almost 50 per cent, booked a sizeable charge for the coronavirus outbreak, and added it would slash costs.

The company added on Monday that the latest proposed cutbacks were part of its transformation plan.

"M&S is now proposing to implement these changes and create a new retail management structure that is fit for the future — removing role duplication, providing clearer leadership accountabilities and freeing up its retail teams to focus more on the customer," it said in a statement.

"The proposed changes would affect 950 roles across central support functions in field and central operations and property and store management."

In Britain, the coronavirus outbreak, in tandem with a tough retail climate, has sparked the demise of several well-known high-street names and the loss of thousands of jobs.

Earlier this month, pharmacy giant Boots and department store group John Lewis said they would together axe at least 5,300 jobs, despite government efforts to safeguard employment.

Some 9.3 million UK workers have had up to 80 per cent of their wages paid for by the UK government under its furlough scheme, which ends in October.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });