www.smartwheel.ca Open in urlscan Pro
107.178.245.252  Public Scan

URL: https://www.smartwheel.ca/Airwheel-M3-162WH-Electric-Skateboard-White_p_60.html
Submission: On August 24 via manual from CA

Form analysis 5 forms found in the DOM

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <div class="form-prefixPostfix wrap">
        <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off">
        <input type="submit" class="button button--primary form-prefixPostfix-button--postfix" value="Search">
      </div>
    </div>
  </fieldset>
</form>

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query_mobile">Search</label>
      <div class="form-prefixPostfix wrap">
        <input class="form-input" data-search-quick="" name="search_query" id="search_query_mobile" data-error-message="Search field cannot be empty." placeholder="Search the store" autocomplete="off">
        <input type="submit" class="button button--primary form-prefixPostfix-button--postfix" value="Search">
      </div>
    </div>
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>Required</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating">
        <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name </label>
      <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-input" aria-required="">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>Required</small>
      </label>
      <input type="text" id="email_input" data-label="Email" name="email" class="form-input" aria-required="false">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>Required</small>
      </label>
      <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-input" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>Required</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" class="form-input"></textarea>
    </div>
    <div class="g-recaptcha" data-sitekey="6LcjX0sbAAAAACp92-MNpx66FT4pbIWh-FTDmkkz">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LcjX0sbAAAAACp92-MNpx66FT4pbIWh-FTDmkkz&amp;co=aHR0cHM6Ly93d3cuc21hcnR3aGVlbC5jYTo0NDM.&amp;hl=en&amp;v=Eyd0Dt8h04h7r-D86uAD1JP-&amp;size=normal&amp;cb=ozfj77ke1da7"
            width="304" height="78" role="presentation" name="a-7il1vzwaz7ks" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe>
        </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
          style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
      </div><iframe style="display: none;"></iframe>
    </div><br>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="179">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST

<form class="form form--addToCart" method="post" action="" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="179">
  <div class="emthemesModez-productView-optionsGrid">
    <div data-product-option-change="" style="">
    </div>
  </div>
  <div class="form-field form-field--stock u-hiddenVisually">
    <label class="form-label form-label--alternate"> Current Stock: <span data-product-stock=""></span>
    </label>
  </div>
  <p style="text-align: Left;"><span style="color: #D04B64;"><strong></strong></span></p>
</form>

POST /subscribe.php

<form class="form" action="/subscribe.php" method="post">
  <fieldset class="form-fieldset">
    <input type="hidden" name="action" value="subscribe">
    <input type="hidden" name="nl_first_name" value="bc">
    <input type="hidden" name="check" value="1">
    <div class="form-field">
      <label class="form-label is-srOnly" for="nl_email">Email Address</label>
      <div class="form-prefixPostfix wrap">
        <input class="form-input form-prefixPostfix-input" id="nl_email" name="nl_email" type="email" value="" placeholder="Your email address">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Subscribe">
      </div>
    </div>
  </fieldset>
</form>

Text Content

Toggle menu

 * Sign in Register
 * Compare
 * Cart 0
   


