voyaguer.com Open in urlscan Pro
23.229.129.240  Public Scan

URL: https://voyaguer.com/
Submission: On August 24 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST https://voyaguer.com/index.php?route=common/currency/currency

<form action="https://voyaguer.com/index.php?route=common/currency/currency" method="post" enctype="multipart/form-data" id="form-currency" class="header-dropdown">
  <div class="btn-group">
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown"> <span>$</span> <span class="hidden-xs">Currency</span>&nbsp;<i class="icon-right ion-chevron-down"></i></button>
    <ul class="dropdown-menu">
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="EUR">€ Euro</button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="GBP">£ Pound Sterling</button>
      </li>
      <li>
        <button class="currency-select btn btn-link btn-block" type="button" name="USD">$ US Dollar</button>
      </li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://voyaguer.com/">
</form>

POST https://voyaguer.com/index.php?route=common/language/language

<form action="https://voyaguer.com/index.php?route=common/language/language" method="post" enctype="multipart/form-data" id="form-language" class="header-dropdown">
  <div class="btn-group">
    <button class="btn btn-link dropdown-toggle" data-toggle="dropdown">
      <img src="catalog/language/en-gb/en-gb.png" alt="English" title="English">
      <span class="hidden-xs">Language</span>&nbsp;<i class="icon-right ion-chevron-down"></i></button>
    <ul class="dropdown-menu">
      <li>
        <button class="btn btn-link btn-block language-select" type="button" name="en-gb"><img src="catalog/language/en-gb/en-gb.png" alt="English" title="English"> English</button>
      </li>
    </ul>
  </div>
  <input type="hidden" name="code" value="">
  <input type="hidden" name="redirect" value="https://voyaguer.com/">
</form>

POST #

<form action="#" method="post" id="ajax-login-form" enctype="multipart/form-data">
  <div class="form-group">
    <label class="control-label" for="input-email">E-Mail Address</label>
    <input type="text" name="email" value="" placeholder="E-Mail Address" id="input-email" class="form-control">
  </div>
  <div class="form-group">
    <label class="control-label" for="input-password">Password</label>
    <input type="password" name="password" value="" placeholder="Password" id="input-password" class="form-control">
    <a class="forgotten" href="https://voyaguer.com/index.php?route=account/forgotten">Forgotten Password</a>
  </div>
  <div class="action">
    <button class="button btn" type="button" onclick="ptlogin.loginAction(document.getElementById('input-email').value, document.getElementById('input-password').value)"><span>Login</span></button>
    <button class="button btn" type="button" onclick="ptlogin.appendRegisterForm()"><span>Create an account</span></button>
    <img class="ajax-load-img" alt="" src="https://voyaguer.com/image/catalog/ajax-loader.gif" width="30" height="30">
  </div>
</form>

POST https://voyaguer.com/index.php?route=plaza/register

