i-spa.co.za Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://i-spa.co.za/products/6-in-1-slimming-lipolaser-cavitation-machine
Submission: On December 12 via api from US — Scanned from CA

Form analysis 7 forms found in the DOM

GET /search

<form action="/search" method="get" class="input-group search-bar search-bar--drawer" role="search">
  <input type="search" name="q" value="" placeholder="Search our store" class="input-group-field" aria-label="Search our store">
  <span class="input-group-btn">
    <button type="submit" class="btn--secondary icon-fallback-text">
      <span class="icon icon-search" aria-hidden="true"></span>
      <span class="fallback-text">Search</span>
    </button>
  </span>
</form>

GET /search

<form action="/search" method="get" class="input-group search-bar search-bar--header" role="search">
  <input type="search" name="q" value="" placeholder="Search our store" class="input-group-field" aria-label="Search our store">
  <span class="input-group-btn">
    <button type="submit" class="btn icon-fallback-text">
      <span class="icon icon-search" aria-hidden="true"></span>
      <span class="fallback-text">Search</span>
    </button>
  </span>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartForm--product-template" class="product-single__form" style="display: block !important">
  <select name="id" id="ProductSelect" class="product-single__variants no-js">
    <option selected="selected" data-sku="I2561" value="43903245713621"> Default Title - R 15,000.00 ZAR </option>
  </select>
  <p class="line-item-property__field">
    <input id="barcode" type="hidden" name="properties[Barcode]" value="45713621">
  </p>
  <div class="product-single__quantity">
    <label for="Quantity" class="product-single__quantity-label js-quantity-selector">Quantity</label>
    <input type="number" hidden="hidden" id="Quantity" name="quantity" value="1" min="1" class="js-quantity-selector">
  </div>
  <div id="hulkapps_custom_options_7953134289109"></div>
  <div class="product-single__add-to-cart">
    <button type="submit" name="add" id="AddToCart--product-template" class="btn add-to-cart" style="display: block !important">
      <span class="add-to-cart-text"> Add to Cart </span>
    </button><button type="button" style="background-color:  !important; color:  !important; margin-top: 3px;" name="qtl-product-add" id="qtl-product-add" class="qtl-product-add btn add-to-cart" data-qtl-add-quote="">Add to Quote</button>
  </div>
  <div class="hulkapps-volumes"></div>
</form>

POST //productreviews.shopifycdn.com/api/reviews/create

<form method="post" action="//productreviews.shopifycdn.com/api/reviews/create" id="new-review-form_7953134289109" class="new-review-form" onsubmit="SPR.submitForm(this);return false;"><input type="hidden" name="review[rating]"><input type="hidden"
    name="product_id" value="7953134289109">
  <h3 class="spr-form-title">Write a review</h3>
  <fieldset class="spr-form-contact">
    <div class="spr-form-contact-name">
      <label class="spr-form-label" for="review_author_7953134289109">Name</label>
      <input class="spr-form-input spr-form-input-text " id="review_author_7953134289109" type="text" name="review[author]" value="" placeholder="Enter your name">
    </div>
    <div class="spr-form-contact-email">
      <label class="spr-form-label" for="review_email_7953134289109">Email</label>
      <input class="spr-form-input spr-form-input-email " id="review_email_7953134289109" type="email" name="review[email]" value="" placeholder="john.smith@example.com">
    </div>
  </fieldset>
  <fieldset class="spr-form-review">
    <div class="spr-form-review-rating">
      <label class="spr-form-label" for="review[rating]">Rating</label>
      <div class="spr-form-input spr-starrating ">
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="1" aria-label="1 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="2" aria-label="2 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="3" aria-label="3 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="4" aria-label="4 of 5 stars">&nbsp;</a>
        <a href="#" onclick="SPR.setRating(this);return false;" class="spr-icon spr-icon-star spr-icon-star-empty" data-value="5" aria-label="5 of 5 stars">&nbsp;</a>
      </div>
    </div>
    <div class="spr-form-review-title">
      <label class="spr-form-label" for="review_title_7953134289109">Review Title</label>
      <input class="spr-form-input spr-form-input-text " id="review_title_7953134289109" type="text" name="review[title]" value="" placeholder="Give your review a title">
    </div>
    <div class="spr-form-review-body">
      <label class="spr-form-label" for="review_body_7953134289109"> Body of Review <span role="status" aria-live="polite" aria-atomic="true">
          <span class="spr-form-review-body-charactersremaining">(1500)</span>
          <span class="visuallyhidden">characters remaining</span>
        </span>
      </label>
      <div class="spr-form-input">
        <textarea class="spr-form-input spr-form-input-textarea " id="review_body_7953134289109" data-product-id="7953134289109" name="review[body]" rows="10" placeholder="Write your comments here"></textarea>
        <script>
          function sprUpdateCount(e) {
            var $el = SPR.$(e.currentTarget);
            SPR.$(".spr-form-review-body-charactersremaining").html('(' + (1500 - $el.val().length) + ')');
          }
          SPR.$("textarea[data-product-id=7953134289109]").keyup(sprUpdateCount).trigger("keyup");
        </script>
      </div>
    </div>
  </fieldset>
  <fieldset class="spr-form-actions">
    <input type="submit" class="spr-button spr-button-primary button button-primary btn btn-primary" value="Submit Review">
  </fieldset>
