www.magicscarf.com Open in urlscan Pro
146.20.185.204  Public Scan

Submitted URL: https://www.origamishirts.net/
Effective URL: https://www.magicscarf.com/stores/eol/
Submission: On July 04 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET search

<form role="search" method="get" action="search" class="form-search block-search-form azeroth-live-search-form">
  <div class="form-content search-box results-search">
    <div class="inner">
      <input autocomplete="off" class="searchfield txt-livesearch input" name="search" id="search" value="" placeholder="Search..." type="text" style="text-transform:capitalize;" required="">
    </div>
  </div>
  <div class="category">
  </div>
  <button type="submit" class="btn-submit search_button"><i class="fas fa-search"></i></button>
</form>

GET /stores/eol/search

<form role="search" method="get" action="/stores/eol/search" class="form-search block-search-form azeroth-live-search-form">
  <div class="form-content search-box results-search">
    <div class="inner">
      <input autocomplete="off" class="searchfield txt-livesearch input" name="search" id="search" value="" placeholder="Search" type="text" style="text-transform:capitalize;" required="">
    </div>
  </div>
</form>

POST

<form class="azeroth-form azeroth-form-login login login_pop-up" method="post" action="">
  <input type="hidden" name="pageRedirect" id="pageRedirect" value="index">
  <script>
    function toggler(e) {
      if (e.innerHTML == '<i class="fas fa-eye"></i>') {
        e.innerHTML = '<i class="fas fa-eye-slash"></i>'
        document.getElementById('password').type = "text";
      } else {
        e.innerHTML = '<i class="fas fa-eye"></i>'
        document.getElementById('password').type = "password";
      }
    }

    function check_recaptcha() {
      var num1 = document.getElementById("num1").value;
      var num2 = document.getElementById("num2").value;
      var result = parseInt(num1) + parseInt(num2);
      var answer = document.getElementById("answer").value;
      if (answer != result) {
        document.getElementById("login").style.visibility = "hidden";
        document.getElementById("msg").style.color = "red";
        document.getElementById("msg").innerHTML = "<i class='fa fa-times-circle aria-hidden='true'></i> Please Enter correct answer";
      } else {
        document.getElementById("login").style.visibility = "visible";
        document.getElementById("msg").style.color = "green";
        document.getElementById("msg").innerHTML = "<i class='fa fa-check-circle' aria-hidden='true'></i> Correct Answer";
      }
    }
  </script>
  <h4 class="wholesale_buyer">Returning Wholesale Customer Login</h4>
  <div class="form-group">
    <label for="exampleInputEmail1" class="login_form_label">Email Address or Customer Id</label>
    <div class="input-group mb-3">
      <div class="input-group-prepend">
        <span class="input-group-text" id="basic-addon1"><i class="far fa-envelope"></i></span>
      </div>
      <input type="text" class="form-control input-text" name="email" id="email" autocomplete="email" placeholder="Enter email address or customer Id" required="" value="">
    </div>
  </div>
  <div class="form-group">
    <label for="exampleInputEmail1" class="login_form_label">Password</label>
    <div class="input-group mb-3">
      <div class="input-group-prepend">
        <span class="input-group-text" onclick="toggler(this)" id="basic-addon1"><i class="fas fa-key"></i></span>
      </div>
      <input type="password" class="form-control input-text" placeholder="Enter Password" name="password" id="password" autocomplete="current-password" required="" aria-label="password" aria-describedby="basic-addon1" value="">
      <div class="input-group-prepend">
        <span class="input-group-text" onclick="toggler(this)" id="basic-addon1"><i class="fas fa-eye"></i></span>
      </div>
    </div>
  </div>
  <!-- <div class="form-group">
<div class="g-recaptcha" data-sitekey="6LeW8rcZAAAAALfMyM1vwuIVh0mBxtnjFaJKf3iJ"></div>
</div> -->
  <!-- custom recaptcha  -->
  <div>
    <input id="num1" class="sum" type="text" name="num1" style="width:55px;" value="2" readonly="readonly"> + <input id="num2" class="sum" type="text" name="num2" style="width:55px;" value="6" readonly="readonly"> = <input type="text" id="answer"
      style="width:65px;" value="" required="" onblur="check_recaptcha()">
    <button type="button" onclick="check_recaptcha()" class="d-none">Verify</button><button type="submit" class="button login_button_1" name="login" id="login" value="Login">Login</button>
  </div>
  <p id="msg"></p>
  <div class="form-group form-check">
    <input type="checkbox" name="remember" id="remember" class="form-check-input">
    <label for="remember-me" class="form-check-label" id="flexCheckDefault"> Keep Me Logged In</label>
  </div>
  <!-- end -->
  <p class="form-row">
    <!-- <button type="submit" class="button" name="login" id="login" value="Login">Login</button> -->
  </p>
  <hr>
  <span class="h5 login_form"> <a href="forgot-password">Forgot your password?</a></span>
  <p></p>
  <!--
