ipv4.tellosocks.com Open in urlscan Pro
5.189.138.122  Public Scan

URL: https://ipv4.tellosocks.com/
Submission: On December 05 via api from US — Scanned from CH

Form analysis 6 forms found in the DOM

<form action="">
  <div class="row product-image-summary" id="productdiv">
    <input type="hidden" id="ProdID" value="">
  </div>
</form>

<form id="customer_login" class="nt_mini_cart flex column h__100 is_selected">
  <div class="mini_cart_header flex fl_between al_center">
    <div class="h3 widget-title tu fs__16 mg__0">Login</div>
    <i class="close_pp pegk pe-7s-close ts__03 cd"></i>
  </div>
  <div class="mini_cart_wrap">
    <div class="mini_cart_content fixcl-scroll side-section-body">
      <div class="fixcl-scroll-content">
        <p class="form-row">
          <label for="Phone">Phone</label>
          <input type="text" name="Phone" id="LoginPhone" autocomplete="phone" placeholder="07xxxxxxxx" pattern="(0)(77|79|78)[0-9]{7}" required="" oninput="validatePhoneNumber(this)">
        </p>
        <input type="button" class="button button_primary text-white py-2 w__100 tu js_add_ld" data-dismiss="modal" id="btnlogin" value="Sign In">
        <br>
        <br>
        <p class="mb__10 mt__20"> New customer? <a href="#" data-id="#RegisterForm" class="link_acc">Create your account</a>
        </p>
      </div>
    </div>
    <button style="display:none" id="logout">Logout</button>
    <div id="status">
    </div>
  </div>
</form>

<form id="RecoverForm" class="nt_mini_cart flex column h__100">
  <div class="mini_cart_wrap">
    <div class="mini_cart_content fixcl-scroll side-section-body">
      <div class="fixcl-scroll-content">
        <p class="form-row">
          <label for="RecoverEmail">Email </label>
          <input type="email" value="" name="email" id="RecoverEmail" class="input-full" autocomplete="email" autocapitalize="off" placeholder="example@mail.com">
        </p>
        <input type="submit" class="button button_primary text-white py-2 w__100 tu js_add_ld" value="Reset Password">
        <br>
        <p class="mb__10 mt__20"> Remembered your password? <a href="#" data-id="#customer_login" class="link_acc">Back to login</a>
        </p>
      </div>
    </div>
  </div>
</form>

<form id="RegisterForm" class="nt_mini_cart flex column h__100">
  <div class="mini_cart_header flex fl_between al_center">
    <div class="h3 widget-title tu fs__16 mg__0">Register</div>
    <i class="close_pp pegk pe-7s-close ts__03 cd"></i>
  </div>
  <div class="mini_cart_wrap">
    <div class="mini_cart_content fixcl-scroll side-section-body register-side-section">
      <div class="fixcl-scroll-content">
        <p class="form-row">
        </p>
        <div class="row">
          <p class="col-12">
            <label for="-FirstName">First name</label>
            <input type="text" name="Name" id="Name" autocomplete="given-name" required="required">
          </p>
          <p class="col-12">
            <label for="-LastName">Last name</label>
            <input type="text" name="LastName" id="LastName" autocomplete="given-name" required="required">
          </p>
        </div>
        <p></p>
        <p class="form-row">
          <label for="RegisterPhone">Phone</label>
          <input type="text" name="RegisterPhone" id="RegisterPhone" autocomplete="phone" placeholder="07xxxxxxxx" pattern="(0)(77|79|78)[0-9]{7}" required="required" oninput="validatePhoneNumber(this)">
        </p>
        <p class="form-row">
          <label for="-email">Email <span class="required">*</span></label>
          <input type="email" name="Email" id="Email" class="" autocapitalize="off" autocomplete="email" onchange="collEmail()" aria-required="true" placeholder="example@mail.com" required="required">
        </p>
        <input type="button" value="Register" onclick="showModelAndSendOTP('FromRegistration')" class="button button_primary text-white py-2 w__100 tu js_add_ld">
        <br>
        <p class="mb__10 mt__20"> Already have an account? <a href="#" data-id="#customer_login" class="link_acc">Login here</a>
        </p>
      </div>
    </div>
  </div>
</form>