</form>

GET /search

<form action="/search" method="get" class="input-group search-bar search-bar--modal" role="search">
  <input type="search" name="q" value="" placeholder="Search our store" class="input-group-field" aria-label="Search our store">
  <span class="input-group-btn">
    <button type="submit" class="btn icon-fallback-text">
      <span class="icon icon-search" aria-hidden="true"></span>
      <span class="fallback-text">Search</span>
    </button>
  </span>
</form>

POST

<form id="sca-qv-add-item-form" method="post">
  <!-- Begin product options ! DON'T PUT CONTENT HERE!-->
  <div class="sca-qv-product-options">
    <!-- -------------------------- -->
    <div id="sca-qv-variant-options" class="sca-qv-optionrow">
      <!-- variant options  of product  ! DON'T PUT CONTENT HERE!-->
    </div>
    <!-- -------------------------- -->
    <div class="sca-qv-optionrow">
      <label>Quantity</label>
      <input id="sca-qv-quantity" min="1" type="number" name="quantity" value="1">
    </div>
    <!-- -------------------------- -->
    <div class="sca-qv-optionrow">
      <p id="sca-qv-unavailable" class="sca-sold-out sca-qv-hidden">Unavailable</p>
      <p id="sca-qv-sold-out" class="sca-sold-out sca-qv-hidden">Sold Out</p>
      <input type="submit" class="sca-qv-cartbtn sca-qv-hidden" value="ADD TO CART">
    </div>
    <!-- -------------------------- -->
  </div>
  <!-- End product options -->
</form>

#