<p class="form-row">
<a href="registration" class="button btn-block mb-1"><span class="h5 text-white"><i class="fas fa-user"></i> New Wholesale Customer? Create an account</a></span></p>
-->
</form>

Name: newCustomerFormPOST

<form name="newCustomerForm" method="post" class="pl-2 mb-4 login_pop-up" action="" enctype="multipart/form-data" autocomplete="off">
  <div class="form-group">
    <label for="email" class="required-field">Email:</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-envelope"></i></span>
      </div>
      <input type="email" class="form-control" placeholder="Enter email" id="email" name="email" value="" required="">
    </div>
  </div>
  <div class="form-group">
    <label for="businessName" class="required-field">Business Name:</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-briefcase"></i></span>
      </div>
      <input type="text" class="form-control" placeholder="Enter business name" id="businessName" name="businessName" value="" required="">
    </div>
  </div>
  <div class="form-group">
    <label for="firstName" class="required-field">Contact First Name:</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-user"></i></span>
      </div>
      <input type="text" class="form-control" placeholder="Enter first name" id="firstName" name="firstName" value="" required="">
    </div>
  </div>
  <div class="form-group">
    <label for="lastName" class="required-field">Contact Last Name:</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-user"></i></span>
      </div>
      <input type="text" class="form-control" placeholder="Enter last name" id="lastName" name="lastName" value="" required="">
    </div>
  </div>
  <div class="form-group">
    <label for="businessPhone" class="required-field">Business Phone:</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-phone-square-alt"></i></span>
      </div>
      <input type="text" class="form-control" placeholder="(xxx)-xxx-xxxx" id="businessPhone" name="businessPhone" value="" required="">
      <small></small>
    </div>
  </div>
  <div class="form-group">
    <label for="businessPhone">Cell Phone: <small>(Optional)</small></label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-phone-square-alt"></i></span>
      </div>
      <input type="text" class="form-control" placeholder="(xxx)-xxx-xxxx" id="cellPhone" name="cellPhone" value="">
      <small></small>
    </div>
  </div>
  <div class="form-group">
    <label for="businessFax">Business Fax: <small>(Optional)</small></label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-fax"></i></span>
      </div>
      <input type="text" class="form-control" placeholder="(xxx)-xxx-xxxx" id="businessFax" name="businessFax" value="">
      <small></small>
    </div>
  </div>
  <div class="form-group">
    <label for="businessZip" class="required-field">Business Zip:</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-map-marker-alt"></i></span>
      </div>
      <input type="text" class="form-control" placeholder="Enter zipcode" id="businessZip" name="businessZip" value="" required="">
    </div>
  </div>
  <div class="form-group">
    <label for="businessWebsite">Website: <small>(Optional)</small></label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-window-restore"></i></span>
      </div>
      <input type="url" class="form-control" placeholder="http://yourwebsite.com" id="businessWebsite" name="businessWebsite" value="">
      <small></small>
    </div>
  </div>
  <div class="form-group">
    <label for="businessType">Type of Business: <small>(Optional)</small></label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-suitcase"></i></span>
      </div>
      <select class="form-control" id="businessType" name="businessType">
        <option value="">Select One</option>
        <option value="home parties">Home Parties</option>
        <option value="mall cart">Mall Cart/Kiosk</option>
        <option value="retail shows">Retail Shows</option>
        <option value="gift shop">Gift Shop</option>
        <option value="clothing store">Clothing Store</option>
        <option value="boutique">Boutique</option>
        <option value="multi location">Multi Location Retail</option>
        <option value="distributor">Wholesale Distributor</option>
        <option value="Other">Other</option>
      </select>
    </div>
  </div>
  <div class="form-group">
    <label for="annualSales">Annual Sales: <small>(Optional)</small></label>
    <div class="input-group">
      <select class="form-control" name="annualSales" id="annualSales">
        <option value="">Select One</option>
        <option value="250,000">Under $250,000</option>
        <option value="500,000">Between $250,000 and $500,000</option>
        <option value="1,000,000">Between $500,000 and $1,000,000</option>
        <option value="2,000,000">Between $1,000,000 and $2,000,000</option>
        <option value="4,000,000">Between $2,000,000 and $4,000,000</option>
        <option value="4,000,001">More than $4,000,000</option>
        <option value="not telling">Rather Not Say</option>
      </select>
    </div>
  </div>
  <div class="form-group">
    <label for="password" class="required-field">Password:</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-key"></i></span>
      </div>
      <input type="password" class="form-control" placeholder="Minimum 6 characters" name="password" id="password" pattern=".{6,}" autocomplete="current-password" required="" aria-label="password" aria-describedby="basic-addon1">
      <div class="input-group-prepend">
        <span class="input-group-text" onclick="toggler(this)" id="basic-addon1"><i class="fas fa-eye"></i></span>
      </div>
    </div>
    <small></small>
  </div>
  <div class="form-group">
    <label for="passwordRetype" class="required-field">Re-type Password:</label>
    <div class="input-group">
      <div class="input-group-prepend">
        <span class="input-group-text"><i class="fas fa-key"></i></span>
      </div>
      <input type="password" class="form-control" placeholder="Enter Password" name="passwordRetype" id="passwordRetype" pattern=".{6,}" autocomplete="current-password" required="" aria-label="password" aria-describedby="basic-addon1">
      <div class="input-group-prepend">
        <span class="input-group-text" onclick="togglerRepass(this)" id="basic-addon1"><i class="fas fa-eye"></i></span>
      </div>
    </div>
  </div>
  <p>
  </p>
  <div class="g-recaptcha" data-sitekey="6LeW8rcZAAAAALfMyM1vwuIVh0mBxtnjFaJKf3iJ"></div>
  <p></p>
  <button type="submit" class="button reg_button_1" name="newCustomerReg" id="newCustomerReg" value="newCustomerReg">Submit</button>