Search

 * Shop Category
    * All Shop Category
    * Hoverboards
      * All Hoverboards
      * Essential 6.5" Wheels
      * All Terrain 6.5" - 10" Wheels
    * Hoverkarts | Go Kart
    * Segway Style
      * All Segway Style
      * Segway Style with Handle
      * Segway Style with Leg Control
      * Segway Style with Seat
    * E Bikes
      * All E Bikes
      * Standard E-bikes
      * Step-thru Utility E-Bikes
      * Compact Foldable E-Bikes
    * E Scooters
      * All E Scooters
      * Essential E-Scooters
      * Mid Range E-Scooters
      * Sports E-Scooters
    * E Unicycles (EUC)
      * All E Unicycles (EUC)
      * Essential E-Unicycles
      * Mid Range E-Unicycles
      * Sports E-Unicycles
    * E Skateboards
    * E Suitcases
    * E Wheel Chairs
    * E-Mopeds
    * Safety Gear & Helmets
      * All Safety Gear & Helmets
      * Smart Camera Helmets
      * Little Kids Helmets & Gear
      * Helmets & Gear

 * Shop Collections
    * All Shop Collections
    * Kid's Zone
    * Commuters
    * Best of All Worlds
    * Thrill Seekers
    * All Action
    * Movability

 * Brands
    * All Brands
    * Airwheel
    * Smartboard
    * Smartkick
    * Smartkart
    * Segway - Ninebot
    * Inmotion
    * Kingsong
    * Nutcase
    * Relync
    * Onewheel
    * Dualtron
    * Speedway
    * Gotway
    * Unagi
    * Zero
    * Envo
    * Veteran
    * Nanrobot
    * Fiat
    * Inokim
    * Gyroor

 * Parts
    * All Parts
    * Internal Components
      * All Internal Components
      * Batteries & BMS
      * Control Boards & Circuits
      * Frame & Chassis
      * Motors & Wheels
      * Wiring & Harness
    * External Components
      * All External Components
      * Brakes, Disks & Pads
      * Chargers & Power Cables
      * Displays & Throtles
      * Handles & Control Bars
      * LED & Lights
      * Pads, Pedals & Decks
      * Shells & Casings
      * Tires & Tubes
      * Remotes, Keys & Switches
    * Misc. / Other

 * Accessories
    * All Accessories
    * Bags & Storages
    * Charger & Battery Upgrades
    * Grips, Pads & Bumpers
    * Locking & Security
    * Mountings & Holders
    * Protections & Covers
    * Seat Add-on
    * Wearables & Clothing

 * Used

 * FAQ
 * Support
 * Corporate

 * Sign in Register


Search




 * Home
 * Airwheel M3 162WH Electric Skateboard (White)

AIRWHEEL


AIRWHEEL M3 162WH ELECTRIC SKATEBOARD (WHITE)

(No reviews yet) Write a Review


WRITE A REVIEW

AIRWHEEL

AIRWHEEL M3 162WH ELECTRIC SKATEBOARD (WHITE)

Rating Required Select Rating 1 star (worst) 2 stars 3 stars (average) 4 stars 5
stars (best)
Name
Email Required
Review Subject Required
Comments Required




SKU: 9AW-M3-162-WHT UPC: Short Description: Do you have a need for speed? The
Airwheel M3 is designed for riders that want to go farther and faster. From the
moment you put your feet on the board and slowly push forward on the remote your
heart will be racing. All of this is just the beginning

Free Shipping
Previous

Next

MSRP:
Sale: $786.00


— You save

Current Stock:



 * 
 * 
 * 
 * 


Customer's frequently bought together:

Select all Add selected to cart

 * Description
 * 0 Reviews
 * Specification
 * Warranty


DESCRIPTION

Do you have a need for speed? The Airwheel M3 is designed for riders that want
to go farther and faster. From the moment you put your feet on the board and
slowly push forward on the remote your heart will be racing. All of this is just
the beginning.

The Airwheel M3 is an electric skateboard completely controlled by a handhold
wireless remote. By simply sliding the button you can accelerate, decelerate,
brake, or even go backward, effortlessly. To control the direction, it is
similar as riding a kick-skateboard, you have to maneuver your gestures and body
weight to turn left or right.









 

View AllClose


0 REVIEWS


View AllClose


SPECIFICATION

• The 4" tires have a higher skid resistance, better grip and are wider, which
makes slippery road conditions a walk in the park.
• The wheels have been equipped with TPU material damper mass to ride more
smoothly
• The remote fits nicely and comfortably in your hand, giving you all the
control you need at the push of a button
• Double battery protection boards and a magnetic levitation motor, new
technology for a new skateboard.
• High elastic and shock absorption makes any road conditions easy to ride.
• Hit 20 kilometres per hour in less than a few seconds, all you have to do is
slide the button on your remote a little higher and away you go!
• The Airwheel M3 weighs 11.5 kilograms (25 pounds) but it can hold up to 100
kilograms (220 pounds).
View AllClose


WARRANTY

Parts Warranty: 1 Year, 6 months on battery, 3 months on Tire /Tube and
Accessories.
Labour Warranty: 1 Year Limited Warranty
Warranty and Service Offered by: Smart Wheel Canada 1.888.407.4997 Option 3


