merch.ubisoft.com Open in urlscan Pro
35.241.7.148  Public Scan

Submitted URL: https://ubisoft.pxf.io/eOWVQ
Effective URL: https://merch.ubisoft.com/six-invitational-custom-jersey/?irclickid=3IiyXa2JexyIToh2vQx9iVURUkBXMT3qEUVeVs0&irgwc=1&ncid=2...
Submission Tags: falconsandbox
Submission: On October 11 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <button class="button-quicksearch" type="submit">
        <i class="icon" aria-hidden="true"><svg><use xlink:href="#icon-search"></use></svg></i>
      </button>
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="What are you looking for?" autocomplete="off">
    </div>
  </fieldset>
</form>

/search.php

<form class="form" action="/search.php">
  <fieldset class="form-fieldset">
    <div class="form-field">
      <label class="is-srOnly" for="search_query">Search</label>
      <input class="form-input" data-search-quick="" name="search_query" id="search_query" data-error-message="Search field cannot be empty." placeholder="What are you looking for?" autocomplete="off">
      <button class="button-quicksearch" type="submit">
        <i class="icon" aria-hidden="true"><svg><use xlink:href="#icon-search"></use></svg></i>
      </button>
    </div>
  </fieldset>
</form>

POST /postreview.php

<form class="form writeReview-form" action="/postreview.php" method="post">
  <fieldset class="form-fieldset">
    <div class="form-field form-field--select">
      <label class="form-label" for="rating-rate">Rating <small>Required</small>
      </label>
      <!-- Stars -->
      <!-- TODO: Review Stars need to be componentised, both for display and input -->
      <select id="rating-rate" class="form-select" name="revrating"> TEST <option value="">Select Rating</option>
        <option value="1">1 star (worst)</option>
        <option value="2">2 stars</option>
        <option value="3">3 stars (average)</option>
        <option value="4">4 stars</option>
        <option value="5">5 stars (best)</option>
      </select>
    </div>
    <!-- Name -->
    <div class="form-field form-field--input form-field--inputText" id="revfromname" data-validation="">
      <label class="form-label" for="revfromname_input">Name </label>
      <input type="text" id="revfromname_input" data-label="Name" name="revfromname" class="form-input" aria-required="">
    </div>
    <!-- Email -->
    <div class="form-field form-field--input form-field--inputText" id="email" data-validation="">
      <label class="form-label" for="email_input">Email <small>Required</small>
      </label>
      <input type="text" id="email_input" data-label="Email" name="email" class="form-input" aria-required="false">
    </div>
    <!-- Review Subject -->
    <div class="form-field form-field--input form-field--inputText" id="revtitle" data-validation="">
      <label class="form-label" for="revtitle_input">Review Subject <small>Required</small>
      </label>
      <input type="text" id="revtitle_input" data-label="Review Subject" name="revtitle" class="form-input" aria-required="true">
    </div>
    <!-- Comments -->
    <div class="form-field form-field--textarea" id="revtext" data-validation="">
      <label class="form-label" for="revtext_input">Comments <small>Required</small>
      </label>
      <textarea name="revtext" id="revtext_input" data-label="Comments" rows="" aria-required="true" class="form-input"></textarea>
    </div>
    <div class="form-field form-field--submit">
      <input type="submit" class="button button--primary" value="Submit Review">
    </div>
    <input type="hidden" name="product_id" value="1479">
    <input type="hidden" name="action" value="post_review">
  </fieldset>
</form>

POST https://merch.ubisoft.com/cart.php