<form action="#" id="qtl-form" class="qtl-form">
  <div class="qtl-intro">
    <h1 id="h1"> Customer Information</h1>
    <h2 id="h2">Please fill the form below.</h2>
    <div class="qtl-user-name-div"> <input type="text" name="qtl-first-name" id="qtl-first-name" class="qtl-input" data-required="1" placeholder="First Name *" tabindex="1"> <input type="text" name="qtl-last-name" id="qtl-last-name" class="qtl-input"
        data-required="1" placeholder="Last Name *" tabindex="2"> </div> <input type="email" name="qtl-email" id="qtl-email" class="qtl-input" data-required="1" placeholder="E-mail *" tabindex="3"> <input type="number" name="qtl-phone" id="qtl-phone"
      class="qtl-input" data-required="1" placeholder="Phone *" tabindex="3"> <input type="text" name="qtl-company_" data-field="Company:" id="qtl-company_" class="qtl-input" placeholder="Company: " tabindex="3" data-required="0" maxlength="50">
    <textarea placeholder="Address  *" name="qtl-address" data-field="Address" id="qtl-address" class="qtl-textarea" rows="6" tabindex="5" data-required="1" maxlength="200"></textarea><input type="text" name="qtl-city" data-field="City" id="qtl-city"
      class="qtl-input" placeholder="City  *" tabindex="3" data-required="1" maxlength="30"> <input type="text" name="qtl-zip-code" data-field="Zip Code" id="qtl-zip-code" class="qtl-input" placeholder="Zip Code  *" tabindex="3" data-required="1"
      maxlength="30"> <input type="text" name="qtl-state/province" data-field="State/Province" id="qtl-state/province" class="qtl-input" placeholder="State/Province  *" tabindex="3" data-required="1" maxlength="30"> <input type="text"
      name="qtl-country" data-field="Country" id="qtl-country" class="qtl-input" placeholder="Country  *" tabindex="3" data-required="1" maxlength="30"> <textarea placeholder="Message " name="qtl-message" data-field="Message" id="qtl-message"
      class="qtl-textarea" rows="6" tabindex="5" data-required="0" maxlength="100"></textarea><input type="hidden" name="qtl-cart-data" id="qtl-cart-data" class="qtl-input">
    <div style="text-align: center;"><button type="button" name="qtl-button" class="qtl-button" tabindex="6" value="Request"><span id="qtl-button-text"> Request Your Quote Now</span> </button></div>
  </div>
</form>

Text Content

Close menu
Search
 * Home
 * All Products
   Expand submenu Collapse submenu
   * View product Categories
   * View all products
 * Salon & Spa Supplies
 * i-Spa Retail Outlet
 * Training Academy
 * Ordering & Shipping
   Expand submenu Collapse submenu
   * Track your parcel
   * Pay with Payflex
   * Apply for credit with Mobicred
   * Order & Shipping Info
 * Quick order form
 * Contact us
 * 
 * Log In
 * Create Account
 * Search
 * Create An Account
 * Ordering & Shipping
 * Track My Parcel
 * Beauty Academy
 * Contact Us

Your cart
Close Cart


We deliver Nationwide straight to your door!📦🚚

Site navigation

 * Search
 * Site navigation
 * Home
 * All Products
   * View product Categories
   * View all products
 * Salon & Spa Supplies
 * i-Spa Retail Outlet
 * Training Academy
 * Ordering & Shipping
   * Track your parcel
   * Pay with Payflex
   * Apply for credit with Mobicred
   * Order & Shipping Info
 * Quick order form
 * Contact us
 * Log In
 * Cart

Cart


6 IN 1 SLIMMING LIPOLASER CAVITATION MACHINE

Regular price
R 15,000.00

--------------------------------------------------------------------------------

Default Title - R 15,000.00 ZAR



Quantity

Add to Cart Add to Quote


  ADD TO WISHLIST
Or split into 4x interest-free
payments Learn more
No interest, no fees,
4x instalments over 6 weeks
How it works
Payflex lets you get what you need now, but pay for it over four interest-free
instalments. You pay a larger amount upfront with the remainder spread across
three payments over the following six weeks.
1

Shop Online
and fill your cart

2

Choose Payflex at checkout

3

Get approved and
pay today
with your debit
or credit card

* Higher first payment may apply on large purchases
4

Pay the remainder
over 6-weeks.
No interest.
No fees.


 * You must be over
   18 years old
 * You must have a valid
   South African ID
 * You must have a debit or credit card
   issued by Mastercard, Visa or Amex

Still want more information? Click here

6 IN 1 SLIMMING MACHINE

RF and ultrasonic beauty machines are currently the most popular beauty machines
that work on tightening, body-shaping and anti-aging. It’s an effective
replacement of all the facial and body care programs in beauty salons. Moreover,
they are convenient and easy to operate. It solves both skin and body management
issues for beauty-lovers.

