mi-store.com.au Open in urlscan Pro
23.227.38.65  Public Scan

URL: https://mi-store.com.au/index.php?SID=ghq5m8nj45i22velkt70ibt4n0
Submission Tags: sansec.io magecart Search All
Submission: On May 17 via api from US — Scanned from AU

Form analysis 6 forms found in the DOM

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <!--                   <input type="search" name="q" 
                     
                    placeholder="Search" 
                    class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> -->
  <!--       删除搜索框2022-12-26         -->
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <!--                   <input type="search" name="q" 
                     
                    placeholder="Search" 
                    class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> -->
  <!--       删除搜索框2022-12-26         -->
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <!--                   <input type="search" name="q" 
                     
                    placeholder="Search" 
                    class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> -->
  <!--       删除搜索框2022-12-26         -->
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

GET /search

<form action="/search" method="get" class="search-bar" role="search">
  <input type="hidden" name="type" value="product">
  <!--                   <input type="search" name="q" 
                     
                    placeholder="Search" 
                    class="input-group-field header-search__input" aria-label="Search Site" autocomplete="off"> -->
  <!--       删除搜索框2022-12-26         -->
  <button type="submit" class="btn icon-search">
    <svg data-icon="search" viewBox="0 0 512 512" width="100%" height="100%">
      <path
        d="M495,466.2L377.2,348.4c29.2-35.6,46.8-81.2,46.8-130.9C424,103.5,331.5,11,217.5,11C103.4,11,11,103.5,11,217.5   S103.4,424,217.5,424c49.7,0,95.2-17.5,130.8-46.7L466.1,495c8,8,20.9,8,28.9,0C503,487.1,503,474.1,495,466.2z M217.5,382.9   C126.2,382.9,52,308.7,52,217.5S126.2,52,217.5,52C308.7,52,383,126.3,383,217.5S308.7,382.9,217.5,382.9z">
      </path>
    </svg>
  </button>
</form>

POST /contact

<form method="post" action="/contact" id="contact_form" accept-charset="UTF-8" class="input-group"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <script>
    $(document).ready(function() {
      if (window.location.href.indexOf('newsletter&form_type=customer') > -1) {
        var newsletterSuccessPopup = (function() {
          var popup = $('.newsletter-success-modal');
          var close = popup.find('.close');
          var success = popup.find('.success');
          var error = popup.find('.error');
          var overlay = popup.find('.modal-overlay');
          popup.show();
          error.show();
          success.hide();
          $.cookie('emailSubcribeModal', 'closed', {
            expires: 1,
            path: '/'
          });
          close.off('click').on('click', function() {
            popup.fadeOut();
          });
          overlay.off('click').on('click', function() {
            popup.fadeOut();
          });
        })();
        var newURL = location.href.split("?")[0];
        window.history.pushState('object', document.title, newURL);
      }
    })
  </script>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <input class="input-group-field" type="email" name="contact[email]" aria-label="Email Address" placeholder="enter your email address" required="required">
  <input class="btn" type="submit" value="Submit">
</form>

POST /account/login

<form accept-charset="UTF-8" action="/account/login" method="post">
  <input name="form_type" type="hidden" value="customer_login">
  <input name="utf8" type="hidden" value="✓">
  <div class="ct-login">
    <div class="form-group">
      <label for="customer_email">
        <span> Email Address </span>
        <em>*</em>
      </label>
      <input class="form-control" type="email" value="" name="customer[email]" placeholder="Email Address">
    </div>
    <div class="form-group">
      <label for="customer_password">
        <span> Password </span>
        <em>*</em>
      </label>
      <input class="form-control" type="password" value="" placeholder="Password" name="customer[password]">
    </div>
    <div class="action-btn">
      <input type="submit" class="btn btn-login" value="Login">
      <a class="text-hover forgot-password" href="/account/login#recover">
              Forgot your password?
            </a>
    </div>
  </div>
  <div class="ct-register">
    <a href="/account/register" class="btn btn-register">
              Create An Account
            </a>
  </div>
</form>

Text Content

XIAOMI AUSTRALIA

user Sign In
CART 0
 * Smart Device
 * Life Style
 * Wearables & Health
 * Scooter & Accs
 * Audio & Visual
 * All Product




XIAOMI SCOOTER 4

Ride bold, explore ahead

Learn more




SMART DEVICE

Quick View

Xiaomi Smart Air Purifier 4
$299.95
Xiaomi Smart Air Purifier 4
OLED display Three-in-one filtration Easy-clean air ducts One-touch Auto Mode
Voice-control support
$299.95

Sale


Quick View

Xiaomi Smart Pet Fountain (International Version)
$149.00 $99.00
Xiaomi Smart Pet Fountain (International Version)
Oxygen-circulating water circuit Fourfold Deep Filtering Mute system Brand-new
solution for Smart pet raising User-friendly indicator lights for real-time
monitoring
$149.00 $99.00

Sale


Quick View

Xiaomi Smart Air Purifier 4 Lite EU
$249.95 $239.00
Xiaomi Smart Air Purifier 4 Lite EU
Consistent, powerful filtration Triple-layer filtration for clean air Powerful
odour elimination at home Filter replacement reminders Smart remote
control, Voice-control support
$249.95 $239.00

Sale


Quick View

