www.ncarfer.com Open in urlscan Pro
156.230.15.180  Public Scan

URL: https://www.ncarfer.com/
Submission: On January 03 via api from US — Scanned from US

Form analysis 6 forms found in the DOM

POST https://www.ncarfer.com/index.php?route=common/currency/currency

<form action="https://www.ncarfer.com/index.php?route=common/currency/currency" method="post" enctype="multipart/form-data" id="form-currency">
  <span class="pull-left hidden-xs hidden-sm hidden-md text-ex">Currency:</span>
  <button class="btn btn-link btn-link-current"> USD <i class="icon-arrow-down"></i>
  </button>
  <ul class="content">
    <li>
      <button class="currency-select btn btn-link btn-block" type="button" name="EUR"> Euro € </button>
    </li>
    <li>
      <button class="currency-select btn btn-link btn-block" type="button" name="GBP"> £ Pound Sterling </button>
    </li>
    <li>
      <button class="item-selected currency-select btn btn-link btn-block" type="button" name="USD"> $ US Dollar </button>
    </li>
  </ul>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://www.ncarfer.com/index.php?route=common/home">
</form>

POST https://www.ncarfer.com/index.php?route=common/language/language

<form action="https://www.ncarfer.com/index.php?route=common/language/language" method="post" enctype="multipart/form-data" id="form-language">
  <span class="pull-left hidden-xs hidden-sm hidden-md text-ex">Language:</span>
  <button class="btn btn-link btn-link-current"> en-gb <i class="icon-arrow-down"></i>
  </button>
  <ul class="content">
    <li><button class="btn btn-link btn-block language-select item-selected" type="button" name="en-gb"><img src="catalog/language/en-gb/en-gb.png" alt="English" title="English"> English</button></li>
  </ul>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://www.ncarfer.com/index.php?route=common/home">
</form>

POST #

<form action="#" method="post" id="ajax-login-form" enctype="multipart/form-data">
  <div class="form-group">
    <label class="control-label" for="input-email">E-Mail Address</label>
    <input type="text" name="email" value="" placeholder="E-Mail Address" id="input-email" class="form-control">
  </div>
  <div class="form-group">
    <label class="control-label" for="input-password">Password</label>
    <input type="password" name="password" value="" placeholder="Password" id="input-password" class="form-control">
    <a class="forgotten" href="https://www.ncarfer.com/index.php?route=account/forgotten">Forgotten Password</a>
  </div>
  <div class="action">
    <button class="button" type="button" onclick="ocajaxlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)"><span>Login</span></button>
    <button class="button" type="button" onclick="ocajaxlogin.appendRegisterForm()"><span>Create an account</span></button>
    <img class="ajax-load-img" alt="" src="https://www.ncarfer.com/image/catalog/AjaxLoader.gif" width="30" height="30">
  </div>
</form>

POST https://www.ncarfer.com/index.php?route=extension/module/ajaxregister

<form action="https://www.ncarfer.com/index.php?route=extension/module/ajaxregister" method="post" id="ajax-register-form" enctype="multipart/form-data" class="form-horizontal">
  <fieldset id="account">
    <legend>Your Personal Details</legend>
    <div class="form-group required" style="display:  none ;">
      <label class="col-sm-2 control-label">Customer Group</label>
      <div class="col-sm-10">
        <div class="radio">
          <label>
            <input type="radio" name="customer_group_id" value="1" checked="checked"> Default</label>
        </div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-firstname">First Name</label>
      <div class="col-sm-10">
        <input type="text" name="firstname" value="" placeholder="First Name" id="input-firstname" class="form-control">
        <!-- Error First Name -->
        <div class="for-error error-firstname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-lastname">Last Name</label>
      <div class="col-sm-10">
        <input type="text" name="lastname" value="" placeholder="Last Name" id="input-lastname" class="form-control">
        <!-- Error Last Name -->
        <div class="for-error error-lastname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-email">E-Mail</label>
      <div class="col-sm-10">
        <input type="email" name="email" value="" placeholder="E-Mail" id="input-register-email" class="form-control">
        <!-- Error Email -->
        <div class="for-error error-email"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-telephone">Telephone</label>
      <div class="col-sm-10">
        <input type="tel" name="telephone" value="" placeholder="Telephone" id="input-telephone" class="form-control">
        <!-- Error Phone -->
        <div class="for-error error-telephone"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Your Password</legend>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-password">Password</label>
      <div class="col-sm-10">
        <input type="password" name="password" value="" placeholder="Password" id="input-register-password" class="form-control">
        <!-- Error Password -->
        <div class="for-error error-password"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-confirm">Password Confirm</label>
      <div class="col-sm-10">
        <input type="password" name="confirm" value="" placeholder="Password Confirm" id="input-confirm" class="form-control">
        <!-- Error Confirm Password -->
        <div class="for-error error-confirm"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Newsletter</legend>
    <div class="form-group">
      <label class="col-sm-2 control-label">Subscribe</label>
      <div class="col-sm-10">
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="1"> Yes</label>
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="0" checked="checked"> No</label>
      </div>
    </div>
  </fieldset>
  <div class="buttons">
    <div class="pull-right">I have read and agree to the <a href="https://www.ncarfer.com/index.php?route=information/information/agree&amp;information_id=3" class="agree"><b>Privacy Policy</b></a>
      <input type="checkbox" name="agree" value="1"> &nbsp; <input type="button" onclick="ocajaxlogin.registerAction();" value="Continue" class="btn btn-primary">
      <img class="ajax-load-img" alt="" src="https://www.ncarfer.com/image/catalog/AjaxLoader.gif" width="30" height="30">
    </div>
  </div>
