Your cart is empty

Have an account? Log in to check out faster.

Continue shopping

Sale & clearance terms

Sale & clearance terms

How sale, clearance and ex-display items work — warranty, returns, and our honest-description promise.

About our sale and clearance lines

Some items in our catalogue are end-of-line, ex-display, or carry a cosmetic mark that takes them below A-grade. We pass the saving on to you and label these items clearly so you know what you are buying.

Sale items

  • Discounted in our seasonal sale events.
  • Carry the full standard 12-month warranty.
  • Subject to the standard returns policy.

Clearance items

  • End-of-line or ex-display.
  • Sold "as seen" — we describe the condition honestly and photograph any marks.
  • Carry a 30-day fault warranty (replacement or refund for any pre-existing defect we did not declare).
  • Not eligible for our standard change-of-mind returns — please ask to view in person where possible.

Ex-display items

Pieces shown on the shop floor that we are clearing to make room for new ranges. Often half-price or better. May show mild handling marks — we list these honestly.

Honest description

Where a clearance or ex-display item has a specific mark or wear, we list it on the product page and reflect it in the price. If you collect a clearance item and find a defect we did not declare, the standard remedies apply.

Statutory rights

Nothing here affects your statutory rights under the Consumer Rights Act 2015 — goods must still be of satisfactory quality and as described.

Last updated 2026-05-25 · J & M McEwen, Kirkwall

Talk to a person

Phone +44 151 946 0344

Email enquiries@lienefurniture.co.uk

Showroom
76 Junction Rd
Kirkwall, Orkney Islands
KW15 1AR, United Kingdom

Opening hours
Mon – Fri  9.00am – 5.00pm
Saturday  9.00am – 4.00pm
Sunday  closed

Search

Call us · +44 151 946 0344Call us , EUR: '€', CAD: 'CA Skip to content

Your cart is empty

Have an account? Log in to check out faster.

Continue shopping

Sale & clearance terms

Sale & clearance terms

How sale, clearance and ex-display items work — warranty, returns, and our honest-description promise.

About our sale and clearance lines

Some items in our catalogue are end-of-line, ex-display, or carry a cosmetic mark that takes them below A-grade. We pass the saving on to you and label these items clearly so you know what you are buying.

Sale items

  • Discounted in our seasonal sale events.
  • Carry the full standard 12-month warranty.
  • Subject to the standard returns policy.

Clearance items

  • End-of-line or ex-display.
  • Sold "as seen" — we describe the condition honestly and photograph any marks.
  • Carry a 30-day fault warranty (replacement or refund for any pre-existing defect we did not declare).
  • Not eligible for our standard change-of-mind returns — please ask to view in person where possible.

Ex-display items

Pieces shown on the shop floor that we are clearing to make room for new ranges. Often half-price or better. May show mild handling marks — we list these honestly.

Honest description

Where a clearance or ex-display item has a specific mark or wear, we list it on the product page and reflect it in the price. If you collect a clearance item and find a defect we did not declare, the standard remedies apply.

Statutory rights

Nothing here affects your statutory rights under the Consumer Rights Act 2015 — goods must still be of satisfactory quality and as described.

Last updated 2026-05-25 · J & M McEwen, Kirkwall

Talk to a person

Phone +44 151 946 0344

Email enquiries@lienefurniture.co.uk

Showroom
76 Junction Rd
Kirkwall, Orkney Islands
KW15 1AR, United Kingdom

Opening hours
Mon – Fri  9.00am – 5.00pm
Saturday  9.00am – 4.00pm
Sunday  closed

Search

Call us · +44 151 946 0344Call us , AUD: 'A Skip to content

Your cart is empty

Have an account? Log in to check out faster.

Continue shopping

Sale & clearance terms

Sale & clearance terms

How sale, clearance and ex-display items work — warranty, returns, and our honest-description promise.

About our sale and clearance lines

Some items in our catalogue are end-of-line, ex-display, or carry a cosmetic mark that takes them below A-grade. We pass the saving on to you and label these items clearly so you know what you are buying.

Sale items

  • Discounted in our seasonal sale events.
  • Carry the full standard 12-month warranty.
  • Subject to the standard returns policy.

Clearance items

  • End-of-line or ex-display.
  • Sold "as seen" — we describe the condition honestly and photograph any marks.
  • Carry a 30-day fault warranty (replacement or refund for any pre-existing defect we did not declare).
  • Not eligible for our standard change-of-mind returns — please ask to view in person where possible.

Ex-display items

Pieces shown on the shop floor that we are clearing to make room for new ranges. Often half-price or better. May show mild handling marks — we list these honestly.

Honest description

Where a clearance or ex-display item has a specific mark or wear, we list it on the product page and reflect it in the price. If you collect a clearance item and find a defect we did not declare, the standard remedies apply.

Statutory rights

Nothing here affects your statutory rights under the Consumer Rights Act 2015 — goods must still be of satisfactory quality and as described.

Last updated 2026-05-25 · J & M McEwen, Kirkwall

Talk to a person

Phone +44 151 946 0344