<form class="form swatches--round" method="post" action="https://merch.ubisoft.com/cart.php" enctype="multipart/form-data" data-cart-item-add="">
  <input type="hidden" name="action" value="add">
  <input type="hidden" name="product_id" value="1479">
  <div data-product-option-change="" style="" class="product-option_merch">
    <div class="form-field show-selected-option " data-product-attribute="set-rectangle">
      <label class="form-label form-label--alternate form-label--inlineSmall">
        <p id="Size">Size: <span data-option-value=""></span>
          <small class="required-label" style="margin-left:0px;">*</small> <button id="view-size-chart" type="button">View size chart</button>
        </p>
      </label>
      <input class="form-radio" type="radio" id="attribute_rectangle_2778_6974" data-option-label="XS" name="attribute[2778]" value="6974" checked="" data-default="" required="" data-state="false">
      <label class="form-option" for="attribute_rectangle_2778_6974" data-product-attribute-value="6974">
        <span class="form-option-variant">XS</span>
      </label>
      <input class="form-radio" type="radio" id="attribute_rectangle_2778_6975" data-option-label="S" name="attribute[2778]" value="6975" required="" data-state="false">
      <label class="form-option" for="attribute_rectangle_2778_6975" data-product-attribute-value="6975">
        <span class="form-option-variant">S</span>
      </label>
      <input class="form-radio" type="radio" id="attribute_rectangle_2778_6976" data-option-label="M" name="attribute[2778]" value="6976" checked="" data-default="" required="" data-state="true">
      <label class="form-option" for="attribute_rectangle_2778_6976" data-product-attribute-value="6976">
        <span class="form-option-variant">M</span>
      </label>
      <input class="form-radio" type="radio" id="attribute_rectangle_2778_6977" data-option-label="L" name="attribute[2778]" value="6977" required="" data-state="false">
      <label class="form-option" for="attribute_rectangle_2778_6977" data-product-attribute-value="6977">
        <span class="form-option-variant">L</span>
      </label>
      <input class="form-radio" type="radio" id="attribute_rectangle_2778_6978" data-option-label="XL" name="attribute[2778]" value="6978" required="" data-state="false">
      <label class="form-option" for="attribute_rectangle_2778_6978" data-product-attribute-value="6978">
        <span class="form-option-variant">XL</span>
      </label>
      <input class="form-radio" type="radio" id="attribute_rectangle_2778_6979" data-option-label="2XL" name="attribute[2778]" value="6979" required="" data-state="false">
      <label class="form-option" for="attribute_rectangle_2778_6979" data-product-attribute-value="6979">
        <span class="form-option-variant">2XL</span>
      </label>
    </div>
    <div class="form-field show-selected-option merch_swatches" data-product-attribute="set-rectangle">
      <label class="form-label form-label--alternate form-label--inlineSmall">
        <p id="Color">Color: <span data-option-value=""></span>
          <small class="required-label" style="margin-left:0px;">*</small>
        </p>
      </label>
      <input class="form-radio" type="radio" id="attribute_rectangle_2779_6980" data-option-label="White" name="attribute[2779]" value="6980" checked="" data-default="" required="" data-state="true">
      <label class="form-option colored" for="attribute_rectangle_2779_6980" data-product-attribute-value="6980" style="background: rgb(254, 254, 254);">
        <span class="form-option-variant"></span>
      </label>
    </div>
  </div>
  <div class="ubi-flex ubi-flex-bottom">
    <div class="form-field form-field--increments">
      <label class="form-label form-label--alternate" for="qty[]">Quantity:</label>
      <div class="form-increment" data-quantity-change="">
        <button class="button button--icon" data-action="dec">
          <span class="is-srOnly">Decrease Quantity:</span>
          <i class="icon" aria-hidden="true">
	                        <svg>
	                            <use xlink:href="#icon-remove"></use>
	                        </svg>
	                    </i>
        </button>
        <input class="form-input form-input--incrementTotal" id="qty[]" name="qty[]" type="number" value="1" data-quantity-min="0" data-quantity-max="0" min="1" pattern="[0-9]*" aria-live="polite">
        <button class="button button--icon" data-action="inc">
          <span class="is-srOnly">Increase Quantity:</span>
          <i class="icon" aria-hidden="true">
	                        <svg>
	                            <use xlink:href="#icon-add"></use>
	                        </svg>
	                    </i>
        </button>
      </div>
    </div>
    <div class="productView-price">
      <div class="price-section price-section--withoutTax rrp-price--withoutTax pricing-details--hidden" style="display: none;"> MSRP: <span data-product-rrp-price-without-tax="" class="price price--rrp">
        </span>
      </div>
      <div class="price-section price-section--withoutTax" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
        <span class="price-label " style="">
        </span>
        <span data-product-price-without-tax="" class="price price--withoutTax">$59.99</span>
        <meta itemprop="availability" itemtype="http://schema.org/ItemAvailability" content="http://schema.org/InStock">
        <meta itemprop="itemCondition" itemtype="http://schema.org/OfferItemCondition" content="http://schema.org/Condition">
        <div itemprop="priceSpecification" itemscope="" itemtype="http://schema.org/PriceSpecification">
          <meta itemprop="price" content="59.99">
          <meta itemprop="priceCurrency" content="USD">
          <meta itemprop="valueAddedTaxIncluded" content="false">
        </div>
      </div>
      <div class="price-section price-section--withoutTax non-sale-price--withoutTax pricing-details--hidden" style="display: none;">
        <span data-product-non-sale-price-without-tax="" class="price price--non-sale">
        </span>
      </div>
      <div class="price-section price-section--saving price pricing-details--hidden" style="display: none;">
        <span class="price">(You save</span>
        <span data-product-price-saved="" class="price price--saving">
        </span>
        <span class="price">)</span>
      </div>
    </div>
  </div>
  <div class="form-field form-field--stock u-hiddenVisually">
    <label class="form-label form-label--alternate">
      <span data-product-stock=""></span> items in stock </label>
  </div>
  <div class="alertBox productAttributes-message" style="display:none">
    <div class="alertBox-column alertBox-icon">
      <icon glyph="ic-success" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
          <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path>
        </svg></icon>
    </div>
    <p class="alertBox-column alertBox-message"></p>
  </div>
  <div class="productView-info-bulkPricing"></div>
  <div class="form-action form-addToCart">
    <input id="form-action-addToCart" data-wait-message="Adding to cart…" class="button button--primary" type="submit" value="Add to Cart" style="display: none;">
    <input id="zakeke-button" type="button" value="Customize" class="button button-primary button--primary">
  </div>
  <!-- snippet location product_addtocart -->
