'name_en' => 'Signature', 'type' => 'signature', 'group' => 'fancy', 'addon' => 'wpforms-signatures', 'order' => '310', ], [ 'icon' => 'fa-ellipsis-h', 'name' => esc_html__( 'Likert Scale', 'wpforms-lite' ), 'keywords' => esc_html__( 'survey, rating scale', 'wpforms-lite' ), 'name_en' => 'Likert Scale', 'type' => 'likert_scale', 'group' => 'fancy', 'addon' => 'wpforms-surveys-polls', 'order' => '400', ], [ 'icon' => 'fa-tachometer', 'name' => esc_html__( 'Net Promoter Score', 'wpforms-lite' ), 'keywords' => esc_html__( 'survey, nps', 'wpforms-lite' ), 'name_en' => 'Net Promoter Score', 'type' => 'net_promoter_score', 'group' => 'fancy', 'addon' => 'wpforms-surveys-polls', 'order' => '410', ], [ 'icon' => 'fa-credit-card', 'name' => esc_html__( 'PayPal Commerce', 'wpforms-lite' ), 'keywords' => esc_html__( 'store, ecommerce, credit card, pay, payment, debit card', 'wpforms-lite' ), 'name_en' => 'PayPal Commerce', 'type' => 'paypal-commerce', 'group' => 'payment', 'addon' => 'wpforms-paypal-commerce', 'order' => '89', ], [ 'icon' => 'fa-credit-card', 'name' => esc_html__( 'Square', 'wpforms-lite' ), 'keywords' => esc_html__( 'store, ecommerce, credit card, pay, payment, debit card', 'wpforms-lite' ), 'name_en' => 'Square', 'type' => 'square', 'group' => 'payment', 'addon' => 'wpforms-square', 'order' => '92', ], [ 'icon' => 'fa-credit-card', 'name' => esc_html__( 'Authorize.Net', 'wpforms-lite' ), 'keywords' => esc_html__( 'store, ecommerce, credit card, pay, payment, debit card', 'wpforms-lite' ), 'name_en' => 'Authorize.Net', 'type' => 'authorize_net', 'group' => 'payment', 'addon' => 'wpforms-authorize-net', 'order' => '95', ], [ 'icon' => 'fa-ticket', 'name' => esc_html__( 'Coupon', 'wpforms-lite' ), 'keywords' => esc_html__( 'discount, sale', 'wpforms-lite' ), 'name_en' => 'Coupon', 'type' => 'payment-coupon', 'group' => 'payment', 'addon' => 'wpforms-coupons', 'order' => '100', ], ]; $captcha = $this->get_captcha(); if ( ! empty( $captcha ) ) { array_push( $this->fields, $captcha ); } return $this->fields; } /** * Get Captcha field data. * * @since 1.6.6 * * @return array Captcha field data. */ private function get_captcha() { $captcha_settings = wpforms_get_captcha_settings(); if ( empty( $captcha_settings['provider'] ) ) { return []; } $captcha = [ 'hcaptcha' => [ 'name' => 'hCaptcha', 'icon' => 'fa-question-circle-o', ], 'recaptcha' => [ 'name' => 'reCAPTCHA', 'icon' => 'fa-google', ], 'turnstile' => [ 'name' => 'Turnstile', 'icon' => 'fa-question-circle-o', ], ]; if ( ! empty( $captcha_settings['site_key'] ) || ! empty( $captcha_settings['secret_key'] ) ) { $captcha_name = $captcha[ $captcha_settings['provider'] ]['name']; $captcha_icon = $captcha[ $captcha_settings['provider'] ]['icon']; } else { $captcha_name = 'CAPTCHA'; $captcha_icon = 'fa-question-circle-o'; } return [ 'icon' => $captcha_icon, 'name' => $captcha_name, 'name_en' => $captcha_name, 'keywords' => esc_html__( 'captcha, spam, antispam', 'wpforms-lite' ), 'type' => 'captcha_' . $captcha_settings['provider'], 'group' => 'standard', 'order' => 180, 'class' => 'not-draggable', ]; } /** * Get filtered fields data. * * Usage: * get_filtered( [ 'group' => 'payment' ] ) - fields from the 'payment' group. * get_filtered( [ 'addon' => 'surveys-polls' ] ) - fields of the addon 'surveys-polls'. * get_filtered( [ 'type' => 'payment-total' ] ) - field 'payment-total'. * * @since 1.6.6 * * @param array $args Arguments array. * * @return array Fields data filtered according to given arguments. */ private function get_filtered( $args = [] ) { $default_args = [ 'group' => '', 'addon' => '', 'type' => '', ]; $args = array_filter( wp_parse_args( $args, $default_args ) ); $fields = $this->get_all(); $filtered_fields = []; foreach ( $args as $prop => $prop_val ) { foreach ( $fields as $field ) { if ( ! empty( $field[ $prop ] ) && $field[ $prop ] === $prop_val ) { array_push( $filtered_fields, $field ); } } } return $filtered_fields; } /** * Get fields by group. * * @since 1.6.6 * * @param string $group Fields group (standard, fancy or payment). * * @return array. */ public function get_by_group( $group ) { return $this->get_filtered( [ 'group' => $group ] ); } /** * Get fields by addon. * * @since 1.6.6 * * @param string $addon Addon slug. * * @return array. */ public function get_by_addon( $addon ) { return $this->get_filtered( [ 'addon' => $addon ] ); } /** * Get field by type. * * @since 1.6.6 * * @param string $type Field type. * * @return array Single field data. Empty array if field is not available. */ public function get_field( $type ) { $fields = $this->get_filtered( [ 'type' => $type ] ); return ! empty( $fields[0] ) ? $fields[0] : []; } /** * Set key value of each field (conditionally). * * @since 1.6.6 * * @param array $fields Fields data. * @param string $key Key. * @param string $value Value. * @param string $condition Condition. * * @return array Updated field data. */ public function set_values( $fields, $key, $value, $condition ) { if ( empty( $fields ) || empty( $key ) ) { return $fields; } foreach ( $fields as $f => $field ) { switch ( $condition ) { case 'empty': $fields[ $f ][ $key ] = empty( $field[ $key ] ) ? $value : $field[ $key ]; break; default: $fields[ $f ][ $key ] = $value; } } return $fields; } } Introducing the customizable rollator | Vitility.com
Ordered before 21.00, shipped the same day
Available from stock

