melissa.com.sg Open in urlscan Pro
151.101.65.124  Public Scan

URL: https://melissa.com.sg/
Submission Tags: @phish_report
Submission: On June 28 via api from FI — Scanned from SG

Form analysis 4 forms found in the DOM

POST https://melissa.com.sg/sociallogin/account/loginPost/

<form style="display:none;" class="form" action="https://melissa.com.sg/sociallogin/account/loginPost/" method="post" id="sociallogin-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="FmT1nVr5wU7PVe3W"> <input id="sociallogin-referer" name="referer" type="hidden" value="">
  <input name="sociallogin-checkout" type="hidden" value="">
  <input id="sociallogin-submit" type="submit" value="">
</form>

<form class="email-form" id="sociallogin_form_email" novalidate="novalidate">
  <fieldset class="fieldset" data-hasrequired="* Required Fields">
    <legend>Account Information</legend>
    <div class="field note">Please enter your email address below to create account.</div>
    <div class="field email required">
      <label for="email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="real-email" alt="email" id="real_email_address" class="input-text sl-input-email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
        <input type="hidden" name="redirect-url" value="" aria-required="true">
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar sl-submit-email">
    <div class="primary">
      <button type="button" id="sociallogin_send_email" class="action send primary">
        <span>Sign In</span>
      </button>
    </div>
  </div>
</form>

POST

<form class="form create" method="post" data-bind="event: {submit: register}" id="ajaxregister2-form">
  <div class="fieldset register" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field firstname required">
      <label class="label" for="ajaxregister2-firstname"><span data-bind="i18n: 'First Name'">First Name</span></label>
      <div class="control">
        <input name="firstname" id="ajaxregister2-firstname" type="text" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field lastname required">
      <label class="label" for="ajaxregister2-lastname"><span data-bind="i18n: 'Last Name'">Last Name</span></label>
      <div class="control">
        <input name="lastname" id="ajaxregister2-lastname" type="text" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field date-of-birth required">
      <label class="label" for="ajaxregister-dob"><span data-bind="i18n: 'Date of Birth'">Date of Birth</span></label>
      <div class="control">
        <input name="dob" id="ajaxregister-dob" type="date" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field choice newsletter">
      <input type="checkbox" name="is_subscribed" id="ajaxregister2_is_subscribed" data-bind="attr:{title: $t('Sign Up for Newsletter')} " value="1" class="checkbox" title="Sign Up for Newsletter">
      <label for="ajaxregister2_is_subscribed" class="label"><span data-bind="i18n: 'Sign Up for Newsletter'">Sign Up for Newsletter</span></label>
    </div>
    <div class="field email required">
      <label class="label" for="ajaxregister2-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="email" id="ajaxregister2-email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="ajaxlogin-pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="ajaxregister2-pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="ajaxlogin-pass" class="label"><span data-bind="i18n: 'Confirm Password'">Confirm Password</span></label>
      <div class="control">
        <input name="password_confirmation" type="password" class="input-text" id="ajaxregister2-pass-confirm" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, equalTo:'#ajaxregister2-pass'}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-register-form-fields') --><!-- /ko -->
    <div class="actions-toolbar">
      <div class="primary">
        <button type="submit" class="action login primary" name="send" id="ajaxregister2-send">
          <span data-bind="i18n: 'Create'">Create</span>
        </button>
      </div>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://melissa.com.sg/customer/account/forgotpassword/">
                            <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                        </a>
      </div>
      <div class="sociallogin-or">
        <span data-bind="i18: 'OR'"></span>
      </div>
      <div data-bind="html: socialloginButtons"></div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.



Sign up for a FREE Envi Membership to earn up to 20% cashback on your purchases.

 * My Account
 * My Wish List
 * Sign In
 * Compare Products 0 items
 * Melissa
 * Create an Account