<form action="https://voyaguer.com/index.php?route=plaza/register" method="post" id="ajax-register-form" enctype="multipart/form-data" class="form-horizontal">
  <fieldset id="account">
    <legend>Your Personal Details</legend>
    <div class="form-group required" style="display:  none ;">
      <label class="col-sm-2 control-label">Customer Group</label>
      <div class="col-sm-10">
        <div class="radio">
          <label>
            <input type="radio" name="customer_group_id" value="1" checked="checked"> Default</label>
        </div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-firstname">First Name</label>
      <div class="col-sm-10">
        <input type="text" name="firstname" value="" placeholder="First Name" id="input-firstname" class="form-control">
        <!-- Error First Name -->
        <div class="for-error error-firstname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-lastname">Last Name</label>
      <div class="col-sm-10">
        <input type="text" name="lastname" value="" placeholder="Last Name" id="input-lastname" class="form-control">
        <!-- Error Last Name -->
        <div class="for-error error-lastname"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-email">E-Mail</label>
      <div class="col-sm-10">
        <input type="email" name="email" value="" placeholder="E-Mail" id="input-register-email" class="form-control">
        <!-- Error Email -->
        <div class="for-error error-email"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-telephone">Telephone</label>
      <div class="col-sm-10">
        <input type="tel" name="telephone" value="" placeholder="Telephone" id="input-telephone" class="form-control">
        <!-- Error Phone -->
        <div class="for-error error-telephone"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Your Password</legend>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-register-password">Password</label>
      <div class="col-sm-10">
        <input type="password" name="password" value="" placeholder="Password" id="input-register-password" class="form-control">
        <!-- Error Password -->
        <div class="for-error error-password"></div>
      </div>
    </div>
    <div class="form-group required">
      <label class="col-sm-2 control-label" for="input-confirm">Password Confirm</label>
      <div class="col-sm-10">
        <input type="password" name="confirm" value="" placeholder="Password Confirm" id="input-confirm" class="form-control">
        <!-- Error Confirm Password -->
        <div class="for-error error-confirm"></div>
      </div>
    </div>
  </fieldset>
  <fieldset>
    <legend>Newsletter</legend>
    <div class="form-group">
      <label class="col-sm-2 control-label">Subscribe</label>
      <div class="col-sm-10">
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="1"> Yes</label>
        <label class="radio-inline">
          <input type="radio" name="newsletter" value="0" checked="checked"> No</label>
      </div>
    </div>
  </fieldset>
  <div class="buttons">
    <div class="pull-right">I have read and agree to the <a href="https://voyaguer.com/index.php?route=information/information/agree&amp;information_id=3" class="agree"><b>Privacy Policy</b></a>
      <input type="checkbox" name="agree" value="1"> &nbsp; <input type="button" onclick="ptlogin.registerAction();" value="Continue" class="btn btn-primary">
      <img class="ajax-load-img" alt="" src="https://voyaguer.com/image/catalog/ajax-loader.gif" width="30" height="30">
    </div>
  </div>
</form>

Text Content

 * Welcome to our VoyaguerWebsite

   

   
   
   
 * * My Account
     * Register
     * Login
 * $ Currency 
    * € Euro
    * £ Pound Sterling
    * $ US Dollar

 * Language 
    * English


 * MOBILE MENU

 * Home
 * About Us
 * Products
    * VOYAGUER BACKPACK
    * VOYAGUER LADIES BAGS
    * SHOPPING BAGS
    * KIDS BACKPACK
    * VOYAGUER LUNCH BAGS
    * LAPTOP BAGS
    * MESSENGER BAG
    * YOGA BAG
    * HIKING BACKPACK
    * DUFFEL TROLLEY TRAVEL BAG
    * PENCIL CASE
    * BACK TO SCHOOL SETS
    * LUGGAGE BAGS
    * TROLLEY BACKPACK WITH BASE
    * DRAWSTRING BAGS
    * DUFFEL TRAVEL BAGS
    * TROLLEY DUFFEL BAGS
    * SOUTH AMERICA - 2022 COLLECTION
    * PROMOTION BAGPACK FOR SOUTH AMERICA
    * 2022 COLLECTION

 * Factory Tour
 * Contact Us
 * e-Catalogue


All Categories
 * All Categories
 * VOYAGUER BACKPACK
 * VOYAGUER LADIES BAGS
 * SHOPPING BAGS
 * KIDS BACKPACK
 * VOYAGUER LUNCH BAGS
 * LAPTOP BAGS
 * MESSENGER BAG
 * YOGA BAG
 * HIKING BACKPACK
 * DUFFEL TROLLEY TRAVEL BAG
 * PENCIL CASE
 * BACK TO SCHOOL SETS
 * LUGGAGE BAGS
 * TROLLEY BACKPACK WITH BASE
 * DRAWSTRING BAGS
 * DUFFEL TRAVEL BAGS
 * TROLLEY DUFFEL BAGS
 * SOUTH AMERICA - 2022 COLLECTION
 * PROMOTION BAGPACK FOR SOUTH AMERICA
 * 2022 COLLECTION

