{% for badge in productBadges %} {% if product.tags contains badge.tag %}
{{ badge.product_badge }}
{% endif %} {% endfor %}

Row-N-Ride

Smart Upright Row-N-Ride® Exerciser

{{ variant.sku }}
{% if product.subtotal %} {{ product.subtotal | money | remove: ' ' }} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% else %}

Discounted price {{variant.price | money}} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %}Actual price{{variant.compare_at_price | money}}{% endif %}

{% endif %} {% endif %}
{% if variant.available %} {% else %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
{% if BIS and BIS.Config %}
{{BIS.Config.labels.headline}}
{% for i in BIS.response.errors %} {% assign err = i|last %} {% for e in err %}
{{e}}
{% endfor %} {% endfor %} {{BIS.response.message}}
{% endif %}

Estimated Delivery: Sat, Dec 09 - Wed, Dec 13

smartphone

Track Your Performance

on the SunnyFit® App

truck

Free Shipping

Exclusions Apply

shield

Manufacturer Warranty

In Domestic US Markets

dollar-sign

30-Day Money Back

Guarantee

Introducing the Sunny Health & Fitness Smart Upright Row-N-Ride® Exerciser (NO. 077SMART) – your ultimate all-in-one home fitness solution. This versatile machine offers a comprehensive workout experience, combining squats, dynamic rowing exercises, glute toning, ab sculpting, and strength training, all in a single, compact device. Tailor your squat workouts with precision using adjustable motion settings at 30, 60, and 90 degrees, ensuring a personalized and effective training experience that matches your fitness level and goals. Stay connected and engaged with the connected fitness experience – sync via Bluetooth to monitor your progress, customize workouts, and access a vast library of training videos, global tours, fitness programs, and community engagements, providing an interactive and motivating fitness journey.

The Smart Upright Row-N-Ride® Exerciser is equipped with a built-in LCD monitor that keeps you informed with real-time data on calories burned, workout duration, and total count. The device holder ensures you stay entertained and connected, enhancing your workout experience. Customize your exercise intensity with 4 adjustable resistance levels, allowing you to progressively challenge yourself and adapt your workouts to your fitness level. Enjoy maximum comfort with the machine's adjustable handlebar, featuring four different length settings, accommodating users of all sizes and providing a customized grip. The padded seat is designed for optimal comfort, ensuring a supportive workout, even during prolonged sessions.

Setting up your fitness routine is hassle-free with the Smart Upright Row-N-Ride® Exerciser, designed for straightforward assembly. Its sturdy and durable frame guarantees stability during the most rigorous workouts, accommodating users up to 220 lbs. With Sunny Health & Fitness' 20+ years of expertise in the fitness industry, you can trust in our commitment to excellence. Enjoy peace of mind with a 1-year warranty on the structural frame and rely on our dedicated customer service for superior support. Transform your home workouts with confidence and convenience – start your fitness journey today with the Smart Upright Row-N-Ride™ Exerciser by Sunny Health & Fitness.

Our fitness trainers love the Smart Upright Row-N-Ride® Exerciser

"I actually like the machine and as a person who works out a lot, with heavy weights, running, etc. I can say I actually got a great workout! And I was even sore the next day. So I definitely think it's an effective machine!"

CONNECTED FITNESS | Take your home workouts to the next level with smart fitness equipment. Simply connect your equipment to the SunnyFit app via Bluetooth and immerse yourself in data tracking, 1000+ workouts, 10,000+ global routes, community challenges, and a suite of other smart features to maximize your fitness journey.

CONNECTED FITNESS

Take your home workouts to the next level with smart fitness equipment. Simply connect your equipment to the SunnyFit app via Bluetooth and immerse yourself in data tracking, 1000+ workouts, 10,000+ global routes, community challenges, and a suite of other smart features to maximize your fitness journey.

FAQS

Specifications

Technology

  • additional connections
    Connects to SunnyFit® App
  • bluetooth
    yes
  • device holder
    yes
  • digital monitor
    Calories, Count, Time, Total Count, Scan
  • resistance levels
    4 (0-3 Bands)

Comfort

  • handlebar adjustment
    up/down
  • pedal type
    self leveling/non-slip
  • seat adjustment
    forward/back
  • seat dimensions
    11.4L x 7.5W x 1.6H in

Engineering

  • max user weight
    220 lb
  • tension system
    elastic cord

Convenience

  • foldable
    yes
  • folded product dimensions
    64.2L x 19.3W x 15.9H in
  • product dimensions
    49.2L x 19.3W x 48.8H in
  • product weight
    29.5 lb
  • ship dimensions
    44L x 8.3W x 7.9H in
  • ship weight
    33 lb
  • warranty
    1 year structural frame, 180 days other parts and components

Other customers were interested in

{% assign count = 0 %} {% for product in products %} {% if product.tags contains 'rec-excl' %}{% continue %}{% endif %} {% assign count = count | plus: 1 %}
{% capture bg %}transparent{% endcapture %}
{% if product.hover_image_alt contains 'https' or forloop.index == -1 %}
{% else %}
{% endif %}
{% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {{ product.featured_image_alt }} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %}
{% if hover_alt contains 'https' %} {% else %}
{{ product.hover_image.alt | escape }}
{% endif %}
{% endif %}
{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} Sold out {% endif %}
{% assign productTitle = product.title | remove: product.type | split: '-' | replace: 'w/','with' | split: 'with' | first %}

{{ product.title | replace: 'w/','with' | split: 'with' | first }}

{% for badge in badges %} {% if product.tags contains badge.tag and badge.tag == 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %}
{% assign discount_amount = product.price | divided_by: product.compare_at_price | times: -100 | plus: 100 | round %} {% if product.compare_at_price > product.price and discount_amount > 10 %} Discounted price{{ product.price | money | remove: " " }} Actual price{{ product.compare_at_price | money | remove: " " }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money | remove: " " }} {% else %} from {{ product.price | money | remove: " " }} {% endif %} {% endif %}

{% if product.sku != blank %} {{ product.sku }} {% else %} {{ product.variants[0].sku }} {% endif %}

{% assign compared = false %} {% for item in Comparison.data.items %} {% if item.handle == product.handle %} {% assign compared = true %} {% endif %} {% endfor %}
{% if count >= 4 %}{% break %}{% endif %} {% endfor %}

Review Section


Smart Upright Row-N-Ride® Exerciser has a rating of 4.6 stars based on 569 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back