</form>

POST /wishlist.php?action=add&product_id=1479

<form action="/wishlist.php?action=add&amp;product_id=1479" class="form form-wishlist form-action" data-wishlist-add="" method="post">
  <a aria-controls="wishlist-dropdown" aria-expanded="false" class="button dropdown-menu-button dropdown-menu-button-wishList" data-dropdown="wish-list-dropdown">
        <i class="icon" aria-hidden="true"><svg><use xlink:href="#icon-heart"></use></svg></i>
    </a>
  <ul aria-hidden="true" class="dropdown-menu dropdown-menu-wishList" data-dropdown-content="" id="wish-list-dropdown" tabindex="-1">
    <li>
      <input class="button" type="submit" value="Add to My Wish List">
    </li>
    <li>
      <a data-wishlist="" class="button" href="/wishlist.php?action=addwishlist&amp;product_id=1479">Create New Wish List</a>
    </li>
  </ul>
</form>

Text Content

 * Games external-link
 * Ubisoft+ external-link
 * Gear
 * Support external-link


Toggle menu

 * Our Worlds
    * Focus on
      * Photo Mode
      * Assassin's Creed Valhalla
      * For Honor Figurine Customizer
      * 100% Recycled Collection
    * Brands A-F
      * Anno
      * Assassin's Creed
      * Beyond Good and Evil 2
      * Brawlhalla
      * Child of Light
      * Extraction
      * Far Cry
    * Brands F-M
      * For Honor
      * Ghost Recon
      * Hungry Shark
      * Hyper Scape
      * Immortals Fenyx Rising
      * Just Dance
      * Mythic Quest
    * Brands M-Z
      * Raving Rabbids
      * Rayman
      * Rocksmith +
      * Six Siege
      * The Division
      * Ubisoft
      * Watch Dogs
      * Werewolves Within
    * Spotlight
      

 * Apparel
    * Clothing
      * Hoodies
      * T-Shirts
      * Sweaters
      * Jackets
      * Tank Tops
      * For Kids
    * Accessories
      * Face Masks/Scarves
      * Hats
      * Bags
      * Stickers
      * Flip Flops
      * Socks
    * Spotlight
      

 * Home and Living
    * For Home
      * Mugs
      * Water Bottles
      * Pillows
      * Towels
    * Spotlight
      

 * Wall Art
    * Shop By Brands
      * Assassins Creed Art
      * Six Siege Art
      * Watch Dogs Art
      * Far Cry Art
      * For Honor Art
      * Child Of Light Art
    * Shop By Type
      * Fine Art Print
      * Art Block
      * Museum Canvas
      * Framed & Matted Prints
      * Canvas Framed
      * Metal Prints
      * Mini Art Block
    * Spotlight
      

 * Collectibles
    * Shop by brands
      * Assassin's Creed Collectibles
      * For Honor Collectibles
      * Six Siege Collectible
    * Special Items
      * Board Games
      * Collector's Edition
    * Figurines
      * Customizable Figurines
      * Limited Edition
      * Legendary Figurines
      * Articulated Figurines
    * Spotlight
      

 * ESports
    * Esports
      * Six Major
      * 2021 Six Invitational
      * Ubisoft Esports Originals
      * North American League
    * Spotlight
      

 * Help
    * Shopping Guide
      * Art Guide
      * Size Guide
    * About
      * Contact us / Help

