Ta Chair Series 5 adjustable heights Elderly cane stool

$119.99
$299.99
Save $180.00
1022 sold
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

Chair Series 2 Pro with 5 Adjustable Heights

  • VERSATILE USE: chair series 2 PRO is a versatile product that simultaneously provides outdoor lovers with a seat for resting and a walking stick for support. This design, which instantly converts a walking stick into a chair with a snap, offers rest for tired legs and knees at a moments notice. A smart phone holder is provided so as to free your hands perfectly while seated.
  • ERGONOMIC HANDLE: As a walking stick chair, the ergonomic handle with special tilt angles and grain texture makes it easy to hold, thereby reducing the user?s effort to carry. As a chair, with the largest seat among all similar products in the market, it brings in better sitting comfort and experience.
  • LIGHTWEIGHT DURABILITY: Aircraft-grade aluminum material weights less than 2.5 lbs. Easy carry and storage. The Max. weight capability for seat is up to 300 lbs. (136kg). The stick length can be adjusted from 33.5"~36.6" (85~93cm), 5-sections adjustment.
  • REINFORCED STRUCTURE: Dual stability and Reinforced Structure, with European EN 581 standards tested by SGS. It also complies with CNS 15192 Taiwan National standard.
  • ANTI-SLIP RUBBER FEET: Gigantic, anti-slip rubber feet with spiral pattern bring in higher stability as well as better drainage capacity while using.

1
Select product
Selected 0 item(s)
Starry Black
Claret Red
Brown
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)