SKU: DY200-2ER-3PC

Dory - Table Set

$73999 USD $92999

Color
Sets

Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

A new take on classic farmhouse styling, the Dory occasional collection looks like it was plucked out of an English pub. The neutral ebony finish and plank top will blend well with any casual decor whether rustic or cottage styling. Beefy tops and sculpted posts combine with a large scale to give the collection a very substantial feel. Choose from Cocktail or several end table options.
Dory - 3 Piece Table Set (Cocktail Table, 2 End Tables) - Ebony
48.0"W x 28.0"D x 19.5"H - 153.0 lb
Dory - 3 Piece Table Set - Ebony
48.0"W x 28.0"D x 19.5"H - 151.0 lb
Dory - 3 Piece Round End Table Set - Sand
136.0 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });