Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey

Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey

build-white-camo-soccer-pink-jersey-sublimation-salute-to-service-soccer-uniform-soccer0213-online

$13.93 $16.99
1+
18%Off
$13.25 $16.99
10+
22%Off
$12.74 $16.99
20+
25%Off
$12.23 $16.99
50+
28%Off
$11.89 $16.99
100+
30%Off
$11.04 $16.99
250+
35%Off
$10.19 $16.99
500+
40%Off
$9.34 $16.99
1000+
45%Off
Quantity :
-
1
+
Shipping cost:
--- to --- via ---
More options
Estimated delivery time:
---
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
uy']['buy_status']) && ($data['info']['limit_buy']['buy_status'] !== '')?$data['info']['limit_buy']['buy_status']:0)); ?>"; if (is_limit == 0) { $('#buy .ksh-btn-paypal').closest('.shopping_btn').show(); } } if ($('#buy .ksh-btn-buy').closest('.shopping_btn').data('display') == 1) { $('#buy .ksh-btn-buy').closest('.shopping_btn').show(); } $('#buy .btn_disable').closest('.shopping_btn').hide(); $('#buy .ksh-sold-out').closest('.shopping_btn').hide(); $('#buy .ksh-sold-out').text(__('BUY NOW')); $('#buy .ksh-arrival_notice').closest('.shopping_btn').hide(); if (re_num == 1) { $(".quantity_num").text(data.data.min_buy_num); var maxnum = parseInt($(".quantity_num").attr('data-maxnum')); if (maxnum == 0 || maxnum > data.data.min_buy_num) { $(".quantity_box .add_btn").removeClass('disable'); } else { $(".quantity_box .add_btn").addClass('disable'); } } } function updateWholesalePrice(dataArray, org_price) { var container = $('#wholesale_price'); container.empty(); if (Array.isArray(dataArray) && dataArray.length > 0) { $.each(dataArray, function(index, item) { var html = '
'; html += '' + item.currency_price + ''; html += '' + org_price + ''; html += '
'; html += '' + item.num_text + ''; html += '
' + item.off + '
'; html += '
'; html += '
'; container.append(html); }); $(".quantity_box .wholesale_add_btn").removeClass('disable'); $(".quantity_box .wholesale_quantity_num").attr('contenteditable', true); $(".quantity_box .wholesale_reduce_btn").removeClass('disable'); $(".wholesaleBuyNow").removeClass('btn_disable'); $("#wholesaleBuyNowMorePay").removeClass('btn_disable'); $(".wholesaleCart").removeClass('btn_disable'); } else { var html = '
'; html += '

'; html += '
'; container.append(html); $(".quantity_box .wholesale_add_btn").addClass('disable'); $(".quantity_box .wholesale_reduce_btn").addClass('disable'); $(".quantity_box .wholesale_quantity_num").attr('contenteditable', false); $(".wholesaleBuyNow").addClass('btn_disable'); $("#wholesaleBuyNowMorePay").addClass('btn_disable'); $(".wholesaleCart").addClass('btn_disable'); } } var customStyle = "1"; function getCustom() { let product_id = $("#product_id").val(); let viewhtml_type = "formal"; $.ajax({ type: "POST", url: "//www.teamcheap.com/product/index/getCustom", data: {product_id:product_id, viewhtml_type:viewhtml_type}, dataType: 'JSON', async: false, success: function (data) { if (data.code == 200 && data.data) { $.each(data.data, function(key, val){ let img = val.image ? `${val.imgAlt}` : '' $(".product_custom_box").eq(key).find(".product_custom_title").find(".title-box").html(` ${img} ${val.title ? `<${val.title_type||'div'} class="customize-title">${val.title}` : ''} `); if(!img && !val.title && customStyle == 2) { $(".product_custom_box").eq(key).find(".product_custom_title").hide() } $(".product_custom_box").eq(key).find(".product_custom").html(val.content); }) } } }); } getCustom(); function getTagroup() { let product_id = $("#product_id").val(); let viewhtml_type = "formal"; $.ajax({ type: "POST", url: "//www.teamcheap.com/product/index/getTagroup", data: {product_id:product_id, viewhtml_type:viewhtml_type}, dataType: 'JSON', async: false, success: function (data) { if (data.code == 200 && data.data) { $.each(data.data, function(key, val){ let html = ''; $.each(val.group, function(tag_key, tag_val){ //有show_text 下标 if (tag_val.show_text) { switch (tag_val.type) { case 1: case 2: case 3: case 4: html += `
${tag_val.show_text}
`; break; case 5: case 6: //tag_val.show_text 存在判断 if (tag_val.show_text.length > 0) { $.each(tag_val.show_text, function(show_key, show_val){ html += `
${show_val}
`; }) } break; } } }) $(".tag_group_list").eq(key).html(html); }); } } }); } getTagroup(); var mainImageData = null; async function main_image(spec_value) { let product_id = $("#product_id").val(); // 判断变量是否已有值 if (mainImageData == null) { try { const res = await fetch('/product/Index/getMainImage.html', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ product_id: product_id }) }); // 捕获并处理错误 if (!res.ok) throw new Error('请求失败'); mainImageData = await res.json(); // 存起来 } catch (err) { console.error('请求失败', err); } } if (mainImageData != null && mainImageData.data && mainImageData.data.spec_value) { for (let i = 0; i < mainImageData.data.spec_value.length; i++) { if (mainImageData.data.spec_value[i].spec_value_id == spec_value) { let main_image = mainImageData.data.spec_value[i].main_image; //如何替换掉当前产品的图片 let img_type = "left" if(img_type == "left"){ // 左侧缩略图 let $swiperContainer = $('.tailorism_info_left_imgs_type2 .tailorism_info_left_imgs_type2_swiper .swiper-wrapper') let html = '' main_image.map((item, index) => { // 1图片 2本地视频 3youtube if(item.type == 1) { html += `
` } else { html += `
` } }) $swiperContainer.html(html) mySwiper_type2 = new Swiper('.tailorism_info .tailorism_info_type2_swiper',{ direction: 'vertical', slidesPerView: 5, spaceBetween : 10, // slideToClickedSlide: true, navigation: { nextEl: '.tailorism_info .tailorism_info_type2_swiper-button-next', prevEl: '.tailorism_info .tailorism_info_type2_swiper-button-prev', }, breakpoints: { 601: { spaceBetween : 20, } } }); $swiperContainer.find('.swiper-slide').eq(0).click() } else if(img_type == "tile"){ // 两列平铺 let $tileImgContainer = $('.tailorism_info_left_imgs_type3') let html = '' main_image.map((item, index) => { // 1图片 2本地视频 3youtube if(item.type == 1) { html += `
Zoomed Image
` } else { html += `
` if(item.type == 3 && item.video_cover) { html += `
Custom Camo Pink-White Sublimation Salute To Service Soccer Uniform Jersey
`; } if(item.type == 2 && item.video_cover) { html += `
`; } if(item.type == 3) { html += ``; } else { html += ``; } html += `
` } }) if(main_image.length == 0) { html = `` } $tileImgContainer.html(html) } else { // 底部缩略图 let $swiperContainer = $('.tailorism_info_left_imgs_type1 .tailorism_info_left_imgs_type1_swiper .swiper-wrapper') let html = '' main_image.map((item, index) => { // 1图片 2本地视频 3youtube if(item.type == 1) { html += `
` } else { html += `
` } }) $swiperContainer.html(html) mySwiper_type1 = new Swiper('.tailorism_info .tailorism_info_type1_swiper',{ slidesPerView: 5, spaceBetween : 10, // slideToClickedSlide: true, navigation: { nextEl: '.tailorism_info .tailorism_info_type1_swiper-button-next', prevEl: '.tailorism_info .tailorism_info_type1_swiper-button-prev', }, breakpoints: { 601: { spaceBetween : 20, } } }); $swiperContainer.find('.swiper-slide').eq(0).click() } // 图片预览功能 let $previewImgSwiperWrap = $('.detailInfoImgPreviewBox.preview-img-swiper-wrapper .swiper-wrapper') let preview_img_html = '' main_image.map((item, index) => { preview_img_html += `
` }) $previewImgSwiperWrap.html(preview_img_html) proDetailsPreviewImgSwiper = new Swiper(".preview-img-swiper .mySwiper", { loop: true, slidesPerView: 1, initialSlide: 0, navigation: { nextEl: ".detailInfoImgPreviewBox.preview-img-swiper-wrapper .swiper-button-next", prevEl: ".detailInfoImgPreviewBox.preview-img-swiper-wrapper .swiper-button-prev", }, on: { slideChange: function () { $previewImgBox = $('.detailInfoImgPreviewBox.preview-img-swiper-wrapper .img-box') $previewImg = $('.detailInfoImgPreviewBox.preview-img-swiper-wrapper .img-box .img') $previewImgBox.removeClass("zoom"); $previewImg.css('transform', 'scale(1)'); $previewImg.css('transform-origin', '50% 50%'); } } }); } } } }

Note

Production:

After the purchase, the processing time is about 5 –7  business days because each garment is handcrafted for you from scratch in our workshop.

 

Returns:

You may return your purchase for a replacement or refund within 30 days of receipt.But unauthorized returns and refused packages may not be eligible for refund.

 

Modify:

Once you finish payment, the order cannot be modified unless your order is not in production. Please make sure all your information is correct before submitting your order.

 

Tariff Information:

Due to recent tariff changes, please be assured that there will be NO ADDITIONAL FEES for any orders. All costs will be fully covered by 360iMcustom. 

Shipping

Receiving Time

Receiving Time = Processing Time + Shipping Time

Processing Time

5-7 business days

Shipping Time

Standard Shipping: 8-10 business days

Rush DHL / FedEx / UPS Shipping (3-5 business days)

  • We offer FREE Shipping Orders $50+ on all orders with standard shipping (8-10 business days) worldwide. 
  • In the meantime, we also offer Expedited DHL / FedEx / UPS Shipping service (3-5 business days).The cost for expedited DHL / FedEx / UPS service to United States is: 
    ㅇ $27.99 Order under $50
    ㅇ $38.99  Order $50.00 - $169.00
    ㅇ $49.99  Order $170-$500
    ㅇ $99.99  Order $501-$1000
    ㅇ $164.99 Order $1001-$2000
    ㅇ $249.99 Order  $2001-$3000
    ㅇ $274.99 Order $3001-$5000
    ㅇ $414.99 Order  $5001-$9900
    ㅇ $659.99  Order Over $9900

 


Purchasing expedited shipping does not shorten production time, it only speeds up the shipping time.

You will receive a shipping confirmation email once your order is ready to ship.

Description

Custom Camo Soccer Uniform Jersey

Score big on the soccer field with 360iMcustom custom soccer jersey. This isn't just any jersey - it's a build masterpiece that showcases your unique style and passion for the game. Get ready to dazzle the crowd in your customized uniform with preferred numbers.

Our tailored soccer jersey allows you to create your own design, adding your name, team logo, and your preferred number. Made from high-quality materials, it offers exceptional comfort, breathability, and durability, ensuring you perform at your best on the pitch.

Whether you're playing in a local league, participating in tournaments, or supporting your favorite team from the stands, our built jersey will make you stand out. It's not just apparel; it's a symbol of your dedication and love for the game. Command attention on the field with your personalized uniform featuring your chosen number.

With our designed soccer jerseys, you have the freedom to choose the colors, fonts, and styles that match your team's identity or special taste. Every detail is carefully crafted, from the logo placement to the design elements, to deliver a professional and eye-catching look.

Each 360iMcustom tailored soccer jersey is meticulously personalized with the following features:

  • Material: Made from 100% polyester wicking knit with 95% polyester / 5% spandex wicking pinhole mesh
  • Jerseys with sublimation printed name and numbers
  • Moisture-wicking fabric has spongy handle, good draping property and elasticity as well as good dimensional stability and wrinkle-resistance
  • Breathable & quick-drying
  • Athletic cut & exquisite stitching not easy to fall off
  • Slim fit follows your body's shape closely to let you move freely
  • Ventilated mesh panel insertsy
  • Set includes jersey, shorts with drawstring elastic waistband
  • Tagless collar offers clean comfort
  • Machine washable, tumble dry low
  • Imported

Reviews

(517 Reviews)
1 star

0%
2 star

0%
3 star

1.16%
4 star

1.16%
5 star

97.68%
Average rating: 4.96 based on 517 reviews
Share your thoughts with other customers
Write a Review
Most Recent
Most Recent
Earliest
Highest Rating
Lowest Rating
Pictures First
Most Recent
Most Recent
Earliest
Highest Rating
Lowest Rating
Pictures First
V
V****r

The quality is amazing and the customer service is excellent. We will definitely order from here again.

Jun.25, 2025 12:00:30
Was this review helpful? (1)
G
G****t

Love it!!

Jun.18, 2025 17:46:41
Was this review helpful? (0)
C
C****l

I love this jersey!! Fabric is nice and the customization was spot on!

Jun.15, 2025 20:37:58
Was this review helpful? (0)
B
B****n

Their uniforms are always of excellent quality

Jun.15, 2025 20:10:30
Was this review helpful? (0)
W
W****e

The jersey came out better than I expected and was delivered quickly. I usually wear a medium and went by their size guide and sized up to a large and it fit perfectly. The material & stitching came out phenomenal

Jun.12, 2025 11:37:05
Was this review helpful? (0)

Coupon xxxxxxxx has been successfully claimed

Coupon xxxxxxxx repeated collection

Failed to receive coupon xxxxxxx