store2-dev-s1-kd.proflipshop.com Open in urlscan Pro
34.96.93.122  Public Scan

URL: https://store2-dev-s1-kd.proflipshop.com/
Submission: On May 02 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form id="sendOtpForm" class="mt-lg-2 mt-0">
  <div class="form-group mb-lg-4 mb-3">
    <label class="mb-2">Please enter your email or mobile number</label>
    <div class="input-group">
      <!-- <span>+91 </span> -->
      <input id="emailOrPhoneInput" autocomplete="off" name="mobile" required="" class="form-control" placeholder="Email Or Phone" onblur="validatePhoneOrEmail()">
    </div>
    <small id="emailOrPhoneInputError" class="text-danger"></small>
  </div>
  <div class="form-group mb-3">
    <button class="btn btn-com w-100" type="button" id="sendOtpButton" onclick="handleSendOtp()">Signup/Login</button>
  </div>
  <div id="orGoogleLogin" class="form-group login--with-social text-center">
    <div class="login-breaker-line mb-3"><span>Or</span></div>
    <div id="glogindiv" class="google-login-btn">
      <div class="S9gUrf-YoZ4jf" style="position: relative;">
        <div>
          <div tabindex="0" role="button" aria-labelledby="button-label" class="nsm7Bb-HzV7m-LgbsSe  hJDwNd-SxQuSe MFS4be-v3pZbf-Ia7Qfc MFS4be-Ia7Qfc JGcpL-RbRzK">
            <div class="nsm7Bb-HzV7m-LgbsSe-MJoBVe"></div>
            <div class="nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb ">
              <div class="nsm7Bb-HzV7m-LgbsSe-Bz112c-haAclf">
                <div class="nsm7Bb-HzV7m-LgbsSe-Bz112c"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" class="LgbsSe-Bz112c">
                    <g>
                      <path fill="#EA4335" d="M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z"></path>
                      <path fill="#4285F4" d="M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z"></path>
                      <path fill="#FBBC05" d="M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z"></path>
                      <path fill="#34A853" d="M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z"></path>
                      <path fill="none" d="M0 0h48v48H0z"></path>
                    </g>
                  </svg></div>
              </div><span class="nsm7Bb-HzV7m-LgbsSe-BPrWId">Mit Google anmelden</span><span class="L6cTce" id="button-label">Mit Google anmelden</span>
            </div>
          </div>
        </div><iframe
          src="https://accounts.google.com/gsi/button?theme=filled_blue&amp;size=large&amp;width=100%25&amp;shape=pill&amp;text=signup_with&amp;client_id=298283061502-samvl8c1g9o6jtvjkgjr8l3v6m7kdsjc.apps.googleusercontent.com&amp;iframe_id=gsi_44428_298656&amp;as=X2MCnqja%2BaH9kYyFyEAyIw"
          allow="identity-credentials-get" id="gsi_44428_298656" title="Schaltfläche „Über Google anmelden“" style="display: block; position: relative; top: 0px; left: 0px; height: 0px; width: 0px; border: 0px;"></iframe>
      </div>
    </div>
  </div>
  <div id="alreadyMemberLinkWrap" class="already-member-link-wrap text-center pt-3">Already a member? <span class="" onclick="switchScreen('Login');">Log In</span></div>
  <!-- Display the user's profile info -->
  <div class="pro-data hidden"></div>
</form>