Choose your language

INTRODUCING the

customizable rollator!

You can ask yourself: “How do I characterize freedom?” This is a question we asked ourselves, and in our opinion, there is one clear answer: mobility. Being able to take yourself from point A to point B brings immense freedom with it. Staying in motion, exploring the world, having coffee with the neighbor, and visiting (grand)children. That’s what freedom means to us!

You naturally want to preserve your freedom for as long as possible when you have limited mobility. There are various aids that can support you in staying mobile and stable in life. Mobility-enhancing aids can range from walking sticks to wheelchairs and rollators!

Over the years, with Vitility, we have released various rollators, but none looked and functioned like our brand-new rollator. With this, you will definitely be assisted from A to B.

During a journey, it can also be pleasant to take a break from time to time. Our rollator also serves as a seat to catch your breath during the walk or, of course, to enjoy a beautiful environment.

Previous slide
Next slide

our rollator

The compactness of the rollator is due to the double-folding system, which is a great advantage when there is limited storage space at home or in the car!

The rollator is equipped with a soft seat, backrest, and ergonomically shaped handles for a better grip and extra comfort. Moreover, it has parking and hand brakes, where you can manually adjust them. The brake cables are neatly concealed in the frame, which not only improves the product’s appearance but also ensures safety by preventing loose brake cables that can get caught.

You can also adjust the height of the walker to your wishes. Change the height of the walker in no time using three positions!

Under the seat is a large bag for safe storage of belongings and a bag that fits a smaller wallet. These bags are attached to the walker and can be closed with a zipper to prevent theft.

The unique soft anti-puncture wheels provide excellent grip both outdoors and indoors.

This attractive design is available in sequoia red, forest green, and charcoal black. The three standard color models apply to both the frame and the fabric.

The possibility of

personalization

A special aspect of these rollators is that you can mix and match the colors to your preferences! For example, you can combine a charcoal black backrest with a forest green frame! This allows you to choose the colors that you like best and that, for example, match your daily outfits the most!

frame

(3 colors)

backrest

(6 colors)

seat

(6 colors)

rollator

Mix, match & customize

