victorssmartappliances.com Open in urlscan Pro
167.114.64.93  Public Scan

URL: https://victorssmartappliances.com/
Submission: On July 08 via api from US — Scanned from DE

Form analysis 10 forms found in the DOM

Name: FORMPOST https://victorssmartappliances.com/post-testimonial

<form role="form" method="POST" action="https://victorssmartappliances.com/post-testimonial" name="FORM">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="name" style="color:#000;">Your name</label>
    <input type="text" required="required" class="form-control input_box" name="testifiersName" id="testifiersName" style="width:100%; font-weight:bold;">
  </div>
  <div class="form-group">
    <label for="name" id="name" style="color:#000;">Company or Business</label>
    <input type="text" required="required" class="form-control input_box" name="companyorbusiness" id="companyorbusiness" style="width:100%; font-weight:bold;">
  </div>
  <div class="form-group">
    <label for="name" id="name" style="color:#000;">Position in Company or business</label>
    <input type="text" required="required" class="form-control input_box" name="position" id="position" style="width:100%; font-weight:bold;">
  </div>
  <div class="form-group">
    <label for="name" id="MessageLabel">Message</label>
    <textarea required="required" class="form-control input_box" name="descriptiontext" id="descriptiontext" rows="2" style="font-weight:bold;"></textarea>
  </div>
  <div class="form-group">
    <label for="name" id="name" style="color:#000;">On 1 of 5 rate us</label>
    <select class="form-control input_box" name="type" style="font-weight:bold;">
      <option value="">select here to rate us</option>
      <option value="1">1 star</option>
      <option value="2">2 stars</option>
      <option value="3">3 stars</option>
      <option value="4">4 stars</option>
      <option value="5">5 star</option>
    </select>
  </div>
  <div class="form-group"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <button type="submit" name="submittestimonybutton" class="btn btn-primary" id="submit_button">SAVE</button>
  </div>
</form>

Name: FORMPOST https://victorssmartappliances.com/post-reset-password

<form role="form" method="POST" action="https://victorssmartappliances.com/post-reset-password" name="FORM" onsubmit="return User_forgotpassword_request(event);">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="label">Email</label>
    <input type="email" required="required" class="form-control input_box input_box_height" value="" placeholder="please enter email" name="email" id="reset_email">
  </div>
  <span class="text-danger" id="error_mess" style="color: Red; font-size:13px; font-weight: bold; text-align: center; margin-left: 90px;"></span>
  <div class="text-center">
    <button type="submit" name="submit" class="btn btn-info" id="userforgotloginbutton">Submit</button>
  </div>
</form>

Name: FORMPOST https://victorssmartappliances.com/post-userlogin

<form role="form" method="POST" action="https://victorssmartappliances.com/post-userlogin" name="FORM" onsubmit="return User_Login_request(event);">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="label">Email</label>
    <input type="email" required="required" class="form-control input_box input_box_height" placeholder="email" name="email" id="user_email">
  </div>
  <div class="form-group">
    <label for="name" id="label">Password</label>
    <input type="password" required="required" class="form-control input_box input_box_height" placeholder="password" name="password" id="user_password">
  </div>
  <span class="text-danger" id="error_msg" style="color: Red; font-size:13px; font-weight: bold; text-align: center; margin-left: 170px;"></span>
  <div class="text-center">
    <button type="submit" name="submit" class="btn btn-info" id="userloginbutton">Login</button>
    <div>Forgot password ? <a id="link1" href="#forgotpassword" data-toggle="modal" data-target="#forgotpassInputModal" class="forgotpassModalmode">click here</a>
    </div>
    <div>Don't have an account ? <a id="link1" href="#Signup" data-toggle="modal" data-target="#SignupInputModal" class="signupModalmode">Create one here</a>
    </div>
  </div>
</form>

Name: FORMPOST https://victorssmartappliances.com/post-account-creation