Search
 * 
 * 
 * 0
   

Search


FAR CRY 6 IS NOW AVAILABLE! JOIN THE GUERILLA WITH STYLE
 * Home
 * Our Worlds
 * Brands M-Z
 * Six Siege
 * Six Invitational Customizable Jersey

Customize it


SIX SIEGE ESPORT


SIX INVITATIONAL CUSTOMIZABLE JERSEY


(No reviews yet) Write a Review


WRITE A REVIEW

×

SIX SIEGE ESPORT

SIX INVITATIONAL CUSTOMIZABLE JERSEY

Rating Required TEST Select Rating 1 star (worst) 2 stars 3 stars (average) 4
stars 5 stars (best)
Name
Email Required
Review Subject Required
Comments Required


 * 
 * 
 * 
 * 

Size: * View size chart

XS S M L XL 2XL

Color: *

Quantity:
Decrease Quantity: Increase Quantity:
MSRP:
$59.99


(You save )
items in stock





 * 
 * Create New Wish List

share
 * 
 * 
 * 
 * 
 * 
   




DESCRIPTION

Exclusive to the Ubisoft Store, show your support for this Epic Tournament with
this new and Official Six Siege Invitational jersey. Made for comfort with a
relaxed fit, this jersey features the Official event logo and a unique and
exclusive Ubisoft design.

 * 95% polyester, 5% elastane
 * Premium knit mid-weight jersey
 * Four-way stretch fabric that stretches and recovers on the cross and
   lengthwise grains
 * Regular fit

 


SIZE GUIDE

  XS S M L XL 2XL Chest (inches) 31 ⅛ 34 ¼ 37 ⅜ 42 ⅛ 46 ⅞ 51 ⅝

 

Need help choosing the right size ?

 
 
 
 
×




RELATED PRODUCTS

Previous

Six Siege Esport

SIX MEXICO MAJOR - CUSTOMIZABLE PRO JERSEY - GOLD

MSRP:
$59.99

More colors available

Six Siege Esport

SIX MAJOR - CUSTOMIZABLE PRO JERSEY - GREY

MSRP:
$59.99

More colors available

Six Siege Esport

SIX MAJOR - CUSTOMIZABLE PRO JERSEY - GREEN

MSRP:
$59.99

More colors available
Limited Edition


Six Siege Esport

SIX INVITATIONAL OFFICIAL CAP

MSRP:
$29.99



Six Siege Esport

SIX MEXICO MAJOR - CUSTOMIZABLE PRO JERSEY - RED

MSRP:
$59.99

More colors available

Six Siege Esport

SIX MEXICO MAJOR - CUSTOMIZABLE PRO JERSEY - GOLD

MSRP:
$59.99

More colors available

Six Siege Esport

SIX MAJOR - CUSTOMIZABLE PRO JERSEY - GREY

MSRP:
$59.99

More colors available

Six Siege Esport

SIX MAJOR - CUSTOMIZABLE PRO JERSEY - GREEN

MSRP:
$59.99

More colors available
Limited Edition


Six Siege Esport

SIX INVITATIONAL OFFICIAL CAP

MSRP:
$29.99



Six Siege Esport

SIX MEXICO MAJOR - CUSTOMIZABLE PRO JERSEY - RED

MSRP:
$59.99

More colors available

Six Siege Esport