At Vitility, we believe in empowering individuals to lead independent lives.

Our innovative Mix, Match & Customization concept revolutionizes daily living aids with style and functionality.

Discover the products in this range to match your style!

Inspiration

  • 1

    Frames

    Chose your frame

    • 70510580 Charcoal black

    • 70510590 Forest green

    • 70510600 Sequoia red

  • 1

    Seat

    Chose your seat

    • 70510680 Charcoal black

    • 70510690 Forest green

    • 70510700 Sequoia red

    • 70510710 Stone grey

    • 70510720 Rainbow diamond

    • 70510730 Beachy yellow

  • 1

    Backrest

    Chose your backrest

    • 70510620 Charcoal black

    • 70510630 Forest green

    • 70510640 Sequoia red

    • 70510650 Stone grey

    • 70510660 Rainbow diamond

    • 70510670 Beachy yellow

  • 1

    Wheels

    • 70510610 Charcoal black

Get a Quote

Rollator configurator

Build Summary

Get a Quote

walk iN style with our

modern rollator

adjustable

brake pad

Building on the topic of brakes… Normally, the brake pad on a rollator wears out, requiring you to re-tension the brake cables (which can be an added concern and require tools). On our rollator, there’s an easily adjustable brake pad that allows you to make adjustments with ease. Adjusting the brake pad comes in handy as wear and tear occur over time, but you would have to cover some distance before that happens. A small bonus: if you want to make a pit stop, there’s a hand brake on the right to easily park it.

invisible

brake cables

From our perspective, this is ideal, as nothing or no one can get caught in the cables now. This reduces the risk of them breaking and no cable can come loose. Furthermore, the concealed brake cables contribute to the overall design aesthetic.

attractive

Dutch design

Likely one of the more important aspects for many… Namely, an attractive design! Since you use the product daily and put effort into wearing a beautiful outfit, it’s somewhat disappointing if a rollator obstructs your moment to shine. That’s why we considered it important to make the product look modern and luxurious. Furthermore, we want the product to naturally match the image of Vitility, luxurious and contemporary.

a double-fold

compact system

We previously talked about the importance of getting from point A to point B, and sometimes, a car is needed for that. It’s unfortunate when you have limited trunk space and can’t take your loyal companion along. To ensure that you can always bring the rollator with you, we took into account a double-fold system in the design process.

So, what does ‘double-fold’ mean?

You can lift the seat, which folds it once, and our unique hinge system ensures that the rollator can be folded again in a smooth motion.

This allows you to easily snap the product together and apart, making it ideal for compact storage, whether you have a small or large car!

soft

tires(anti-puncture)

Of course, you want a good grip on the road, and for that, you need the perfect tires. What makes these tires so special is that they are soft, allowing for a smooth ride on the roads. Plus, you don’t have to worry about getting a flat tire by the side of the road because you’ve had enough of those times! These tires are the perfect middle ground between standard hard solid tires and flexible pneumatic tires. As a result, you’ll experience extra comfort because hard shocks during walking are dampened. Oh, and in case you were wondering about the material: rubber tires with strong plastic (EVA PU) rims.

height

adjustable

Customize the height of the rollator handles to ensure a comfortable and ergonomic grip. Whether you’re tall or short, our rollator has got you covered.

a solid

rollator

We refer to a ‘solid rollator’ in the title, and that’s not without reason. The design is so robust that it can support up to 120 kg.

Furthermore, the product complies with all CE medical device requirements.

Meets all CE medical device requirements. Now you might be wondering, “CE what?” With a CE certification, it is confirmed that the product complies with EU standards for health, safety, and environmental protection! Nevertheless, it’s reassuring to have that confirmation!

user experience

rollator

To successfully introduce our brand new rollator, we also thought it was important to have the products tested and assessed in use and on the look & feel. The rollator has been tested by Sylvia while spending a day with the Vitility team. During this day she used, tested, and eventually assessed the products. On the basis of a questionnaire, she has offered us insight into her user experience and will share her assessment with us. 

Vitility for companies.

Vitility is available in more than 40 countries, which is made possible by our partners all over the world. Together with our partners, we make life easier for people with physical challenges. Are you interested in selling our products and becoming a new potential partner? Then we would like to get in touch with you! 

Want to become a partner?

Already a partner?