iowahawkeyesfan.shop Open in urlscan Pro
2a06:98c1:3121::3  Public Scan

URL: https://iowahawkeyesfan.shop/
Submission: On May 28 via api from US — Scanned from NL

Form analysis 4 forms found in the DOM

POST https://iowahawkeyesfan.shop/index.php?route=common/currency/currency

<form action="https://iowahawkeyesfan.shop/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 hidden-sm">Currency</span>&nbsp;<i class="icon-right ion-ios-arrow-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://iowahawkeyesfan.shop/">
</form>

POST https://iowahawkeyesfan.shop/index.php?route=common/language/language

<form action="https://iowahawkeyesfan.shop/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 hidden-sm">Language</span>&nbsp;<i class="icon-right ion-ios-arrow-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://iowahawkeyesfan.shop/">
</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://iowahawkeyesfan.shop/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://iowahawkeyesfan.shop/image/catalog/ajax-loader.gif" width="30" height="30">
  </div>
</form>

POST https://iowahawkeyesfan.shop/index.php?route=plaza/register

<form action="https://iowahawkeyesfan.shop/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://iowahawkeyesfan.shop/index.php?route=information/information/agree&amp;information_id=3" class="agree"><b>Return 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://iowahawkeyesfan.shop/image/catalog/ajax-loader.gif" width="30" height="30">
    </div>
  </div>
</form>

Text Content

 * MOBILE MENU

 * Home
 * MEN
 * Youth
 * Custom


 * Home
 * MEN
 * Youth
 * Custom

All Categories

 * All Categories
 * Men
 * Youth
 * Custom

Search

0 $0.00

 * Your shopping cart is empty!

 * $ Currency 
    * € Euro
    * £ Pound Sterling
    * $ US Dollar

 * Language 
    * English

 * * My Account
     * Register
     * Login
   
   


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 Return Policy  



YOUR ACCOUNT HAS BEEN CREATED!

Thank you for registering with Store!

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

MORE IOWA HAWKEYES JERSEYS


FAN JERSEYS STORE

Shop for University of Iowa football jerseys,Free Shipping Overs $50

Read more
PrevNext
1

MORE IOWA HAWKEYES JERSEYS


FAN JERSEYS STORE

Shop for University of Iowa football jerseys,Free Shipping Overs $50

Read more


NEW ARRIVALS

Shop your team apparel form our Iowa Hawkeyes Fan online store

 * MEN
 * Youth
 * Custom

-70%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES LUKA GARZA 2020-21 ALL-AMERICA WINNER JERSEY BLACK GOLDEN LIMITED

$69.99 $229.99

Add to Cart
-25%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES PATRICK MCCAFFERY BLACK #22 REPLICA JERSEY 2022-23 COLLEGE
BASKETBALL

$59.99 $79.99

Add to Cart
-61%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES LUKA GARZA 2020-21 ALL-AMERICA WINNER JERSEY BLACK GOLDEN LIMITED

$89.99 $229.99

Add to Cart
-40%
Quick View Add to Wish List Compare this Product

CAITLIN CLARK #22 IOWA HAWKEYES B1G TOURNAMENT CHAMPIONSHIP GOLD JERSEY 2022

$59.99 $99.99

Add to Cart
-36%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CADE MCNAMARA JERSEY 2022 COLLEGE FOOTBALL WHITE #12 MEN'S SHIRT

$69.99 $109.99

Add to Cart
-36%

Quick View Add to Wish List Compare this Product

CADE MCNAMARA IOWA HAWKEYES #12 BLACK JERSEY 2022 COLLEGE FOOTBALL MEN'S UNIFORM

$69.99 $109.99

Add to Cart
-42%

Quick View Add to Wish List Compare this Product

JOE LABAS IOWA HAWKEYES #5 BLACK JERSEY 2022 REPLICA FOOTBALL MEN'S UNIFORM

$69.99 $119.99

Add to Cart
-42%

Quick View Add to Wish List Compare this Product

KAEVON MERRIWEATHER IOWA HAWKEYES #26 BLACK JERSEY 2022 REPLICA FOOTBALL MEN'S
UNIFORM

$69.99 $119.99

Add to Cart
-42%

Quick View Add to Wish List Compare this Product

SPENCER PETRAS IOWA HAWKEYES #7 BLACK JERSEY 2022 REPLICA FOOTBALL MEN'S UNIFORM

$69.99 $119.99

Add to Cart
-42%

Quick View Add to Wish List Compare this Product

COOPER DEJEAN IOWA HAWKEYES #3 BLACK JERSEY 2022 REPLICA FOOTBALL MEN'S UNIFORM

$69.99 $119.99

Add to Cart

-9%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES LUKA GARZA BLACK REPLICA COLLEGE BASKETBALL JERSEY

$49.99 $54.99

Add to Cart
-25%
Quick View Add to Wish List Compare this Product

JOE WIESKAMP IOWA HAWKEYES BLACK REPLICA COLLEGE BASKETBALL YOUTH JERSEY

$59.99 $79.99

Add to Cart
-25%
Quick View Add to Wish List Compare this Product