</form>

Name: subscribe

<form name="subscribe" id="subscribe-normal">
  <input type="text" value="" name="subscribe_email" id="subscribe_email-normal" placeholder="Enter you email address here...">
  <input type="hidden" value="" name="subscribe_name" id="subscribe_name">
  <a class="btn" onclick="email_subscribe()" title="Subscribe !"><span>Subscribe !</span></a>
  <div id="notification-normal"></div>
</form>

Name: subscribe

<form name="subscribe" id="subscribe_popup">
  <div>
    <!-- <span class="required">*</span><span>Enter you email address here...</span>-->
    <input type="text" value="" name="subscribe_pemail" id="subscribe_pemail" placeholder="Enter you email address here...">
    <input type="hidden" value="" name="subscribe_pname" id="subscribe_pname">
    <div id="notification"></div>
    <a class="button" onclick="email_subscribepopup()"><span>Subscribe !</span></a>
  </div>
</form>

Text Content

YOUR STORE

 * Home
 * About us
 * Contact us
 * Blog

Mobile Menu

 * Home
 * About us
 * Contact us
 * Blog

0Cart

 * Your shopping cart is empty!

My Account
 * Create account
 * Sign in

Currency: USD
 * Euro €
 * £ Pound Sterling
 * $ US Dollar

Language: en-gb
 * English





LOGIN OR CREATE AN ACCOUNT

Close


RETURNING CUSTOMER

I am a returning customer

E-Mail Address
Password Forgotten Password
Login Create an account


LOGIN OR CREATE AN ACCOUNT

Close


REGISTER ACCOUNT

If you already have an account with us, please login at the login form.

Your Personal Details
Customer Group
Default
First Name

Last Name

E-Mail

Telephone

Your Password
Password

Password Confirm

Newsletter
Subscribe
Yes No
I have read and agree to the Privacy Policy  



YOUR ACCOUNT HAS BEEN CREATED!

Thank you for registering with Your Store!

You will be notified by e-mail once your account has been activated by the store
owner.

If you have ANY questions about the operation of this online shop, please
contact the store owner.

Continue


ACCOUNT LOGOUT

You have been logged off your account. It is now safe to leave the computer.

Your shopping cart has been saved, the items inside it will be restored whenever
you log back into your account.

Continue



THE STREET COLLECTION BY ELOMUS

NEW PETROL

RAINBOW SCOOTER

shop now

12


THE STREET COLLECTION BY ELOMUS

NEW PETROL

RAINBOW SCOOTER

shop now


THE STREET COLLECTION BY ELOMUS

FOLDABLE SCOOTER

FOR KIDS

shop now

SAFER

The original 3-wheeled scooter with intuitive lean and steer design, wide decks
and high quality parts that will keep your child safe.

BUILT TO LAST

Clock up your micro miles, in the secure knowledge that all Scooters are
patented and Swiss designed with meticulous attention to detail.

ROBUST

Durable and hardwearing, tested in labs by our scooter boffins, we know our
scooters are the best and can withstand even the toughest conditions.

ADAPTABILITY

Adjustable handlebars and replacement parts mean your Elomus scooter will grow
with your child.

Elomus scooters for kids