<form id="OTPForm" class="nt_mini_cart flex column h__100 ">
  <div class="mini_cart_header flex fl_between al_center">
    <div class="h3 widget-title tu fs__16 mg__0">Enter OTP Code</div>
    <i class="close_pp pegk pe-7s-close ts__03 cd"></i>
  </div>
  <div class="mini_cart_wrap">
    <div class="mini_cart_content fixcl-scroll side-section-body">
      <div class="fixcl-scroll-content">
        <p class="form-row sent-msg-otp " id="OtpSentMsg">
        </p>
        <p class="form-row">
          <label for="OTP">OTP</label>
          <input id="OTP" type="text" maxlength="5" name="OTP" required="">
        </p>
        <input type="hidden" name="userID" id="userID" value="">
        <input type="hidden" name="ConfirmPhone" id="ConfirmPhone" value="1">
        <p class="form-row justify-content-between">
          <input type="button" class="ps-btn ps-btn--black no-radius  back-btn  " onclick="backToPrevForm()" value="Back">
          <input type="button" class="button button_primary text-white py-2 w__50 tu js_add_ld no-radius " data-dismiss="modal" onclick="UserVerifyPhoneOTP()" value="Confirm">
        </p>
        <br>
        <p class="mb__10 mt__20"> did not receive OTP ? <a href="javascript:void(0)" onclick="resendOTP()">Resend OTP</a>
        </p>
        <br>
        <p class="d-none" hidden="">
          <a href="#" data-id="#RegisterForm" id="BackToRegistrationForm" class="link_acc"></a>
          <a href="#" data-id="#customer_login" id="BackToLoginForm" class="link_acc"></a>
          <a href="#" data-id="#OTPForm" id="ShowOTPbtn" class="link_acc d-none"></a>
        </p>
      </div>
    </div>
    <div id="status">
    </div>
  </div>
</form>

<form id="form-otp" class="col-md-12 ">
  <input type="hidden" name="userID" id="userID" value="">
  <input type="hidden" name="ConfirmPhone" id="ConfirmPhone" value="1">
  <div class="text-center">
    <h3 class="m-t-20">Enter OTP Code </h3>
    <input id="OTP" type="text" maxlength="5" name="OTP" required="">
  </div>
  <div class="text-center mt-10">
    <button data-dismiss="modal" class="ps-btn ps-btn--black" type="submit" onclick="UserVerifyPhoneOTP()"><span class="active">Send</span></button>
  </div>
</form>

Text Content

Free Delivery For Orders Over 20 JD !
English
 * English
 * عربي

 * Home
 * Men
   Socks
    * Invisible
    * Sport
    * Casual
    * Formal
    * Medical
   
   Underwear
   
 * Women
   Socks
    * Invisible
    * Sport
    * Casual
   
   
 * Kids
   Socks
    * sport
   
   
 * Unisex
 * BYC
   Underware
   
 * About Us
 * Contact




MEN COLLECTIONS


WOMEN COLLECTIONS


CHILD COLLECTIONS

 1. 
 2. 
 3. 

Men
Women
Kids
Unisex

"Happy Feet Begin with Healthy Socks."




OUR STORY

Tello Socks was Established in 1954 in Syria to Provide Quality Socks For The
Region, Later The Company Grew and Had a New Factory Opened in Jordan on 1965.

Our Goal is to Provide Quality Socks and Continue Innovating New Style Socks.

BYC


FREE SHIPPING



Free Shipping Order Above 20 JD.




SUPPORT AT ALL TIMES



Contact Us at All Times, And Quick Response to All Feedback.




EASE OF PAYMENT



Provide All Payment Methods to Customers.




QUALITY ASSURANCE



Providing All Kinds of Socks With High Quality And Reasonable Prices.




GET IN TOUCH

Jordan, Amman, Mogablin, Nafee Al-Qarea St.

info@tellosocks.com

+962 797221718

Follow on Facebook Follow on Instagram Follow on Linkedin Follow on Whatsapp


CATEGORIES

 * Men
 * Women
 * Kids
 * Unisex
 * BYC


INFORMATION

 * About Us
 * Contact Us
 * Terms & Conditions
 * Privacy Policy


ABOUT TELLO

Tello Socks was Established in 1954 in Syria to Provide Quality Socks For The
Region, Later The Company Grew and Had a New Factory Opened in Jordan on 1965.

Our Goal is to Provide Quality Socks and Continue Innovating New Style Socks.



Copyright © 2024 Tello all rights reserved.Powered by


Shopping cart



SEARCH OUR SITE


View All

Login

Phone



New customer? Create your account

Logout



Email


Remembered your password? Back to login

Register

First name

Last name



Phone

Email *


Already have an account? Login here

Enter OTP Code

OTP




did not receive OTP ? Resend OTP







ENTER OTP CODE

Send
Categories
 * Home
 * Men
   Socks
    * Invisible
    * Sport
    * Casual
    * Formal
    * Medical
   
   Underwear
   Men
 * Women
   Socks
    * Invisible
    * Sport
    * Casual
   
   Women
 * Kids
   Socks
    * sport
   
   Kids
 * Unisex
 * BYC
   Underware
    * One Pair
   
   BYC
 * About Us
 * Contact