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

Elliptical Trainers

Magnetic Elliptical Bike - 2 in 1 Elliptical Upright Bike

{{ 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}}
Email
{% for i in BIS.response.errors %} {% assign err = i|last %} {% for e in err %}
{{e}}
{% endfor %} {% endfor %} {{BIS.response.message}}
{% endif %}

Estimated Delivery: Thu, Mar 21 - Mon, Mar 25

Free Shipping

Exclusions Apply

Manufacturer Warranty

In Domestic US Markets

30-Day Money Back

Guarantee

Our Elliptical & Upright Bike model SF-E3903 Two in One Magnetic combines two excellent cardiovascular machines into one. This low impact machine is perfect for beginners to start an in-home calorie burning workout routine that will promote muscle development in the lower & upper body. With 8 levels of magnetic resistance, you will be able to vary your weekly workouts. Feel confident standing or sitting with the 240 lb max user weight limit on the home-use dual cardio machine. This Magnetic Elliptical Trainer Upright Bike is a must-have for people who want a home gym but have limited space.

3903

VERSATILE MACHINE | Effective cardiovascular low impact workout targeting upper & lower body muscle groups.

VERSATILE MACHINE

Effective cardiovascular low impact workout targeting upper & lower body muscle groups.
8-LEVEL ADJUSTABLE RESISTANCE | 8-levels of magnetic resistance for higher workout intensities, the resistance knob puts the control intensity in your hands.

8-LEVEL ADJUSTABLE RESISTANCE

8-levels of magnetic resistance for higher workout intensities, the resistance knob puts the control intensity in your hands.
PERFORMANCE MONITOR | Track your time, speed, distance, odometer, calories, and pulse on the monitor. Set the monitor to scan mode to continuously alternate between all stats while you workout.

PERFORMANCE MONITOR

Track your time, speed, distance, odometer, calories, and pulse on the monitor. Set the monitor to scan mode to continuously alternate between all stats while you workout.
4-WAY ADJUSTABLE SEAT | 4-Way adjustable cushioned seat for comfort, proper position maximizes the overall effort of your workouts.

4-WAY ADJUSTABLE SEAT

4-Way adjustable cushioned seat for comfort, proper position maximizes the overall effort of your workouts.
NON-SLIP FOOT PEDAL | Durable belt-drive mechanism that keeps your strides quiet and consistent for both short and long intense workout sessions. 12.5 in stride length.

NON-SLIP FOOT PEDAL

Durable belt-drive mechanism that keeps your strides quiet and consistent for both short and long intense workout sessions. 12.5 in stride length.
DEVICE HOLDER | Place your mobile device & you’re ready to start watching a virtual biking video online, your favorite movies/TV shows or read a book.

DEVICE HOLDER

Place your mobile device & you’re ready to start watching a virtual biking video online, your favorite movies/TV shows or read a book.
TRANSPORTATION WHEELS | Tilt and roll for use or away for easy storage with convenient transport wheels allowing the movement of equipment with ease.

TRANSPORTATION WHEELS

Tilt and roll for use or away for easy storage with convenient transport wheels allowing the movement of equipment with ease.

FAQS

Specifications

Technology

  • device holder
    yes
  • digital monitor
    Calorie, Distance, Odometer, Pulse, Speed, Time, Scan
  • flywheel weight
    6.6 lb
  • pulse sensor
    yes
  • resistance levels
    8

Comfort

  • dual function
    sit or stand
  • inseam adjustment
    Min 27.5 in/Max 33 in
  • pedal type
    non-slip
  • seat adjustment
    up/down & forward/back
  • seat dimensions
    10.5L x 9.5W x 2H in
  • seat type
    cushioned
  • transportation wheels
    yes

Engineering

  • arm exercisers
    yes
  • drive mechanism
    belt drive
  • floor stabilizers
    yes
  • max user weight
    240 lb
  • pedal step height
    Min 5.9 in/Max 12.6 in
  • stride length
    12.5 in
  • tension system
    magnetic

Convenience

  • product dimensions
    45L x 22.5W x 59H in
  • product weight
    64.5 lb
  • ship dimensions
    36L x 12.6W x 22.1H in
  • ship weight
    72.5 lb
  • UPC
    815749015112
  • warranty
    3 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 %}
{% comment %}
{% endcomment %}
{% 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 %}
{% comment %} {% endcomment %}
{% if count >= 4 %}{% break %}{% endif %} {% endfor %}

Review Section


Magnetic Elliptical Bike - 2 in 1 Elliptical Upright Bike has a rating of 4.5 stars based on 139 reviews.
truck

Free Shipping

shield

Manufacturer Warranty

dollar-sign

30-Day Money Back