WELCOME TO ELOMUS SCOOTERS

Elomus is the premium kids and adults scooter brand designed in Switzerland and
loved across Australia. Our award winning kids scooters help children develop
balance and co-ordination, giving them independence and years of fun. Quality
and safety come first for us, so a Micro scooter is the perfect scooter for
children from as young as one year old. Our Elomus adult scooters are designed
with urban commuters and busy parents in mind; saving time and taking the stress
out of commuting, whether it’s to the office, doing the school run or both.
They’re foldable, compact and lightweight and engineered to give you the
smoothest, most comfortable ride. Exactly the way they should be.

Read More


SPEEDSTER SCOOTER - ONLY AVAILABLE AT SELECT ELOMUS.

Blow a whistle to start the race! Your child will love riding this speedster
scooter featuring easy grip foam handles.

 * Suitable for 2+ years
 * Designed for little riders
 * Max. load capacity of 20kg

 * Easy grip foam handles
 * Instructions included
 * Colour: Red and black

$59.92

View Product


COMMUTER SCOOTER - ONLY AVAILABLE AT SELECT ELOMUS.

Your child will have a great time zipping around on this cool commuter scooter.

 * Suitable for 5+ years
 * 180mm PU wheels for a smooth ride
 * 100kg weight capacity

$59.92

View Product


The scooter in details


TECH SPECS SCOOTER

15 MPH MAX SPEED

Carve or cruise. Lean forward to go faster, lean back to slow down.



PROGRAMMABLE LIGHT DISPLAY

Our light display is perfect for night riding. Know how much power you've got at
a glance.



2.5 HOURS = FULL CHARGE

Charge some optional spare batteries and extend your range even further.



RANGE TO WEIGHT RATIO

At only 18 lbs with 1 battery and 21 lbs with an optional 2nd battery - we lead
the market with the best Range to Weight ratio.



7-14+ MILE RANGE

7 Miles on a single battery, 14 miles with an optional 2nd pack. Swap in more
spare batteries and just keep going.



BUILT TO LAST

Our die cast aluminum frame and UV stabilized polycarbonate shell are engineered
for weight, performance, and durability.



Welcome to my personal presentation


WHAT OUR CLIENTS SAY

A REALLY GREAT EXPERIENCE


All Perfect !! I have three sites with magento , this theme is the best !!
Excellent support , advice theme installation package , sorry for English, are
Italian but I had no problem !! Thank you !..

Alva Ono

TRUSTWORTHY AND POWERFUL


Perfect Themes and the best of all that you have many options to choose! Best
Support team ever!Very fast responding and experts on their fields! Thank you
very much! ..

Amber Laha

BEST DESIGNER AROUND


Code, template and others are very good. The support has served me immediately
and solved my problems when I need help. Are to be congratulated. Att Renan
Andrade ..

Dewey Tetzlaff

TRUSTWORTHY AND POWERFUL


Perfect Themes and the best of all that you have many options to choose! Best
Support team ever!Very fast responding and experts on their fields! Thank you
very much! ..

Lavina Wilderman

A REALLY GREAT EXPERIENCE


All Perfect !! I have three sites with magento , this theme is the best !!
Excellent support , advice theme installation package , sorry for English, are
Italian but I had no problem !! Thank you ! ..

Stefano

BEST DESIGNER AROUND


Code, template and others are very good. The support has served me immediately
and solved my problems when I need help. Are to be congratulated. Att Renan
Andrade. Thank you very much! ..

Marcosinacioluz




Featured products


OUR AMAZING PRODUCTS

There is no product



Newsletter


SIGN UP FOR LATEST NEWS

Subscribe !


CONTACT US

We are a team of designers and developers that create high quality Magento,
Prestashop, Opencart.

 * The Barn, Ullenhall, Henley in Arden B578 5CC, England
 * +123.456.789 - +123.456.678
 * support@plazathemes.com

EXTRAS

 * Brands
 * Gift Certificates
 * Affiliate
 * Specials
 * My Account
 * Returns

OUR TWITTER FEED


OUR TWITTER FEED



#INSTAGRAM

Server not found

Copyright © 2018 PlazaThemes.All Right Reserved.

Follow us
 * twitter
 * google
 * facebook
 * youtube
 * Instagram



Close


NEWSLETTER

Subscribe to our newsletters now and stay up-to-date with new collections, the
latest lookbooks and exclusive offers.

Subscribe !
Don't show this popup again