This equipment requires no injection, no medication, no operation, thus having
no side-effects. It is used externally during the whole process and has an
immediate effect. RF machines heats deeper skin layers, stimulates collagen
cells to reform in dermis, increases blood circulation in hypodermis, thus
achieving skin tightening and anti-aging.

What is Lipolaser?

Lipolaser, also known as soft laser, cold laser or low level laser therapy uses
red light 650nm laser energy to penetrate the skin, when the fat cells are
simulated, the cell membrane will create the pores to release fatty acids and
glycerol.

The laser penetrates the layer of fat making fat from adipocytes (fat cells)
pass into the interstitial tissue and is eliminated naturally by the body. The
treatment session lasts for 10 minutes per zone and recommends a weekly session
for 8-10 weeks.
LipoLaser is described as laser-assisted lipolysis (the breakdown of stored fat
in fat cells) or non-surgical liposuction. It can be used on the waistline,
abdomen (middle and lower), back (upper, middle, lower), buttocks, thighs, arms,
and underarms.

Lipolaser Results

One year real treatment on the market shows lipolaser has achieved comparable
results by liposuction,
30% reduction in the fat layer depth after just one treatment.Additional
treatments improve results further Immediate results can be seen after each
treatment as the fat cell contents are released

 

1. Eliminate slow acne scars
2. Strengthen the skin elasticity
3. Repair striated gravid arum
4. Anti-aging for face and body
5. Improve orange peel organization
6. Fat burning, Slimming, Body shaping
7. Relax muscles, relieve muscle spasms, relieve muscle pain
8. Effective promoting tissue metabolism and blood circulation, better for
whiten skin
9. Increase the speed of metabolism, speed up the body to excrete waste and
excessive water
10. To tighten muscles of the arms, legs, thighs, buttocks, lower back,
abdominal muscles, re-shaping body contour.

 

ADVANTAGES

1. 6-in-1 multifunctional beauty machine that works on both of your facial and
body
care.

2. Ultrasonic fat burning replaces and transcends liposuction, bringing good
news for
treating obesity.

3. Various work heads can be replaced in different parts according to different
requirements.

4. The perfect combination of ultrasound and RF solves the dilemma of losing
weight.
It helps with weight loss while at the same time maintains firm skin, increases
skin elasticity, metabolism, and ultimately better health.

5. Adopting the cutting-edge technology of ultrasonic fat burning.

6. Suitable for all skin types.

7. Painless, non-invasive during the process. Skipping any recovery periods
without affecting any work and life plans.

8. No consumption, low cost and quick returns.

9. Wider treatment range and faster and more visible effects.

10. Unevenness, bleed, swelling and stasis will not appear after treatment.


CUSTOMER REVIEWS

Based on 1 review Write a review


WRITE A REVIEW

Name
Email
Rating
         
Review Title
Body of Review (1500) characters remaining



I DON’T REGRET IT

Kelly on Mar 13, 2023

I bought the machine online,after 2 days it was on my doorstep....such a
phenomenal and exceptional service,I’m thrilled❤️❤️❤️❤️❤️love it to moon and
back

Report as Inappropriate
Share Share on Facebook Tweet Tweet on Twitter Pin it Pin on Pinterest


--------------------------------------------------------------------------------

 * Home
 * All Products
 * Salon & Spa Supplies
 * i-Spa Retail Outlet

 * Training Academy
 * Ordering & Shipping
 * Quick order form
 * Contact us

 * Facebook
 * Instagram

© 2023, i-Spa


Search
Sale


View full product details →
Quantity

Unavailable

Sold Out





Need Help? Chat with us

Start a Conversation
Hi! Click one of our member below to chat on WhatsApp
The team typically replies in a few minutes.
i-Spa

Powered by SeedGrow




My Wishlist0


Free shipping for orders over R2500


Ă—


CUSTOMER INFORMATION


PLEASE FILL THE FORM BELOW.


Request Your Quote Now