Xiaomi Robot Vacuum S10+
$799.00 $569.00
Xiaomi Robot Vacuum S10+
Through vacuuming, 4000Pa powerful suction fan blower Effective mopping floor up
to 150 m² in one pass Smart control, support customised cleaning patterns Fewer
collisions, 3D obstacle avoidance Precise navigation LDS laser navigation system
$799.00 $569.00

Quick View

Xiaomi Smart Camera C200
$59.95
Xiaomi Smart Camera C200
1080p Full HD for clearer video quality Secure living with panoramic 360°
pan-tilt-zoom monitoring Night vision with no visible red glow for clearer and
safer monitoring Connect and view video output on your other smart home devices
AI human detection...
$59.95

Quick View

Xiaomi Temperature and Humidity Monitor Pro
$59.95
Xiaomi Temperature and Humidity Monitor Pro
Year-round care and support for your family's health Large e-ink display 
Temperature and humidity history Smart adjustment of temperature and humidity
Multi-component design enables flexible placement
$59.95

Show More


LIFE STYLE

Quick View

Xiaomi Vacuum Cleaner mini
$79.95
Xiaomi Vacuum Cleaner mini
Easily keeps your home dust-free Keep your car sparkling clean Powerful
brushless motor with dual vents 6,000Pa powerful suction, 30 minutes battery
life Multifunctional nozzles, make cleaning a breeze
$79.95

Quick View

Xiaomi Vacuum Cleaner G10 Plus
$499.00
Xiaomi Vacuum Cleaner G10 Plus
Maximum of 150AW powerful suction 12-cone cyclone dust-separation system Roller
brush with anti-entanglement design
$499.00

Sold Out


Quick View

Mi Computer Monitor Light Bar
$99.95
Mi Computer Monitor Light Bar
Adjustable color temperature and brightness Compatibile with most monitors and
TV Easy installation Energy efficient and long lifespan LED technology
$99.95

Sale


Quick View

Xiaomi 12V Max Brushless Cordless Drill
$279.00 $129.00
Xiaomi 12V Max Brushless Cordless Drill
Freely adjustable speed/torque Low-impact slow-stop Drill/screw with one device
Type-C charging port
$279.00 $129.00

Sale


Quick View

Xiaomi Rechargeable Mini Fan
$79.00 $49.00
Xiaomi Rechargeable Mini Fan
A cable-free fan with long battery life, bringing cool breeze anywhere. 2-in-1
dual use, handheld+desktop fan Smoother breeze delivered via 7 blades 18.5h long
endurance battery Low-noise ventilation
$79.00 $49.00

Sale


Quick View

Xiaomi Mi LCD Writing Tablet 13.5" (Color Edition)
$59.95 $49.00
Xiaomi Mi LCD Writing Tablet 13.5" (Color Edition)
Pressure sensitive writing Ultra-clear handwriting Magnetic stylus Lightweight,
slim and easy to carry Classic edition boosted with colors
$59.95 $49.00

Show More


WEARABLES & HEALTH


Xiaomi Smart Band 8 Graphite Black
$68.00

Xiaomi Smart Band 8 Pro Black
$119.00

Xiaomi Watch S3 Black
$249.00

Mi Body Composition Scale 2
$59.95
Show More


SCOOTER & ACCS


Mi Air Purifier HEPA Filter
$79.95

Xiaomi Portable Electric Air Compressor 1S
$79.95

Xiaomi 67W Car Charger (USB-A + Type-C)
$49.00

Xiaomi Smart Air Purifier 4 Lite Filter
$75.00

Xiaomi 20W Wireless Charging Stand
$59.95

Xiaomi Vacuum Cleaner G10/G9 HEPA Filter Kit
$29.95
Show More


AUDIO & VISUAL


Redmi Buds 5 Pro Midnight Black
$109.00

Redmi Buds 5 Black
$79.00

Xiaomi Smart Speaker Lite
$59.00
Show More




LET'S STAY IN TOUCH

Get updates on sales special and more




CUSTOMER CARE

 * Contact Us


LET US HELP YOU

 * Product Authentication


GET TO KNOW US

 * About Us


AFTER SALE SERVICE

 * Warranty
 * Privacy Policy

 * support@panmi.com.au

 * 
 * 


Copyright © 2010 - 2023 Xiaomi. All Rights Reserved
The cookie settings on this website are set to 'allow all cookies' to give you
the very best experience. Please click Accept Cookies to continue to use the
site.
privacy policy Accept ✔

Close

CUSTOMER LOGIN

If you are already registered, please log in.

Email Address *
Password *
Forgot your password?
Create An Account
Close

YOUR CART

0 items

Your cart is currently empty.

Continue Shopping
-
Total $0.00
Shipping Taxes and shipping fee will be calculated at checkout
I Agree with the Terms
Check Out View Cart







You have successfully subscribed!
This email has been registered
Close



I AGREE WITH THE TERMS

Xiaomi User Agreement (the "Agreement") is entered into among you (or "User",
means all individuals or entities who register, log in, use or browse our
Services), Xiaomi, its subsidiaries and affiliates (hereinafter referred to as
"Xiaomi" or "we") and our operational cooperators (hereinafter referred to as
"Cooperator"), with respect to mi-store.com.au (hereinafter referred to as
"Site") and the products, programs and services (hereinafter referred to as
"Services", including but not limited to Mi Talk and MIUI) of Xiaomi.