SKU: N775P229940B

Milan - Outdoor Dining Chair (Set of 2)

$53999 USD $68999

Color

Delivery and Shipping

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

  • Aesthetic and Versatile: Ideal for both outdoor and indoor spaces, this conversation chair set is perfect for yards, gardens, and porches. Its lightweight design allows for easy repositioning to suit family gatherings and personal preferences.
  • Durable Iron Frame: Constructed from outdoor-grade iron, these chairs boast exceptional strength and rust resistance. This ensures long-lasting durability, maintaining elegance and style on your patio through various seasons.
  • Assembly Required: Some assembly is needed for these chairs, but all instructions and tools are included. The set comes with two chairs, making setup straightforward and efficient.

Milan - Outdoor Dining Chair (Set of 2) - Black
22.25"W x 21.5"D x 28.25"H - 14.55 lb
Milan - Outdoor Dining Chair (Set of 2) - Green
22.25"W x 21.5"D x 28.25"H - 14.55 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'); } } });