SKU: TY600-C3PC

Tyler - 3 Piece Dining Set (Bar Table And Chairs) - Light Brown

$1,05999 USD $1,31999


Delivery and Shipping

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

Sturdy and rustic, the Tyler 38-inch Bar Set delivers a slice of nostalgia mixed with a casual and relaxed design.A glowing rustic Chestnut finish highlights the grain and character of the birch veneers in a distressed application that beautifully accents the powder-coated ebony metal. Storage abounds in the back of the bar for all your serving needs including a hanging stemware rack. The Tyler Counter Stool offers 360 degree swivel with a padded, easy-care black leatherette seat that cleans with the wipe of a damp cloth. Comfort, style and organization...all delivered with the Tyler Counter Bar Set.

Product Features
  • Crafted from Birch Veneers, Birch solids, engineered woods and cast iron
  • Powder coated iron accents for a more durable coating that is more resistant to scratching and chipping
  • Hanging stemware rack

// 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'); } } });