SIX MEXICO MAJOR - CUSTOMIZABLE PRO JERSEY - GOLD

MSRP:
$59.99

More colors available

Six Siege Esport

SIX MAJOR - CUSTOMIZABLE PRO JERSEY - GREY

MSRP:
$59.99

More colors available

Six Siege Esport

SIX MAJOR - CUSTOMIZABLE PRO JERSEY - GREEN

MSRP:
$59.99

More colors available
Next
 * 1
 * 2


CUSTOMERS ALSO VIEWED

Previous

Assassin's Creed Valhalla

AXES T-SHIRT

MSRP:
$24.99

More colors available


Assassin's Creed Valhalla

NORDIC HOODIE

MSRP:
$74.99



Six Siege Esport

SIX INVITATIONAL - VIGIL & THERMITE

MSRP:
Was:
Now: $24.99 - $299.99

Limited Edition


Six Siege Esport

SIX INVITATIONAL OFFICIAL LIGHT BOMBER JACKET

MSRP:
$79.99



Six Siege

FLORES BADGE T-SHIRT

MSRP:
$24.99

More colors available

Six Siege

FLORES HOODIE

MSRP:
$59.99

More colors available

Assassin's Creed Valhalla

EIVOR COSPLAY HOODIE

MSRP:
$74.99


New


Assassin's Creed Valhalla

THE EIVOR HOODIE

MSRP:
$74.99



Assassin's Creed Valhalla

AXES T-SHIRT

MSRP:
$24.99

More colors available


Assassin's Creed Valhalla

NORDIC HOODIE

MSRP:
$74.99



Six Siege Esport

SIX INVITATIONAL - VIGIL & THERMITE

MSRP:
Was:
Now: $24.99 - $299.99

Limited Edition


Six Siege Esport

SIX INVITATIONAL OFFICIAL LIGHT BOMBER JACKET

MSRP:
$79.99



Six Siege

FLORES BADGE T-SHIRT

MSRP:
$24.99

More colors available

Six Siege

FLORES HOODIE

MSRP:
$59.99

More colors available

Assassin's Creed Valhalla

EIVOR COSPLAY HOODIE

MSRP:
$74.99


New


Assassin's Creed Valhalla

THE EIVOR HOODIE

MSRP:
$74.99



Assassin's Creed Valhalla

AXES T-SHIRT

MSRP:
$24.99

More colors available


Assassin's Creed Valhalla

NORDIC HOODIE

MSRP:
$74.99



Six Siege Esport

SIX INVITATIONAL - VIGIL & THERMITE

MSRP:
Was:
Now: $24.99 - $299.99

Next
 * 1
 * 2
 * 3

×



NAVIGATE

 * For Honor Custom Figurine
 * Six Invitational
 * Refer a Friend
 * Student Discount
 * Our Products
 * Size Guide
 * My Account
 * Help / Contact Us
 * Privacy Policy
 * Terms & Conditions
 * Do not sell my Personal Information
 * Photo Mode
 * Sitemap
 * Set my cookie

CATEGORIES

 * Our Worlds
 * Apparel
 * Home and Living
 * Wall Art
 * Collectibles
 * ESports
 * Help

CONNECT WITH US

 * 
 * 
 * 
 * 


2001-2021 Ubisoft Entertainment. All Rights Reserved. Ubisoft, Ubi.com and the
Ubisoft logo are trademarks of Ubisoft Entertainment in the U.S and/or other
countries




WILLKOMMEN!

Wir nutzen Cookies und Technologie-Tools, um den Traffic auf dieser Website zu
analysieren, Ihr Erlebnis zu verbessern und Ihnen Werbungen anzubieten, die auf
Ihre Interessen zugeschnitten sind. Behalten Sie die Kontrolle über Ihre Daten,
indem Sie Cookies setzen. Sie können Ihre Einwilligung jederzeit ändern oder
widerrufen. Wenn Sie Cookies ablehnen, wird die Funktionsweise unserer Website
nicht eingeschränkt, doch es kann vorkommen, dass Sie nicht alle unsere
Funktionen vollständig nutzen können. Weitere Informationen finden Sie in
unserer Datenschutzerklärung.

Ich lehne Cookies ab Cookies setzen Ich lasse Cookies zu