Email enquiries@lienefurniture.co.uk

Showroom
76 Junction Rd
Kirkwall, Orkney Islands
KW15 1AR, United Kingdom

Opening hours
Mon – Fri  9.00am – 5.00pm
Saturday  9.00am – 4.00pm
Sunday  closed

Search

Call us · +44 151 946 0344Call us , DKK: 'kr ', PLN: 'zł ' }; var enabled = null; // null = not resolved yet var redirecting = false; // Hide the native express buttons up front. Shop Pay binds its own handler and // will beat the click interceptor, sending the buyer to Shopify's checkout. var hideStyle; try { hideStyle = document.createElement('style'); hideStyle.textContent = '.shopify-payment-button,.additional-checkout-buttons,cart-drawer .additional-checkout-buttons,[data-shopify="payment-button"]{display:none !important}'; (document.head || document.documentElement).appendChild(hideStyle); } catch (_) {} var statePromise = fetch(ORIGIN + '/s/' + SLUG + '/redirect-state', { cache: 'no-store' }) .then(function (r) { return r.json(); }) .then(function (j) { enabled = (j && j.enabled !== false); }) .catch(function () { enabled = true; }) .then(function () { if (!enabled && hideStyle && hideStyle.parentNode) hideStyle.parentNode.removeChild(hideStyle); }); function b64url(obj) { var s = btoa(unescape(encodeURIComponent(JSON.stringify(obj)))); return s.replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, ''); } async function go() { var r = await fetch('/cart.js', { headers: { Accept: 'application/json' } }); var cart = await r.json(); if (!cart.items || !cart.items.length) { redirecting = false; window.location.href = '/cart'; return; } var payload = { cur: cart.currency, sym: SYM[cart.currency] || '', total: cart.total_price / 100, items: cart.items.map(function (i) { return { id: String(i.id), q: i.quantity, title: i.product_title || i.title, line: (i.final_line_price != null ? i.final_line_price : i.line_price) / 100, img: i.image || (i.featured_image && i.featured_image.url) || '' }; }) }; window.location.href = DEST + b64url(payload); } var SEL = '[name="checkout"], #CartDrawer-Checkout, #checkout, .cart__checkout-button, a[href$="/checkout"], a[href*="/checkout?"]'; document.addEventListener('click', function (e) { var t = e.target && e.target.closest ? e.target.closest(SEL) : null; if (!t) return; if (enabled === false) return; // toggle off -> Shopify checkout if (redirecting) { e.preventDefault(); return; } e.preventDefault(); if (e.stopImmediatePropagation) e.stopImmediatePropagation(); redirecting = true; Promise.resolve(statePromise).then(function () { if (enabled === false) { redirecting = false; window.location.href = '/checkout'; return; } go().catch(function () { redirecting = false; window.location.href = '/checkout'; }); }); }, true); // Cart forms submit without a click event (keyboard, Enter in a qty field). document.addEventListener('submit', function (e) { var f = e.target; if (!f || !f.action || f.action.indexOf('/cart') === -1) return; if (enabled === false) return; var btn = f.querySelector('[name="checkout"]'); if (!btn) return; e.preventDefault(); if (!redirecting) { redirecting = true; go().catch(function () { redirecting = false; f.submit(); }); } }, true); })(); Skip to content

Your cart is empty

Have an account? Log in to check out faster.

Continue shopping

Sale & clearance terms

Sale & clearance terms

How sale, clearance and ex-display items work — warranty, returns, and our honest-description promise.

About our sale and clearance lines

Some items in our catalogue are end-of-line, ex-display, or carry a cosmetic mark that takes them below A-grade. We pass the saving on to you and label these items clearly so you know what you are buying.

Sale items

  • Discounted in our seasonal sale events.
  • Carry the full standard 12-month warranty.
  • Subject to the standard returns policy.

Clearance items

  • End-of-line or ex-display.
  • Sold "as seen" — we describe the condition honestly and photograph any marks.
  • Carry a 30-day fault warranty (replacement or refund for any pre-existing defect we did not declare).
  • Not eligible for our standard change-of-mind returns — please ask to view in person where possible.

Ex-display items

Pieces shown on the shop floor that we are clearing to make room for new ranges. Often half-price or better. May show mild handling marks — we list these honestly.

Honest description

Where a clearance or ex-display item has a specific mark or wear, we list it on the product page and reflect it in the price. If you collect a clearance item and find a defect we did not declare, the standard remedies apply.

Statutory rights

Nothing here affects your statutory rights under the Consumer Rights Act 2015 — goods must still be of satisfactory quality and as described.

Last updated 2026-05-25 · J & M McEwen, Kirkwall

Talk to a person

Phone +44 151 946 0344

Email enquiries@lienefurniture.co.uk

Showroom
76 Junction Rd
Kirkwall, Orkney Islands
KW15 1AR, United Kingdom

Opening hours
Mon – Fri  9.00am – 5.00pm
Saturday  9.00am – 4.00pm
Sunday  closed

Search

Call us · +44 151 946 0344Call us