LUKA GARZA IOWA HAWKEYES BLACK REPLICA COLLEGE BASKETBALL YOUTH JERSEY

$59.99 $79.99

Add to Cart
-9%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES BLACK REPLICA BASKETBALL JERSEY

$49.99 $54.99

Add to Cart
-9%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CUSTOM BLACK REPLICA COLLEGE BASKETBALL JERSEY

$49.99 $54.99

Add to Cart
-9%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES JOE WIESKAMP BLACK REPLICA COLLEGE BASKETBALL JERSEY

$49.99 $54.99

Add to Cart
-9%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CONNOR MCCAFFERY BLACK REPLICA COLLEGE BASKETBALL JERSEY

$49.99 $54.99

Add to Cart
-9%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CJ FREDRICK BLACK REPLICA COLLEGE BASKETBALL JERSEY

$49.99 $54.99

Add to Cart
-9%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES JACK NUNGE BLACK REPLICA COLLEGE BASKETBALL JERSEY

$49.99 $54.99

Add to Cart
-9%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES JORDAN BOHANNON BLACK REPLICA COLLEGE BASKETBALL JERSEY

$49.99 $54.99

Add to Cart

-42%
New
Quick View Add to Wish List Compare this Product

CUSTOM IOWA HAWKEYES #00 BLACK JERSEY 2022 REPLICA FOOTBALL MEN'S UNIFORM

$69.99 $119.99

Add to Cart
-25%
New
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CUSTOM WHITE 2020-21 HOME COLLEGE BASKETBALL JERSEY

$59.99 $79.99

Add to Cart
-38%
New
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CUSTOM JERSEY 2022 COLLEGE FOOTBALL BLACK #00 MEN'S SHIRT

$74.99 $119.99

Add to Cart
-38%
New
Quick View Add to Wish List Compare this Product

CUSTOM IOWA HAWKEYES #00 WHITE JERSEY 2022 COLLEGE FOOTBALL MEN'S UNIFORM

$74.99 $119.99

Add to Cart
-36%
New

Quick View Add to Wish List Compare this Product

CUSTOM #00 IOWA HAWKEYES EQUALITY BLACK JERSEY 2022 NCAA BIG TEN

$69.99 $109.99

Add to Cart
-25%
New

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CUSTOM COLLEGE BASKETBALL REPLICA UNIFORM BLACK #00 JERSEY 2022-23

$59.99 $79.99

Add to Cart
-25%
New

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES BLACK VAPOR ELITE CUSTOM JERSEY COLLEGE BASEBALL

$59.99 $79.99

Add to Cart
-38%
New

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CUSTOM 2020-21 BLACK GOLDEN EDITION AUTHENTIC LIMITED JERSEY

$79.99 $129.99

Add to Cart
-33%
New

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CUSTOM GOLD COLLEGE FOOTBALL MEN'S ALTERNATE GAME JERSEY

$89.99 $134.99

Add to Cart
-25%
New

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CUSTOM BLACK 2020-21 REPLICA COLLEGE BASKETBALL JERSEY MEN

$59.99 $79.99

Add to Cart



BEST SELLER

We are committed to providing the best products and friendliest customer
service.

-9%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CUSTOM BLACK REPLICA COLLEGE BASKETBALL JERSEY

$49.99 $54.99

Add to Cart
-18%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES BARRINGTON WADE BLACK UNTOUCHABLE FOOTBALL JERSEY

$69.99 $84.99

Add to Cart
-25%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES AMARION NIMMERS BLACK #2 REPLICA JERSEY 2022-23 COLLEGE BASKETBALL

$59.99 $79.99

Add to Cart
-40%
Quick View Add to Wish List Compare this Product

IOWA HAWKEYES PAYTON SANDFORT WHITE #20 JERSEY COLLEGE BASKETBALL

$59.99 $99.99

Add to Cart
-38%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES JOE LABAS JERSEY 2022 COLLEGE FOOTBALL BLACK #5 MEN'S SHIRT

$74.99 $119.99

Add to Cart
-36%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES CADE MCNAMARA JERSEY 2022 COLLEGE FOOTBALL WHITE #12 MEN'S SHIRT

$69.99 $109.99

Add to Cart
-55%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES SPLIT MICHIGAN WOLVERINE CADE MCNAMARA #12 WHITE GOLD MEN'S
FOOTBALL JERSEY

$89.99 $199.99

Add to Cart
-33%

Quick View Add to Wish List Compare this Product

IOWA HAWKEYES LUKA GARZA #55 BLACK BASKETBALL JERSEY DRI-FIT SWINGMAN

$59.99 $89.99

Add to Cart



SIGN UP FOR LATEST NEWS

Newsletter

Subscribe


ABOUT US

We are committed to providing the best products and friendliest customer
service. If you should have any questions about ordering or a question about any
of our great products, please feel free to contact us with the information
provided below.

 * order@priorityservice.org

INFORMATION

 * About Us
 * Delivery Information
 * Return Policy
 * Terms & Conditions
 * Size Chart
 * Contact Us
 * Returns

OUR TWITTER FEED



INSTAGRAM



Powered By iowa hawkeyes Fan Shop. Store © 2023