Search

Call Us: +852 2717 0122
Wish List 0
0 My Cart $0.00

 * Your shopping cart is empty!

 * Home
 * About Us
   
   WHO WE ARE
   
   ABOUT CHAIRMAN

 * Products
   
   VOYAGUER BACKPACK
   
   VOYAGUER LADIES BAGS
   
   SHOPPING BAGS
   
   KIDS BACKPACK
   
   VOYAGUER LUNCH BAGS
   
   LAPTOP BAGS
   
   MESSENGER BAG
   
   YOGA BAG
   
   HIKING BACKPACK
   
   DUFFEL TROLLEY TRAVEL BAG
   
   PENCIL CASE
   
   BACK TO SCHOOL SETS
   
   TROLLEY BACKPACK WITH BASE
   
   2022 COLLECTION
   
   PROMOTION BAGPACK FOR SOUTH AMERICA
   
   SOUTH AMERICA - 2022 COLLECTION
   
   DRAWSTRING BAGS
   
   LUGGAGE BAGS

 * Factory Tour
   
   FACTORY TOUR VIDEO
   
   FACTORY TOUR PHOTOS

 * Contact Us
 * e-Catalogue


LOGIN OR CREATE AN ACCOUNT

Close


RETURNING CUSTOMER

I am a returning customer

E-Mail Address
Password Forgotten Password
Login Create an account


LOGIN OR CREATE AN ACCOUNT

Close


REGISTER ACCOUNT

If you already have an account with us, please login at the login form.

Your Personal Details
Customer Group
Default
First Name

Last Name

E-Mail

Telephone

Your Password
Password

Password Confirm

Newsletter
Subscribe
Yes No
I have read and agree to the Privacy Policy  



YOUR ACCOUNT HAS BEEN CREATED!

Thank you for registering with Voyaguer!

You will be notified by e-mail once your account has been activated by the store
owner.

If you have ANY questions about the operation of this online shop, please
contact the store owner.

Continue


ACCOUNT LOGOUT

You have been logged off your account. It is now safe to leave the computer.

Your shopping cart has been saved, the items inside it will be restored whenever
you log back into your account.

Continue

New Arrivals

Read more
PrevNext
1234

New Arrivals

Read more

Voyaguer Bags

Read more

Voyaguer Backpack Bags

Read more

New Arrivals

Springs Sale Up To 15% Off

Read more
Latest Products
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32878

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32943

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32980

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-33039

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-33040

Add to Cart

Check out our Latest Backpack Products
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-34056

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-34053

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-34052

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-33671

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-33040

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32887

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32878

Add to Cart

Featured Products
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-33040

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-33039

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32980

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32943

Add to Cart


Best Selling Products
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32878

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-32887

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-33040

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-33671

Add to Cart
Quick View Add to Wish List Compare this Product

Voyaguer

SINO-34052

Add to Cart

DISCLAIMER STATEMENT

"VOYAGUER" is fully owned trademark of Sinostar Asia Limited. Licensed Products
Pictures displayed are purely for customers holding same license and other
products with patent and brand for customers reference only.


HONG KONG OFFICE
Suite 2007, 20/F., Laurels Industrial Centre
32 Tai Yau Street, San Po Kong
Kowloon, Hong Kong
Tel: (852) 27170122
Email: sales@sinostarasia.com
GUANGZHOU OFFICE
Room 907, Floor 9, Fuying International Building,
166-3 Changgang Middle Road, Haizhu District,
Guangzhou, China.
Phone number: +86 20 8412 1223 / 8412 1256,
+86 89 2512 3931
FACTORY
NO. 24, Fengshun Lu, Beifeng Industrial Area,
Fengze District, Quanzhou,
Fujian Province, China.
Phone number: +86-13 9287 30786,
+86-13 5700 32255
FOLLOW US
 * 
 * 
 * 
 * 

Copyright © 2005 - 2022 Voyaguer Limited. All rights reserved.