<form role="form" method="POST" action="https://victorssmartappliances.com/post-account-creation" name="FORM" onsubmit="return User_register_request(event);">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="label">Name</label>
    <input type="text" required="required" class="form-control input_box input_box_height" placeholder="Full name" name="fullname" id="fullname">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Email</label>
    <input type="email" required="required" class="form-control input_box input_box_height" placeholder="email" name="email" id="useremail">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Password</label>
    <input type="password" required="required" class="form-control input_box input_box_height" placeholder="password" name="password" id="userpassword">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Confirm password</label>
    <input type="password" required="required" class="form-control input_box input_box_height" placeholder="Confirm password" name="confirmpassword" id="userconfirmpassword">
    <span class="text-danger"></span>
  </div>
  <span class="text-danger" id="error_message" style="color: Red; font-size:13px; font-weight: bold; text-align: center; margin-left: 170px;"></span>
  <div class="text-center">
    <button type="submit" name="submit" class="btn btn-info" id="userregisterbutton">Create an account</button>
    <div>Already have an account ? <a id="link1" href="#Signin" data-toggle="modal" data-target="#SigninInputModal" class="signinModalmode">Sign in here</a>
    </div>
  </div>
</form>

Name: process_FORMPOST

<form role="form" method="POST" name="process_FORM" onsubmit="return ProcessOrder(event);">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="label">Name</label>
    <input type="text" required="required" class="form-control input_box input_box_height" placeholder="Full name" name="fullname" id="fullname_p" value="">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Phone number</label>
    <input type="number" required="required" class="form-control input_box input_box_height" placeholder="Phone number" name="phonenumber" id="phonenumber_p">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Email</label>
    <input type="text" required="required" class="form-control input_box input_box_height" placeholder="provide your email" name="email" id="email_p" value="">
  </div>
  <span class="text-danger" id="error_msg_processing" style="color: Red; font-size:13px; font-weight: bold; text-align: center; margin-left: 170px;"></span>
  <div class="text-center">
    <button type="submit" name="submit" class="btn btn-info" id="processbutton">Process order</button>
  </div>
</form>

Name: loginchatformPOST https://victorssmartappliances.com/post-initiateuserchat

<form action="https://victorssmartappliances.com/post-initiateuserchat" method="post" id="loginchatform" class="loginchatform" name="loginchatform" onsubmit="return register_request(event);">
  <label for="fullname">Name</label>
  <input type="text" id="fname" name="fname" class="input_field" placeholder="Your name..">
  <label for="email">Email</label>
  <input type="text" id="email" name="email" class="input_field" placeholder="Your email..">
  <input type="submit" class="submit_button" value="Continue">
</form>

Name: FORMPOST https://victorssmartappliances.com/post-userlogin

<form role="form" method="POST" action="https://victorssmartappliances.com/post-userlogin" name="FORM" onsubmit="return User_Login_request(event);">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="label">Email</label>
    <input type="email" required="required" class="form-control input_box input_box_height" placeholder="email" name="email" id="user_email">
  </div>
  <div class="form-group">
    <label for="name" id="label">Password</label>
    <input type="password" required="required" class="form-control input_box input_box_height" placeholder="password" name="password" id="user_password">
  </div>
  <span class="text-danger" id="error_msg" style="color: Red; font-size:13px; font-weight: bold; text-align: center; margin-left: 170px;"></span>
  <div class="text-center">
    <button type="submit" name="submit" class="btn btn-info" id="userloginbutton">Login</button>
    <div>Forgot password ? <a id="link1" href="#forgotpassword" data-toggle="modal" data-target="#forgotpassInputModal" class="forgotpassModalmode">click here</a>
    </div>
    <div>Don't have an account ? <a id="link1" href="#Signup" data-toggle="modal" data-target="#SignupInputModal" class="signupModalmode">Create one here</a>
    </div>
  </div>
</form>

Name: FORMPOST https://victorssmartappliances.com/post-reset-password

<form role="form" method="POST" action="https://victorssmartappliances.com/post-reset-password" name="FORM" onsubmit="return User_forgotpassword_request(event);">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="label">Email</label>
    <input type="email" required="required" class="form-control input_box input_box_height" value="" placeholder="please enter email" name="email" id="reset_email">
  </div>
  <span class="text-danger" id="error_mess" style="color: Red; font-size:13px; font-weight: bold; text-align: center; margin-left: 90px;"></span>
  <div class="text-center">
    <button type="submit" name="submit" class="btn btn-info" id="userforgotloginbutton">Submit</button>
  </div>
</form>

Name: FORMPOST https://victorssmartappliances.com/post-account-creation