<form id="verifyOtpForm" class="mb-md-5">
  <div class="form-group mb-3">
    <label class="mb-3 edit-number">Enter the OTP you received at <!-- <br />+91  -->
      <span class="fw-bold txt-blue" id="display-mobile"></span>
      <button type="button" class="p-0 border-0" onclick="editMobile()">
        <img src="face/view/theme/ans-theme/image/onboard/edit.svg" alt="edit">
      </button>
    </label>
    <div class="otp-box-wrp d-flex gap-2">
      <input type="text" autocomplete="off" class="form-control text-center otp-input" id="otp1" maxlength="1">
      <input type="text" autocomplete="off" class="form-control text-center otp-input" id="otp2" maxlength="1">
      <input type="text" autocomplete="off" class="form-control text-center otp-input" id="otp3" maxlength="1">
      <input type="text" autocomplete="off" class="form-control text-center otp-input" id="otp4" maxlength="1">
      <input type="text" autocomplete="off" class="form-control text-center otp-input" id="otp5" maxlength="1">
      <input type="text" autocomplete="off" class="form-control text-center otp-input" id="otp6" maxlength="1">
    </div>
    <small id="otpError" class="text-danger"></small>
  </div>
  <div class="form-group mb-3 my-md-4 not-recive-otp ">
    <div class="text-center">
      <p id="resent-otp-text" class="mb-0">Did not receive OTP? Resend again in <span id="timer">00:26</span> seconds</p>
      <button id="resendButton" style="display: none;" type="button" onclick="handleResendOtp()" class="btn float-right">Resend OTP</button>
    </div>
    <!-- <button id="resendBtn" onclick="startResendTimer()">Resend OTP</button>
                                          <p id="timer"></p> -->
  </div>
  <div class="form-group mb-3">
    <button class="btn btn-com w-100" id="verifyOtpBtn" onclick="handleVerifyOtp()" type="button" disabled="">Verify OTP</button>
  </div>
</form>

<form id="storeNameForm" class="">
  <div class="form-group mb-3 mb-md-4">
    <div class="input-group pl-0">
      <input autocomplete="off" required="" class="form-control" id="storename" placeholder="Store Name">
    </div>
  </div>
  <div class="form-group mb-3 website--url website--url-info">
    <h4>Your store website url <span class="custom-tooltip"> <span class="tooltip-text">You can link your custom domain later</span><i class="fa material-icons-outlined fw">info</i></span></h4>
    <div class="website--url-wrp">
      <!-- <div>https://<span class="text-medium change-link"
                          onkeypress="return (this.innerText.length < 40)" id="changeLink">yourstore</span>.proflipshop.com/</div>
                      <button type="button" onclick="editStoreUrl()" class="btn">Edit</button> -->
      <div class="input-group web--input-url">
        <div class="input-group-prepend">
          <span class="input-group-text">https://</span>
        </div>
        <input type="text" class="form-control" placeholder="Your domain name" id="domainName" value="">
        <div class="input-group-append"><span class="input-group-text">.proflipshop.com/</span></div>
      </div>
    </div>
    <small id="storeUrlError" class="text-danger"></small>
  </div>
  <div class="store--recommended d-none">
    <p>Here are some store recommendations</p>
    <ul id="suggestedDomains" class="list-unstyled d-flex flex-wrap gap-2"></ul>
  </div>
  <div class="form-group mb-3 mt-3 mt-md-5">
    <button id="checkStoreUrlBtn" class="btn btn-com w-100" type="button" onclick="checkStoreUrl()">Continue</button>
    <div class="terms-wrp text-end mt-2">
      <a class="text-blue" onclick="startOver()" href="javascript:void(0)">Want to change Signup details? Start Over</a>
    </div>
  </div>
</form>

Text Content

TURN YOUR IDEAS INTO BUSINESS

Create Stor  
 * Signup
   
 * Store Url
   
 * Business Details

Create your online store
Get 5X more visibility
Increase sales by 2X

SIGNUP/LOGIN

Please enter your email or mobile number

Signup/Login
Or

Mit Google anmeldenMit Google anmelden
Already a member? Log In

Create your online store
Get 5X more visibility
Increase sales by 2X

PLEASE ENTER OTP

Enter the OTP you received at


Did not receive OTP? Resend again in 00:26 seconds

Resend OTP
Verify OTP
Create your online store
Get 5X more visibility
Increase sales by 2X

ENTER STORE NAME (YOU CAN CHANGE THIS LATER)

YOUR STORE WEBSITE URL YOU CAN LINK YOUR CUSTOM DOMAIN LATERINFO

https://
.proflipshop.com/

Here are some store recommendations

Continue
Want to change Signup details? Start Over
Create your online store
Get 5X more visibility
Increase sales by 2X
What will you be selling? - Select - Fashion Electronics Appliances Home &
Kitchen
Select tags that relates to your products


Launch Store
Need Help? Let's connect on WhatsApp

By Signing up, you agree to Terms of Service and Privacy Policy

Do you have FlipShop "Lite" account? Click here to login

ALMOST DONE!

Almost there! Your webstore is in the final stages of preparation, soon you'll
be exploring
your dashboard and all its possibilities.

Edit Via Admin panel