Warranty Limitations / Exclusion: 
Damage to the product from misuse and/or neglect, accidental damage,
water/liquid damage, salt damage or from not adhering to the instructions in the
Owner's Manual. Damage caused by exceeding maximum weight, attempting tricks or
running into obstacles like curbs or walls, water or liquid damage or submerges
into the water. Improper or invalid documentation, including but not limited to
lack of a warranty sheet, original invoice or discrepancies on the invoice
View AllClose

 * Related Products
 * Customers Also Viewed


RELATED PRODUCTS

Free Shipping



AIRWHEEL M3 162WH ELECTRIC SKATEBOARD (WHITE)

Airwheel

MSRP:
Sale: $786.00

Do you have a need for speed? The Airwheel M3 is designed for riders that want
to go farther and faster. From the moment you put your feet on the board and
slowly push forward on the remote your...
9AW-M3-162-WHT


CUSTOMERS ALSO VIEWED

Previous
Free Shipping

Buy Now


ONEWHEEL PINT - SLATE

Onewheel

MSRP:
Sale: $1,500.00

Onewheel Pint - Slate Onewheel Pint is a unique combination of a hoverboard and
e-skateboard, The Onewheel Pint! looks like a skateboard cyclops but rides like
a snowboard! Getting from A to B...
1OW-PINT-SLATE
Free Shipping



INMOTION K1 REMOTE-LESS ELECTRIC SKATEBOARD

Inmotion

MSRP:
Sale: $399.00

This e-skateboard possesses all of the qualities you're looking for in an
electric skateboard. Very light with a built-in carrying grip, the K1 is a
hands-free skateboard where you don't have to...
9IM-K1-BLK
Free Shipping

Buy Now


ONEWHEEL+ XR 750W

Onewheel

MSRP:
Sale: $2,600.00

Onewheel+ XR A unique combination of a hoverboard and e-skateboard, The
Onewheel+ XR! The Onewheel XR looks like a skateboard cyclops but rides like a
snowboard! Getting from A to B has never been...
1OW-XR
Free Shipping

Buy Now


SEGWAY DRIFT W1 | E-SKATES

Segway

MSRP:
Sale: $699.00

The Segway Drift W1 brings all the fun and coolness you expect from Segway's
consumer products line combined with the high-quality engineering consumers
expect from the Segway brand. Perfect for the...
1SG-W1
Free Shipping

Buy Now


ONEWHEEL PINT - SAND

Onewheel

MSRP:
Sale: $1,500.00

Onewheel Pint - Sand Onewheel Pint is a unique combination of a hoverboard and
e-skateboard, The Onewheel Pint! looks like a skateboard cyclops but rides like
a snowboard! Getting from A to B...
1OW-PINT-SAND
Temporarily Unavailable - Check Back Later
Free Shipping



SURFWHEEL SU 27" ONE +4 WHEELS ELECTRIC SKATEBOARD / SURFBOARD

Surfwheel

MSRP:
Sale: $499.00

Exploring becomes thrilling when you are surfing the land on a Surfwheel SU.
Designed to Thrill & Engineered for Surfing on land. Zero gravity, every move is
calculated and simulated to feel like...
1SU-SU27
Next


OK




THERE IS A WHEEL FOR EVERYONE!

Stay up to date

Email Address


 

 * 12-3070 Mainway
   Burlington, Ontario,
   Canada L7M3X1
   
 * Call / Text us at 905-802-0600
 * info@smartwheel.ca

LINKS

   
 * About Smartwheel
 * Dealer Locations
 * Contact Us
 * Support / FAQ
 * Work at Smartwheel
 * Knowledge Center

POLICIES

 * Terms & Conditions
 * Return & Exchange
 * Shipping & Delivery
 * Free Shipping
 * Product Warranty
 * Liability Limitation

SOCIAL MEDIA

Follow us!

 * 
 * 
 * 
 * 
 * 
 * 

        



© Smart Wheel Canada Inc. All Rights Reserved. All product names, logos, and
brands are property of their respective owners.