<form role="form" method="POST" action="https://victorssmartappliances.com/post-account-creation" name="FORM" onsubmit="return User_register_request(event);">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="label">Name</label>
    <input type="text" required="required" class="form-control input_box input_box_height" placeholder="Full name" name="fullname" id="fullname">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Email</label>
    <input type="email" required="required" class="form-control input_box input_box_height" placeholder="email" name="email" id="useremail">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Password</label>
    <input type="password" required="required" class="form-control input_box input_box_height" placeholder="password" name="password" id="userpassword">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Confirm password</label>
    <input type="password" required="required" class="form-control input_box input_box_height" placeholder="Confirm password" name="confirmpassword" id="userconfirmpassword">
    <span class="text-danger"></span>
  </div>
  <span class="text-danger" id="error_message" style="color: Red; font-size:13px; font-weight: bold; text-align: center; margin-left: 170px;"></span>
  <div class="text-center">
    <button type="submit" name="submit" class="btn btn-info" id="userregisterbutton">Create an account</button>
    <div>Already have an account ? <a id="link1" href="#Signin" data-toggle="modal" data-target="#SigninInputModal" class="signinModalmode">Sign in here</a>
    </div>
  </div>
</form>

Name: process_FORMPOST

<form role="form" method="POST" name="process_FORM" onsubmit="return ProcessOrder(event);">
  <input type="hidden" name="_token" value="KBbD8FhBIjJEhMYjcEWxmuXyJLx8ZrKC9k2PpTib">
  <div class="form-group">
    <label for="name" id="label">Name</label>
    <input type="text" required="required" class="form-control input_box input_box_height" placeholder="Full name" name="fullname" id="fullname_p" value="">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Phone number</label>
    <input type="number" required="required" class="form-control input_box input_box_height" placeholder="Phone number" name="phonenumber" id="phonenumber_p">
    <span class="text-danger"></span>
  </div>
  <div class="form-group">
    <label for="name" id="label">Email</label>
    <input type="text" required="required" class="form-control input_box input_box_height" placeholder="provide your email" name="email" id="email_p" value="">
  </div>
  <span class="text-danger" id="error_msg_processing" style="color: Red; font-size:13px; font-weight: bold; text-align: center; margin-left: 170px;"></span>
  <div class="text-center">
    <button type="submit" name="submit" class="btn btn-info" id="processbutton">Process order</button>
  </div>
</form>

Text Content

VICTORS SMART APPLIANCES
 * Home
 * E-shop
 * Search products
 * cart 0
   
 * Services
   * HISENSE FLAT SCREEN TV
   * 
   * SWAP & TOPUP
   
 * About us
 * Clients say
 * Contact us
 * Create an account
 * Sign in

victors.gadgets@gmail.com +256 784 802 001 +256 706 857755
0 ☰

Alert

This is my message

ok

Please wait ...


CREATE A REVIEW

×
Your name
Company or Business
Position in Company or business
Message
On 1 of 5 rate us select here to rate us 1 star 2 stars 3 stars 4 stars 5 star
                          SAVE



Close


FORGOT PASSWORD

×
Email
Submit



Close


SIGN IN

×
Email
Password
Login
Forgot password ? click here
Don't have an account ? Create one here



Close


CREATE AN ACCOUNT

×
Name
Email
Password
Confirm password
Create an account
Already have an account ? Sign in here



Close


PAY AFTER DELIVERY FORM MUST BE FILLED

×

This applies to users who will pay by other means such as pay after delivery.

Name
Phone number
Email
Process order



Close


GET CRAZY DISCOUNT ON REFRIGERATORS

upto 30% discount


OUR WEEKLY PROMO OFFERS

Get crazy discounts on different appliances and free delivery anywhere at
anytime

Call


HISENSE 341L DOUBLE DOOR REFRIGERATOR WITH WATER DISPENSER

30% discount

Call


SWAP WITH TOP UP

We accept exchange of appliances





WASHING MACHINES


COOKERS


TVS


FRIDGES


HOMETHEATRE SYSTEMS


WASHING MACHINES

FREE DELIVERY Hisense 6KG WASHING MACHINE UGX 1,400,000 UGX 1,350,000 / $350.65
Sale

Grab it now
FREE DELIVERY Hisense 7KG FRONTLOADER WASHING MACHINE UGX 1,550,000 UGX
1,400,000 / $363.64 Sale

Grab it now
FREE DELIVERY Hisense 6KG FRONTLOADER WATCHING MACHINE UGX 1,300,000 UGX
1,180,000 / $306.49 Sale

Grab it now


COOKERS

FREE DELIVERY Blueflame Cooker C5031E – I 50x50cm 3gas burners and 1 electric
plate, Stainless steel (Inox) UG UGX 950,000 UGX 850,000 / $220.78 Sale