Skip to Content
Currency
SGD
 * AUD
 * GBP
 * BND
 * EUR
 * HKD
 * INR
 * IDR
 * JPY
 * MYR
 * PHP
 * THB
 * USD

 * All
   Shop All
   New Arrivals
   
 * Adults
   Shop All Adults
   Shoes
    * Flats
    * Sandals
    * Slides
    * Flip Flops
    * Heels
    * Platforms
    * Sneakers
      
      
   
   Bags & Accessories
   
 * Kids
   Shop All Kids & Babies
   Kids
    * Flats
    * Sandals
    * Slides
    * Flip Flops
    * Sneakers
    * Shop All Kids
   
   Babies
    * Flats
    * Sandals
    * Sneakers
    * Shop All Baby
   
   
 * Collabs
   View All Collabs
   Telfar
   Marc Jacobs
   Barbie
   Disney
   Viktor And Rolf
   Jason Wu
   Y.Project
 * Sale
   Shop All Sale
   Adult Sale
   Kids Sale
   Last Chance
   
 * About Melissa
   

 * Shipping
 * Returns & Exchanges
 * FAQ’s
 * Gift Cards
 * Contact Us



 * Sign In
 * Create an Account

My Wish List
My Cart
My Cart 0
Close You have no items in your shopping cart.

 * 1
 * 2
 * 3
 * 4
 * 5


SHOP OUR WIDE RANGE

 * Adults
 * Kids
 * Babies

Sandals
Slide
Platforms
Flip flops
Flats
Heels
Mules
Sneakers
Sandals
Flip flops
Slide
Flats
Sneakers
Sandals
Flats
Sneakers

NEW ARRIVALS


THIS JUST IN

Top picks from our latest drops

Shop All
Previous
Add to Wish List
MELISSA MULE + MARC JACOBS AD
As low as S$429.00

Add to Wish List
MELISSA ROYAL AD
As low as S$169.00

Add to Wish List
MELISSA POSSESSION AD
As low as S$105.00

Add to Wish List
MINI MELISSA ULTRAGIRL SWEET XII INF
As low as S$95.00

Add to Wish List
MINI MELISSA MAR SANDAL SWEET INF
As low as S$95.00

Add to Wish List
MELISSA WARM SANDAL AD
As low as S$89.00

Add to Wish List
MINI MELISSA ULTRAGIRL SWEET XII BB
As low as S$89.00

Next



 * Best Seller
 * New To Sale
 * Editor's Picks

Previous
Add to Wish List
MELISSA MULE + MARC JACOBS AD
As low as S$429.00

Add to Wish List
MELISSA ULTRAGIRL BOW III AD
As low as S$99.00

Add to Wish List
MELISSA ROYAL AD
As low as S$169.00

Add to Wish List
MELISSA POSSESSION AD
As low as S$105.00

Add to Wish List
MELISSA M LOVER SLIDE AD
As low as S$89.00

Add to Wish List
MELISSA BECKY + MARC JACOBS AD
As low as S$259.00

Add to Wish List
MINI MELISSA ULTRAGIRL SWEET XII INF
As low as S$95.00

Add to Wish List
MINI MELISSA MAR SANDAL SWEET INF
As low as S$95.00

Add to Wish List
MELISSA WARM SANDAL AD
As low as S$89.00

Add to Wish List
MINI MELISSA ULTRAGIRL SWEET XII BB
As low as S$89.00

Add to Wish List
MELISSA M LOVER SLIDE II AD
As low as S$95.00

Next

Previous
Add to Wish List
MELISSA PLAYER SNEAKER
Regular Price S$195.00 As low as S$78.00

Add to Wish List
MELISSA ANA SLIDE
Regular Price S$79.00 As low as S$47.40

Add to Wish List
MELISSA SLIDE + BO BO
Regular Price S$119.00 As low as S$35.70

Add to Wish List
MELISSA PAPETE ZONE
Regular Price S$125.00 As low as S$37.50

Add to Wish List
MINI MELISSA ULTRAGIRL + CATS AND DOGS BABY
Regular Price S$125.00 As low as S$37.50

Add to Wish List
MELISSA BEACH SLIDE NEXT GEN KNOT + VIKTOR AND ROLF
Regular Price S$219.00 As low as S$59.00

Add to Wish List
MINI MELISSA STREET + FABULA BABY
Regular Price S$125.00 As low as S$37.50

Add to Wish List
MELISSA PARTY
Regular Price S$119.00 As low as S$35.70

Add to Wish List
MELISSA GRACE SANDAL
Regular Price S$109.00 As low as S$32.70

Add to Wish List
MELISSA DOLL V
Regular Price S$120.00 As low as S$96.00

