SKU: N752S000097C

6 Piece Extendable Dining Table Set, Wood Table With Removable Leaf, 4 Upholstered Chairs And Bench - Cherry

$1,15999 USD $1,48999


Delivery and Shipping

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

  • Complete 6-Piece Set: Includes a classic rectangular dining table, 4 upholstered chairs, and a bench, perfect for stylish and functional dining.
  • Elegant Traditional Design: Features a double pedestal table with curved edges and upholstered chair backs, creating a sophisticated gathering space.
  • Extendable Versatility: 18-inch removable leaf expands table from 60" to 78", comfortably seating 6-8 guests for flexible entertaining.
  • Premium Durability: Solid wood frame supports 350 lbs (table) and 250 lbs (chairs/bench), with linen-covered foam cushions for comfort.
  • Hassle-Free Assembly: Includes clear step-by-step instructions for easy setup.
// 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'); } } });