polobozz.com Open in urlscan Pro
2606:4700:3037::ac43:d1bb  Public Scan

URL: https://polobozz.com/
Submission Tags: sansec.io magecart Search All
Submission: On October 15 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST https://polobozz.com/customer/account/loginPost/referer/aHR0cHM6Ly9wb2xvYm96ei5jb20v

<form class="form form-login" action="https://polobozz.com/customer/account/loginPost/referer/aHR0cHM6Ly9wb2xvYm96ei5jb20v" method="post" novalidate="novalidate">
  <input name="form_key" type="hidden" value="PPubQq48op1AbfAH">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <!--<label class="label" for="email"><span>Email</span></label>-->
      <div class="control">
        <input placeholder="Email" name="login[username]" value="" autocomplete="off" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <!--<label for="pass" class="label"><span>Password</span></label>-->
      <div class="control">
        <input placeholder="Password" name="login[password]" type="password" autocomplete="off" class="input-text" title="Password" data-validate="{required:true, 'validate-password':true}" aria-required="true">
      </div>
    </div>
    <!-- BLOCK captcha-mini --><!-- /BLOCK captcha-mini -->
    <div class="actions-toolbar">
      <div class="">
        <button type="submit" class="action login primary" name="send"><span>Login</span></button>
      </div>
      <!--<a class="action create primary" href="https://polobozz.com/customer/account/create/"><span>Sign up</span></a>-->
      <div class="secondary">
        <a class="action remind" href="https://polobozz.com/customer/account/forgotpassword/"><span>Forgot Your Password?</span></a>
      </div>
    </div>
  </fieldset>
</form>

GET https://polobozz.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://polobozz.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Search entire store here...'" maxlength="128" role="combobox"
        aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://polobozz.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
      <div data-bind="scope: 'searchsuiteautocomplete_form'">
        <!-- ko template: getTemplate() -->
        <div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="display: none;">
          <div data-bind="visible: anyResultCount()" style="display: none;">
            <div class="suggest" data-bind="visible: result.suggest.data().length > 0" style="display: none;">
              <div class="title"><!-- ko i18n: 'Suggested'--><span>Suggested</span><!-- /ko --></div>
              <ul id="suggest" role="listbox" data-bind="foreach: result.suggest.data"></ul>
            </div>
            <div class="product" data-bind="visible: result.product.data().length > 0" style="display: none;">
              <div class="title">
                <!-- ko i18n: 'Products'--><span>Products</span><!-- /ko -->
                <a class="see-all" data-bind="attr: {href: result.product.url}" href="">
                    <!-- ko i18n: 'See All' --><span>See All</span><!-- /ko -->
                    <span data-bind="text: result.product.size, css: 'num-result'" class="num-result">0</span>
                </a>
              </div>
              <ul id="product" role="listbox" data-bind="foreach: result.product.data"></ul>
            </div>
          </div>
          <div class="no-result" data-bind="visible: (result.product.data().length == 0)"><!-- ko i18n: 'No Result'--><span>No Result</span><!-- /ko --></div>
        </div><!-- /ko -->
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search primary" disabled="disabled">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://polobozz.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://polobozz.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit">
      <span>Subscribe</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://polobozz.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.


Skip to Content
 * Default welcome msg!
 * Wishlist
 * Compare
 * Sign In
   Sign In
   Login
   Forgot Your Password?
 * Create an Account

Search
Search
Advanced Search
Suggested
Products See All 0
No Result
Search
Toggle Nav
My Cart 0
My Cart
Close You have no items in your shopping cart.


Menu
 * Home
 * Shoes
   * Go to Shoes
   * Sneakers
   * Sandals & Slippers
   * Formal Shoes
   * Casual Shoes
   * Boots
 * Pants & Trousers
   * Go to Pants & Trousers
   * Chinos
   * Jeans
   * Joggers
   * Shorts
   * Formal Trousers
 * Shirts
   * Go to Shirts
   * Casual Shirts
   * Formal Shirts
   * Jackets
 * Tops & Tees
   * Go to Tops & Tees
   * T-Shirts
   * Polo Shirts
   * Sweatshirts
 * Sports Wear
   * Go to Sports Wear
   * Tracksuits
   * Jerseys
   * Activewear
 * Accessories
 * Women’s Fashion
   * Go to Women’s Fashion
   * Women’s shoe
   * Trainers & Sneakers
   * women's Accessories

Account
 * Default welcome msg!
 * Wishlist
 * Compare
 * Sign In
   Sign In
 * Create an Account


HOME PAGE


prev
next





Best Seller

Dresses

Clothes
We can't find products matching the selection.
Set Collection
We can't find products matching the selection.
Set Collection
We can't find products matching the selection.
Set Collection
We can't find products matching the selection.



CMS homepage content goes here.

Newsletter

Be the first to know about the latest deals, style updates & more!

Newsletter
Sign Up for Our Newsletter:

Subscribe

About us

Nigeria's most popular men's online fashion store. Finding excellent men's
fashion clothing online has never been easier; with Polobozz

Follow us

           

You Link

 * Side Navigation
 * About Us
 * Contact Us
 * Forum Support
 * Privacy Policy

Infomation

 * Side Navigation
 * About Us
 * Contact Us
 * Forum Support
 * Privacy Policy

Item Tags

 * shirt
 * jeans
 * polo
 * chinos
 * belt
 * t-shirt
 * sweater
 * watch

Copyright © 2023-PoloBozz Store. All rights reserved.

Top
item(s) in your cart
Cart Summary






Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?