Next

Previous
Add to Wish List
MELISSA SUN LAGUNA
As low as S$69.00

Add to Wish List
MELISSA SUN RIVER AD
As low as S$69.00

Add to Wish List
MELISSA POSSESSION
As low as S$105.00

Add to Wish List
MINI MELISSA TEENY BB
Regular Price S$65.00 As low as S$58.50

Add to Wish List
MELISSA PATTY ORLA + COSMO AD
Regular Price S$189.00 As low as S$170.10

Add to Wish List
MELISSA SUN BEL AIR
As low as S$75.00

Add to Wish List
MINI MELISSA PLAYTIME BB
Regular Price S$95.00 As low as S$66.50

Add to Wish List
MELISSA JEAN + JASON WU VII
Regular Price S$135.00 As low as S$121.50

Add to Wish List
MELISSA SOLAR SPRINGTIME AD
Regular Price S$105.00 As low as S$73.50

Add to Wish List
MELISSA POINTY CHIC AD
Regular Price S$105.00 As low as S$84.00

Next


WHAT’S NEW IN SPOTLIGHT


MARC JACOBS

Fashion enthusiasts, the moment you've been waiting for has finally arrived!
This exclusive collection is now available, offering limited edition,
trendsetting footwear that beautifully merges Melissa’s playful chic with Marc
Jacobs’ edgy sophistication.

Shop The Collab


COURTING GEOMETRICS

In a symphony of theatrical elegance, Melissa's collaboration with Y Project
reaches a crescendo of unapologetic grandeur.

Shop The Collab


UNDERCOVER

Experience the empowering fusion of style, sustainability, and modern
femininity.

Shop The Collab


5 ESSENTIALS FOR YOUR SUMMER WARDROBE

Hop on the train of vibrant, subculture-inspired street fashion with our
selected Summer pieces that will take you through the season in slick,
trendsetting style.

Shop The Collab



THE ORIGINAL JELLY

Consciously sustainable and joyfully addictive;
from our soles to our souls.

From our manufacturing process to our packaging, we are committed to doing right
by people and our planet.






REVIEWS FROM OUR FANS

Rated 5.0 out of 5 stars. Based on 4 Reviews

Rating:
100%
One of the best products
This was my first purchase and I loved the product
Phoebe
29/10/2023
Rating:
100%
Personal Experience
Very good Product. Must buy it.!!
Cass
29/10/2023
Rating:
100%
nice product
nice product
Jenny Wong
29/10/2023
Rating:
100%
Casual and beach wear
Will be painful at the beginning of wearing, thereafter is fine. A worthy choice
for slippers
MT
09/03/2024
 * 1
 * 2



FREE SHIPPING

For orders over S$50

100% AUTHENTIC

Or your money back

ONLINE SUPPORT

Whenever and wherever you are

FLEXIBLE PAYMENT METHODS

For your convenience

 * 
 * 
 * 
 * 
   
   

Collection
 * Adult
 * Kids
 * Baby
   

About Us
 * Melissa Story
 * Melissa & Sustainability
 * Enviably Me Story
 * Join Enviably Me

Customer Care
 * Size Guide
 * Account & Order
 * Shipping & Tracking
   
 * Returns & Exchanges
 * FAQ
 * Envi Membership
   

Find Us
   
 * Leave a Message
 * Store Locator
   

© 2024 All Rights Reserved.
 * Terms of Use
 * Data Policy
 * Cookies Policy


Rewards Top
Email address is required to login
Account Information
Please enter your email address below to create account.
Email

Sign In


ABOUT ENVI MEMBERSHIP

Close


SIGN IN TO YOUR ENVI MEMBERSHIP ACCOUNT NOW!

Join
Sign In

Close
New to Melissa?

Create an account to enjoy a seamless shopping experience!

 * Enjoy these benefits and more:
 * - Up to 20% cashback on purchases
 * - Track order and shipping status
 * - Save mailing addresses for faster checkout

Create an Account
First Name

Last Name

Date of Birth

Sign Up for Newsletter
Email Address

Password

Confirm Password

Create
Already have an account?

Sign in to earn points on your purchases!


Email Address

Password

Sign In
Forgot Your Password?