</form>

Text Content

Half price shipping on all services. We pay the difference
Show Schedule
 * Order History
 * My Favorite Items

 * 

 * Call Toll Free: 1-866-546-6256


0

View Cart

 * SHOP BY CATEGORIES
 * Home
 * New Arrivals
 * Best Picks
 * Coming Soon
 * Sale Items
   
 * Contact Us
 * Login

0
 * 
 * 
 * 
 * 
 * 


Previous Next


SEASONAL CATEGORIES


TEES AND TOPS


LIGHTWEIGHT OBLONG SCARVES


VICTORIAN LACE SCARVES


LIGHTWEIGHT INFINITY SCARVES


SILKY DRESS SCARVES AND BUTTON STYLES


LIGHT SATIN SCARVES AND SHAWLS


LIGHTWEIGHT NECKERCHIEFS AND SQUARES


PASHMINA STYLE SHAWLS


HATS AND HEADBANDS


SHANGHAI BEADED TOPS AND SCARVES


SHAWLS AND WRAPS


MAGIC SMOOTHWEAR STYLES


ORIGAMI & PETAL SHIRTS


MAGIC VESTS AND JACKETS


JUMPSUITS AND MATCHING SETS


BUTTON STYLE SCARVES & SHAWLS


MAGIC CRUSH TOPS


CAPES, COVERUPS AND VESTS


PONCHOS


TOPS AND TEES


MINI PLEATS


LEGGINGS AND PANTS


SKIRTS AND DRESSES


BAGS AND TOTES


MAGNETIC BROOCHES AND LAPEL PINS


MAGIC SCARF CATALOG


BEST PICKS THIS WEEK!


SCARVES & SHAWLS


HATS AND HEADBANDS


SHAWLS AND WRAPS


MAGIC VESTS AND JACKETS


JUMPSUITS AND MATCHING SETS


BUTTON STYLE SCARVES & SHAWLS


CAPES, COVERUPS AND VESTS


COATS AND JACKETS


PONCHOS


SWEATERS & SWEATER VESTS


TOPS AND TEES


LEGGINGS AND PANTS


SKIRTS AND DRESSES


DIAMOND ZIPPER VESTS & JACKETS


ACCESSORIES AND ESSENTIALS


GLITZ AND GLITTER


ART DESIGN LINE

 * 
 * 

GOT QUESTIONS?
CALL TOLL FREE

1-866-546-6256

SAFE PAYMENTS

 * 
 * 
 * 
 * 



CUSTOMER SERVICE

 * Order Status
 * Return Policy
 * International Orders
 * Shipping

INFORMATION

 * Product Videos
 * Show Schedule
 * Privacy Policy
 * Security and Disclaimers

© Copyright 2020 Magic Scarf. All Rights Reserved.

 * Facebook
 * Youtube

Home
Catalog
On Sale
0Cart

SIGN IN

×


HAVE AN ACCOUNT? SIGN IN

RETURNING WHOLESALE CUSTOMER LOGIN

Email Address or Customer Id

Password

+ = VerifyLogin



Keep Me Logged In



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

Forgot your password?



Create a new account? Sign-UP

Sign Up & get 50% Off

REGISTRATION

×

Already have an account? Sign in

Email:

Business Name:

Contact First Name:

Contact Last Name:

Business Phone:

Cell Phone: (Optional)

Business Fax: (Optional)

Business Zip:

Website: (Optional)

Type of Business: (Optional)

Select One Home Parties Mall Cart/Kiosk Retail Shows Gift Shop Clothing Store
Boutique Multi Location Retail Wholesale Distributor Other
Annual Sales: (Optional)
Select One Under $250,000 Between $250,000 and $500,000 Between $500,000 and
$1,000,000 Between $1,000,000 and $2,000,000 Between $2,000,000 and $4,000,000
More than $4,000,000 Rather Not Say
Password:

Re-type Password:








Submit

By signing up you agree to our Terms of service & Privacy Policy