Your cart is empty

Have an account? Log in to check out faster.

Continue shopping

Gift cards

Gift cards

Redeemable against anything in store or online, valid 24 months, available from £25 to £1,000.

Gift cards from £25 to £1,000

A J & M McEwen gift card is redeemable against anything in the showroom or online — furniture, accessories, mattresses, even delivery and finance deposits. Available in denominations from £25 to £1,000.

How they work

  1. Buy online or in the showroom.
  2. Choose digital (emailed immediately) or printed (posted within 2 working days).
  3. The recipient enters the code at checkout or hands the card over at the till.

Terms

  • Valid for 24 months from the date of issue.
  • Multiple gift cards can be combined on a single order.
  • Unused balances remain on the card until the expiry date.
  • Cards cannot be exchanged for cash, except where required by law.
  • Cards are not refundable.
  • If a card is lost or stolen, contact us with the original purchase reference — we will do what we can but cannot guarantee a replacement.

Corporate & bulk orders

For staff incentives, customer thank-yous or charity raffles we can issue 10+ cards with custom denominations and free postage. Email enquiries@lienefurniture.co.uk.

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

Gift cards

Gift cards

Redeemable against anything in store or online, valid 24 months, available from £25 to £1,000.

Gift cards from £25 to £1,000

A J & M McEwen gift card is redeemable against anything in the showroom or online — furniture, accessories, mattresses, even delivery and finance deposits. Available in denominations from £25 to £1,000.

How they work

  1. Buy online or in the showroom.
  2. Choose digital (emailed immediately) or printed (posted within 2 working days).
  3. The recipient enters the code at checkout or hands the card over at the till.

Terms

  • Valid for 24 months from the date of issue.
  • Multiple gift cards can be combined on a single order.
  • Unused balances remain on the card until the expiry date.
  • Cards cannot be exchanged for cash, except where required by law.
  • Cards are not refundable.
  • If a card is lost or stolen, contact us with the original purchase reference — we will do what we can but cannot guarantee a replacement.

Corporate & bulk orders

For staff incentives, customer thank-yous or charity raffles we can issue 10+ cards with custom denominations and free postage. Email enquiries@lienefurniture.co.uk.

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

Gift cards

Gift cards

Redeemable against anything in store or online, valid 24 months, available from £25 to £1,000.

Gift cards from £25 to £1,000

A J & M McEwen gift card is redeemable against anything in the showroom or online — furniture, accessories, mattresses, even delivery and finance deposits. Available in denominations from £25 to £1,000.

How they work

  1. Buy online or in the showroom.
  2. Choose digital (emailed immediately) or printed (posted within 2 working days).
  3. The recipient enters the code at checkout or hands the card over at the till.

Terms

  • Valid for 24 months from the date of issue.
  • Multiple gift cards can be combined on a single order.
  • Unused balances remain on the card until the expiry date.
  • Cards cannot be exchanged for cash, except where required by law.
  • Cards are not refundable.
  • If a card is lost or stolen, contact us with the original purchase reference — we will do what we can but cannot guarantee a replacement.

Corporate & bulk orders

For staff incentives, customer thank-yous or charity raffles we can issue 10+ cards with custom denominations and free postage. Email enquiries@lienefurniture.co.uk.

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

Gift cards

Gift cards

Redeemable against anything in store or online, valid 24 months, available from £25 to £1,000.

Gift cards from £25 to £1,000

A J & M McEwen gift card is redeemable against anything in the showroom or online — furniture, accessories, mattresses, even delivery and finance deposits. Available in denominations from £25 to £1,000.

How they work

  1. Buy online or in the showroom.
  2. Choose digital (emailed immediately) or printed (posted within 2 working days).
  3. The recipient enters the code at checkout or hands the card over at the till.

Terms

  • Valid for 24 months from the date of issue.
  • Multiple gift cards can be combined on a single order.
  • Unused balances remain on the card until the expiry date.
  • Cards cannot be exchanged for cash, except where required by law.
  • Cards are not refundable.
  • If a card is lost or stolen, contact us with the original purchase reference — we will do what we can but cannot guarantee a replacement.

Corporate & bulk orders

For staff incentives, customer thank-yous or charity raffles we can issue 10+ cards with custom denominations and free postage. Email enquiries@lienefurniture.co.uk.

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