(1 customer review)

Relco White Long Sleeve Oxford Shirt. Our men’s long sleeve oxford shirt is made from 100% cotton and features a button down collar and a full length back box pleat with loop at the top.

Colour: White

Material: 100% Cotton

This product is currently out of stock and unavailable.

 
 
 
 

We offer a variety of Royal Mail delivery options to suit your needs. Choose from free standard shipping, faster tracked options, or next-day delivery for those urgent orders.

Free Shipping: 2-3 Days

Royal Mail Tracked 48™*: 2-3 Working Days - £2.50

Royal Mail Tracked 24™*: 1-2 Working Days - £3.50

Special Delivery: Next Working Day by 1pm - £9.95*

All orders will be dispatched within 1 working day. Orders placed before 2pm will be shipped out the same day (Monday – Friday).

*All orders using the Royal Mail Special Delivery method must be placed before 10am to be shipped same day. Find Out More.

 

Your satisfaction is our priority. We provide a 90 day return window for all items to ensure you have ample time to assess your purchase. To learn more about our return process and any applicable conditions, please consult our comprehensive return policy. View our full return policy.

// Flatsome Theme Options Custom JS Code function updateTimer() { const now = new Date(); const dayOfWeek = now.getDay(); const hour = now.getHours(); const minutes = now.getMinutes(); const targetHour = 14; const targetMinute = 30; let showTimer = dayOfWeek >= 1 && dayOfWeek <= 5 && (hour < targetHour || (hour === targetHour && minutes <= targetMinute)); let message; let timeString = ''; const countdownContainer = document.getElementById("countdown-container"); const countdownElement = document.getElementById("countdown"); const messageElement = document.getElementById("message"); if (!countdownContainer || !countdownElement || !messageElement) return; // Wait for HTML to load // --- Logic for Timer Active (Mon-Fri before 2:30 PM) --- if (showTimer) { let targetTime = new Date(); targetTime.setHours(targetHour, targetMinute, 0, 0); let timeRemaining = targetTime.getTime() - now.getTime(); if (timeRemaining < 0) { showTimer = false; } else { message = "ORDER BEFORE 2.30PM FOR SAME DAY SHIPPING"; let hours = Math.floor(timeRemaining / (1000 * 60 * 60)); let minutes = Math.floor((timeRemaining % (1000 * 60 * 60)) / (1000 * 60)); let seconds = Math.floor((timeRemaining % (1000 * 60)) / 1000); timeString = `${hours.toString().padStart(2, "0")}H :${minutes.toString().padStart(2, "0")}M :${seconds.toString().padStart(2, "0")}S `; } } // --- Logic for Timer Inactive (After 2:30 PM or Weekend) --- if (!showTimer) { if ((dayOfWeek === 5 && (hour > targetHour || (hour === targetHour && minutes > targetMinute))) || dayOfWeek === 6 || dayOfWeek === 0) { message = "SHIPS MONDAY"; } else { message = "SHIPS TOMORROW"; } } // --- Display Updates --- // Update the countdown HTML countdownElement.innerHTML = showTimer ? timeString : ''; // Update the message HTML messageElement.textContent = message; // Manage visibility if (showTimer) { // Show the container and set to flex for side-by-side layout countdownContainer.style.display = "flex"; } else { // If the timer is not running, we set the display to 'block' to keep the message visible. countdownContainer.style.display = "block"; } } // Ensure we wait for the HTML elements to exist before running the function document.addEventListener("DOMContentLoaded", function() { // Run immediately on page load updateTimer(); // Set interval for continuous updates setInterval(updateTimer, 1000); });
Privacy Overview
Slick Styles

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary

These cookies are needed for security, your basket and checkout, and to remember your cookie choices. They can’t be switched off.

Analytics & Advertising Cookies

Analytics

Helps us understand what’s working so we can fix issues and improve products and experiences. We use aggregated insights; accepting lets us use analytics cookies. Turning this on helps us improve the site.

Advertising

Allows us to show relevant offers and measure ad performance. Accepting enables advertising cookies and may allow partners (e.g., Google) to process data for ads. Turning this on helps us keep offers relevant.