Grab it now
Blueflame 2GAS AND 2ELECTRIC COOKER 50X60CM UGX 800,000 UGX 750,000 / $194.81
Sale

Grab it now
FREE DELIVERY BLUEFLAME 3GAS 1ELECTRIC COOKER UGX 800,000 UGX 750,000 / $194.81
Sale

Grab it now
free delivery Blueflame Cooker C5022E – I 50x50cm 2gas burners and 2 electric
plates, Stainless steel (Inox) UGX 950,000 UGX 890,000 / $231.17 Sale

Grab it now
free delivery Blueflame cooker C5022E-B 50x50cm 2 ELECTRIC PLATES AND 2 GAS
BURNERS WITH ELECTRIC OVEN BLACK IN COLOR UGX 950,000 UGX 800,000 / $207.79 Sale

Grab it now


TVS

FREE DELIVERY Hisense 32inch frameless smart Tv UGX 800,000 UGX 750,000 /
$194.81 Sale

Grab it now
FREE DELIVERY Hisense 32 inch Frameless Digital flat screen Tv UGX 700,000 UGX
650,000 / $168.83 Sale

Grab it now
FREE DELIVERY Hisense 40inch Frameless digital flat screen tv UGX 950,000 UGX
850,000 / $220.78 Sale

Grab it now
FREE DELIVERY Hisense 40inch Frameless Smart Tv UGX 1,050,000 UGX 950,000 /
$246.75 Sale

Grab it now
FREE DELIVERY Hisense 43inch Frameless digital flat screen tv UGX 1,200,000 UGX
1,100,000 / $285.71 Sale

Grab it now


FRIDGES

FREE DELIVERY AROUND KAMPALA Hisense 697L FRENCH DOOR REFRIGERATOR UGX 6,000,000
UGX 5,500,000 / $1428.57 Sale

Grab it now
FREE DELIVERY AROUND KAMPALA Hisense 120L Single door Refrigerator UGX 600,000
UGX 550,000 / $142.86 Sale

Grab it now
FREE DELIVERY Hisense 160L DOUBLE DOOR REFRIGERATOR UGX 1,050,000 UGX 950,000 /
$246.75 Sale

Grab it now
free delivery Hisense 195L SINGLE DOOR REFRIGERATOR UGX 1,050,000 UGX 950,000 /
$246.75 Sale

Grab it now
free delivery Hisense 200L DOUBLE DOOR REFRIGERATOR UGX 1,200,000 UGX 1,100,000
/ $285.71 Sale

Grab it now


HOMETHEATRE SYSTEMS

FREE DELIVERY AROUND KAMPALA LG LHD427 HOMETHEATRE SYSTEM UGX 800,000 UGX
750,000 / $194.81 Sale

Grab it now
FREE DELIVERY AROUND KAMPALA LG LHD627 HOMETHEATRE SYSTEM UGX 1,050,000 UGX
950,000 / $246.75 Sale

Grab it now
FREE DELIVERY LG LHD647 HOME THEATRE SYSTEM UGX 1,250,000 UGX 1,150,000 / $298.7
Sale

Grab it now
FREE DELIVERY AROUND KAMPALA LG LHD657 HOME THEATER SYSTEM UGX 1,350,000 UGX
1,250,000 / $324.68 Sale

Grab it now
More products by categories


RECENT CLIENTS SAYS


More clients says



Get help here
Agent (Online)

Please enter your name and email

Name Email
bot
Thank you for contacting us, how can we help you?




MENU LINKS

 * Home
 * About us
 * Contacts
 * Create an account
 * Sign in


OTHER LINKS

 * Clients say
 * E-shop
 * Live Support


SOCIAL LINKS







CONTACTS

 * VICTORS SMART APPLIANCES
   
   
 * Namirembe Road, Kampala, Uganda, Twaheri Towers
 * victors.gadgets@gmail.com
 * +256 784 802 001
 * +256 706 857755
 * +256 706 857755

Copyright © VICTORS SMART APPLIANCES 2015 - 2024


SIGN IN

×
Email
Password
Login
Forgot password ? click here
Don't have an account ? Create one here



Close


FORGOT PASSWORD

×
Email
Submit



Close


CREATE AN ACCOUNT

×
Name
Email
Password
Confirm password
Create an account
Already have an account ? Sign in here



Close


PAY AFTER DELIVERY FORM MUST BE FILLED

×

This applies to users who will pay by other means such as pay after delivery.

Name
Phone number
Email
Process order



Close
Scroll