Product Description
- Specifications
- Chair Functions
- Additional Information
- Shipping
- Resources
– Environmental Friendly
– RTA
– UPSable
SHIPPING DETAILS
Product Weight (Lbs): 4
DOWNLOADS
Download Assembly Sheet
– Environmental Friendly
– RTA
– UPSable
SHIPPING DETAILS
Carton Weight (Lbs): 6.39 LBS
Product Weight (Lbs): 4
DOWNLOADS
Download Assembly Sheet
// encodes url for links from custom fields
const links = document.getElementsByClassName(“tab-resources-archive-link”);
for (const a of links) {
var array = a.href.split(“/”);
var last = array.pop();
var base = array.join(“/”);
last = encodeURIComponent(last);
a.href = base + “/” + last;
}
Reviews
There are no reviews yet.