';var X = _this.offset().left; var Y = _this.offset().top;$("body").append(iframe_html);$('#video_iframe').css({left:X+"px",top:Y+"px"});}function removeVideoIframe(){$('#video_iframe').remove();}$(document).on('click','.mobile_close_icon',function() {removeVideoIframe();})function getSelectedPropertys(){var propertys = [];$('.sale_property_box').each(function(index,property_box){if($(property_box).attr('value_id')) {var property = {};property.prop_name = $(this).attr('property_name');property.prop_value = $(property_box).find("a.cur").attr('data_name');propertys.push(property);}});return propertys;}var mySwiper2; $(function(){ mySwiper2 = new Swiper('.wap_bigimgbox_container', { observer:true, observeParents:true, loop : true, pagination :{el: '.swiper-pagination',clickable :true,type: 'fraction',}}); $("#product_table > ul > li > a").click(function(){ if($(this).siblings('.product_table_content').is(':hidden')){ $(this).siblings('.product_table_content').slideDown(); $(this).children('.product_table_icon').addClass('on'); }else{ $(this).siblings('.product_table_content').slideUp(); $(this).children('.product_table_icon').removeClass('on'); } }); $('.write-a-review').click(function(){ $("#product_table a").removeClass("cur"); $("#product_table").find('.review_tab').addClass('cur'); $(".tabfont").each(function(){ var _this = $(this); if(_this.hasClass('write-a-review_form')){ _this.show(); }else{_this.hide()} }); }); $('#goodsimagelist').children('li:visible').each(function(index){ var _this = $(this); if(_this.attr('class') == 'cur'){ var middleimage = _this.children('a').attr('data_pic'); if(!middleimage){ return false; }$('#middleimag').attr('src', middleimage);$('#middleimag').css('opacity','1');var alt_text = _this.children('a').children('img').attr('alt');if(alt_text){$('#middleimag').attr('alt', alt_text);}if(_this.attr('data_type')=="video"){createVideoIframe(_this.attr('data_json'));}else{removeVideoIframe();} return false; } });if($('#goodsimagelist').children('li:visible').length>6){$('a.btn_prev').show();$('a.btn_next').show();}else{$('a.btn_prev').hide();$('a.btn_next').hide();} $('.smallimage').live('click', function(){ var _this = $(this); var pic = _this.attr('data_pic'); var data_img = _this.attr('data_img'); if(!pic){ return false; } var middleimage = pic; var data_id = _this.attr('data_id'); if(_this.hasClass('cur')){ data_id =0 ;middleimage = "https://us03-imgcdn.ymcart.com/87267/2022/03/12/3/4/3420942ac9debabd.png?x-oss-process=image/quality,Q_90/auto-orient,1/resize,m_lfit,w_650,h_975"; } if(data_id || data_id===0){ $('#goodsimagelist').children('li').each(function(){ $(this).attr('data_id')==data_id?$(this).show():$(this).hide(); }); }if($('#goodsimagelist').children('li:visible').length>6){$('a.btn_prev').show();$('a.btn_next').show();}else{$('a.btn_prev').hide();$('a.btn_next').hide();} $('.viewimg-list').children('.viewimg-item').removeClass('cur'); _this.parent('.viewimg-item').addClass('cur'); $('#middleimag').attr('src',middleimage ); $('#middleimag').css('opacity','1');var alt_text = _this.children('img').attr('alt');if(alt_text && !_this.hasClass('sale_property')){$('#middleimag').attr('alt', alt_text);} $(".viewpic").attr("title","Evo NXT Game Basketball") $('.viewpic').attr('download', data_img);$('.jqzoom').attr('rel', data_img);$('.bigimgbox').css('height','auto');if(_this.attr('data_type')=="video"){createVideoIframe(_this.attr('data_json'));return false;}else{removeVideoIframe();}return false; }); $('.sale_property').live('click',function(){var _this = $(this); var data_pic = $(this).attr('data_pic'); if(data_pic!=''&&data_pic!=undefined){ var container = $('#goodsimagelist'); container.children('li').removeClass('cur'); container.find('li').each(function(){ var data_pic_li = $(this).find('a').attr('data_pic'); if(data_pic==data_pic_li){ var _first = $(this).clone(); //$(this).remove(); //container.find('li:first').before(_first); $(this).addClass('cur'); } });$('#goodsimagelist').css("top","0px"); } var value_id = $(this).attr('data_id'); var sale_property_nums = '29999997';sale_property_nums = Math.floor(sale_property_nums); //如果当前属性已经选中 if($(this).hasClass('cur')) { $(this).parent().parent().find(".select_value").text(''); //删除选中样式 $(this).removeClass('cur'); //去除选中值$(this).parent().attr('value_id',''); $('#goods_stock_num').html('29999997');$(this).siblings(".sale_property").removeClass('disable');$('#goodsimagelist').children('li:visible').eq(0).addClass("cur").find('a').click();if($(this).parent().attr('select_id')!=""){$("#"+$(this).parent().attr('select_id')).find('select').val(0);$("#"+$(this).parent().attr('select_id')).find('select').change();} } else if(!$(this).hasClass('disable')) {if($(this).find('img').length>0){$(this).parent().parent().find(".select_value").text(": "+$(this).attr('data_name'));}else{$(this).parent().parent().find(".select_value").text(": "+$(this).attr('data_name'));}$(this).parent().attr('value_id',value_id); $(this).siblings(".sale_property").removeClass('cur'); $(this).addClass('cur');if($(this).parent().attr('select_id')!=""){$("#"+$(this).parent().attr('select_id')).find('select').val(value_id);$("#"+$(this).parent().attr('select_id')).find('select').change();} } //customattr if(typeof check_diy_extra_box === "function") { var selected_propertys = getSelectedPropertys(); console.log(JSON.stringify(selected_propertys)); check_diy_extra_box(selected_propertys); }//$('#goodsimagelist').css("top","0px");var finnal_sku_group = new Array();$('.sale_property_box').each(function(index,property_box){ if($(property_box).attr('value_id')) { finnal_sku_group.push($(property_box).attr('value_id')); }});if(finnal_sku_group.length ==0){$('a.sale_property').removeClass('disable');}if(finnal_sku_group.length ==1){$('.sale_property_box[value_id="'+finnal_sku_group[0]+'"]').find('a.sale_property').removeClass('disable');}if ((finnal_sku_group.length+1) >= $('.sale_property_box').length) {$('.sale_property_box').each(function(index,property_box){if (!$(property_box).attr('value_id') || $(property_box).attr('value_id') != value_id) {$(property_box).find('a.sale_property').each(function(){var value_item = $(this);var temp_sku_group2 = new Array();$.each(finnal_sku_group,function(k,v){if (v != $(property_box).attr('value_id') || !$(property_box).attr('value_id')) {temp_sku_group2.push(v);}});temp_sku_group2.push($(this).attr('data_id'));var in_stock = false;$.each(skulist,function(key,item){var temp_property_arr=item.sku_code.split('_');var value_id_in = true;for(var i = 0; i < temp_sku_group2.length; i++) {if (temp_property_arr.indexOf(temp_sku_group2[i]) == -1){value_id_in = false;}}if(value_id_in){in_stock = true;return false;}});if(in_stock){value_item.removeClass('disable');}else{value_item.addClass('disable');}if(value_item.hasClass('disable') && value_item.hasClass('cur')){value_item.removeClass('cur');$(property_box).attr('value_id','');}});}});}else{$('.sale_property_box').each(function(index,property_box){if (!$(property_box).attr('value_id')) {$(property_box).find('a.sale_property').each(function(){$(this).removeClass('disable');});}});}finnal_sku_group.sort(sortNumber);var sku_code = finnal_sku_group.join("_");document.body.ymcart_event_sku_change={'sku_code':sku_code}; document.querySelector('body').dispatchEvent(ymcart_event_sku_change); var change_addtocart = true;$.each(skulist,function(index,item){if(sku_code==item.sku_code){sale_property_nums = Math.floor(item.stock_nums);// 处理价格var sku_price_rate ;sku_price_rate = item.price * 1.00000000; var variant = (item.barcode?item.barcode:(item.codeno?item.codeno:item.sku_code)); if(window.history){window.history.replaceState({variant: variant},'',(location.href.search(/variant=/i)>=0?location.href.replace(/variant=[^=]+/i,'variant='+variant):(location.href.search(/\?/i)>=0?location.href+'&variant='+variant:location.href+'?variant='+variant)));}changeSkuPrice(sku_price_rate,item.weight,item.volume); if(item.stock_nums<1 && is_bookable!="1"){ $('#addskutocart,.wap_addtocart').html("Out Of Stock");$('#addskutocart,.wap_addtocart').addClass('btn_outstock');if($('.btn_outstock').length == 0){$('.seckill_addskutocart_btn').before('Out Of Stock');}$('#addskutocart_buynow').parent().hide();$('#addskutocart,.wap_addtocart').removeClass("common_style_black_border"); change_addtocart= false; }else if(item.stock_nums<1 && is_bookable=="1"){$('#addskutocart,.wap_addtocart').html("Pre-Order");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('#addskutocart_buynow').parent().show();$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");change_addtocart= false;}}}); if(change_addtocart){ $('#addskutocart,.wap_addtocart').html("Add to Cart");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");//$('#qty_box').show(); }else{//$('#qty_box').hide();}$('#goods_stock_num').html(sale_property_nums);if(sale_property_nums<1 && is_bookable=="1"){$('#addskutocart,.wap_addtocart').html("Pre-Order");$('#addskutocart,.wap_addtocart').removeClass('btn_outstock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart,.wap_addtocart').addClass("common_style_black_border");}//属性图片处理if(_this.hasClass('property_image') && !_this.hasClass('disable')){if(_this.hasClass('diy_property') && _this.parent().attr('property_name')!=""){if(typeof(diy_property_image_thumb_white_setting)!="undefined" && diy_property_image_thumb_white_setting.length>0){var in_white_list = false;for(var i in diy_property_image_thumb_white_setting){if(diy_property_image_thumb_white_setting[i]==_this.parent().attr('property_name')){in_white_list = true;break;}}if(!in_white_list){return false;}}if(typeof(diy_property_image_thumb_black_setting)!="undefined" && diy_property_image_thumb_black_setting.length>0){var in_black_list = false;for(var i in diy_property_image_thumb_black_setting){if(diy_property_image_thumb_black_setting[i]==_this.parent().attr('property_name')){in_black_list = true;break;}}if(in_black_list){return false;}}}var data_id = _this.attr('data_id');if(!_this.hasClass('cur')){ data_id = 0;}if(data_id || data_id===0){$('#goodsimagelist').children('li').each(function(){$(this).attr('data_id')==data_id?$(this).show():$(this).hide();});}$('#goodsimagelist').children('li').removeClass('cur');$('#goodsimagelist').children('li:visible').eq(0).addClass('cur'); if($('#goodsimagelist').children('li:visible').length<=1){$('#goodsimagelist').find('li.cur').children('a').click();$('#goodsimagelist').children('li').show();var dgindex = 0;$('#goodsimagelist').children('li').each(function(){$(this).attr('data_id')!='0'?$(this).hide():$(this).show();});$('.wap_viewimg li').addClass('swiper-slide');$('.wap_viewimg li a').removeAttr('style');$('.wap_viewimg li').each(function(idx,val){if(idx == 0){$(this).find('img').attr('src',data_pic);}else{$(this).remove();}});mySwiper2.updateSlides();mySwiper2.pagination.update();mySwiper2.slideTo(dgindex);$('#goodsimagelist').find('li.cur').children('a').click();return false; }}if (!_this.hasClass('disable')) {$('#goodsimagelist').find('li.cur').children('a').click();}//customattr// if(typeof check_diy_extra_box === "function") {// var selected_propertys = getSelectedPropertys();// console.log(JSON.stringify(selected_propertys));// check_diy_extra_box(selected_propertys);// }$('.wap_viewimg').html($('#goodsimagelist').children('li:visible').clone());$('.wap_viewimg li').addClass('swiper-slide');$('.wap_viewimg li a').removeAttr('style');$('.wap_viewimg li').each(function(idx,val){var data_pic = $(this).find('a').attr('data_pic');$(this).find('img').attr('src',data_pic);});mySwiper2.slideTo(0); }); /*这边是radio的 $('.input_radio_sku_option').change(function(){ var diy_change_money_finnal_sku_group = new Array(); $('.sale_property_box').each(function(){ var s =parseInt($(this).find("input[name='input_radio_"+$(this).attr('data_id')+"']:checked").val()) ; if(s>0 && s!=undefined){ diy_change_money_finnal_sku_group.push(s); }else{ return false; } }); diy_change_money_finnal_sku_group.sort(sortNumber); var diy_sku_code = diy_change_money_finnal_sku_group.join("_"); $.each(skulist,function(index,item){ if(diy_sku_code==item.sku_code){ // 处理价格 var variant = (item.barcode?item.barcode:(item.codeno?item.codeno:item.sku_code)); if(window.history){window.history.replaceState({variant: variant},'',(location.href.search(/variant=/i)>=0?location.href.replace(/variant=[^=]+/i,'variant='+variant):(location.href.search(/\?/i)>=0?location.href+'&variant='+variant:location.href+'?variant='+variant)));} changeSkuPrice(item.price * 1.00000000) ; } }); }); $(".input_radio_sku_option").trigger('change'); */ $('#addskutocart, .wap_addtocart').click(function(e){ var goods_id = '11926866'; var finnal_sku_group = new Array(); var is_submit = true; /*这边是radio的 $('.sale_property_box').each(function(){ var s =parseInt($(this).find("input[name='input_radio_"+$(this).attr('data_id')+"']:checked").val()) ; if(s>0 && s!=undefined){ finnal_sku_group.push(s); }else{ is_submit = false; $(this).tip("Please Select "+$(this).attr('property_name'), 15, 0, 2000); return false; } }); */ $('.sale_property_box').each(function(index,property_box){ if($(property_box).attr('value_id')) { finnal_sku_group.push($(property_box).attr('value_id')); }else { $(property_box).tip("Please Select "+$(property_box).attr('property_name'), 15, 0, 2000); is_submit = false; return false; } }); //customattrif(typeof check_diy_extra_options === "function") {if(!check_diy_extra_options()){is_submit = false;}} if(!is_submit) { return; } finnal_sku_group.sort(sortNumber); var sku_code = finnal_sku_group.join("_"); var qty = parseInt($('#buyskunums').val()); var cart_count = $('#shopping_cart_count').text(); var remark = $('#DiyRemark').val();if(!sku_code){sku_code = "0_0";}var bookable_delivery_time = ""; if ('0' == '1' && bookable_delivery_time != '') { var is_tips_bookable_delivery_time = false; $.each(skulist,function(index,item){ if (sku_code == item.sku_code && qty > parseInt(item.stock_nums)) { is_tips_bookable_delivery_time = true; return false; } }); if (is_tips_bookable_delivery_time) { var tips_bookable_delivery_time = 'Estimated delivery time {0}'; if (!confirm(tips_bookable_delivery_time.replace('{0}',bookable_delivery_time))) { return false; } } } $.ajax({ url :'/h-cart-add.html', type:'POST', data:{ goods_id : goods_id, qty : qty, sku_code : sku_code, remark : remark }, dataType: 'json', cache: false, success: function(res) { if(res.status == 1){ var event_sku = res.sku;// Ymcart Event[AddToCart]if(typeof(ytag)=='function'){ ytag("add_to_cart","Evo NXT Game Basketball",ymcart_user_id,'11926866','638525',''); } var ymcart_event_param_goods = {goods_id:"11926866",goods_name:"Evo NXT Game Basketball",goods_codeno:"STYLE.NO.w-1000005",spec_mode:"1",qty:qty,goods_price:"125.00"}; // Facebook Pixel Event[AddToCart]var fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);console.log('fb_eventid:'+fb_eventid);fbq('trackSingle', '1626595801020700', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '1626595801020700', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},fb_eventid);}fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);console.log('fb_eventid:'+fb_eventid);fbq('trackSingle', '510134577408238', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '510134577408238', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},fb_eventid);}$('#shopping_cart_count').text(res.totalnum);if(res.totalnum>9){$('#shopping_cart_count_float').text("9+");}else {$('#shopping_cart_count_float').text(res.totalnum);} $('#cart_total_qty').text(res.totalnum); $('#cart_subtotal').text(price_currency(formatnumber((res.totalprice*exchange_rate).toFixed(2),2))); if(res.sku.sku_value.replace(/
/g,' , ')!=''){ $('.add_cart_tip_product_sku').text(res.sku.sku_value.replace(/
/g,' , ')); }else{ $('.add_cart_tip_product_sku').remove(); } $('.add_cart_tip').addClass('add_cart_tip_on'); }else{ $('#addskutocart,.wap_addtocart').tip(res.msg, 15, 0, 2000); } }, error: function(XMLHttpRequest, textStatus, errorThrown){// alert(XMLHttpRequest.readyState + XMLHttpRequest.status + XMLHttpRequest.responseText); var re = XMLHttpRequest.responseText; var rs = JSON.parse(re); if(rs.status == 1){ $('#shopping_cart_count').text(parseInt(cart_count) + parseInt(rs.offset)); $('#cart_total_qty').text(rs.totalqty); $('#cart_subtotal').text('$'+ rs.totalprice); $('.add_cart_tip').show().delay(3000).fadeOut(1000); }else{ $('#addskutocart,.wap_addtocart').tip(rs.msg, 15, 0, 2000); } }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }); });$(document).on('click','.add_cart_tip',function(){$('.add_cart_tip').removeClass('add_cart_tip_on');})$('.add_cart_tip_close').click(function(){$('.add_cart_tip').removeClass('add_cart_tip_on');});$('.add_cart_tip_wapper').click(function(e){e.stopPropagation();}) $('#addskutocart_buynow').click(function(e){ var goods_id = '11926866'; var finnal_sku_group = new Array(); var is_submit = true; $('.sale_property_box').each(function(index,property_box){ if($(property_box).attr('value_id')) { finnal_sku_group.push($(property_box).attr('value_id')); }else { $(property_box).tip("Please Select "+$(property_box).attr('property_name'), 15, 0, 2000); is_submit = false; return false; } }); //customattrif(typeof check_diy_extra_options === "function") {if(!check_diy_extra_options()){is_submit = false;}} if(!is_submit) { return; } finnal_sku_group.sort(sortNumber); var sku_code = finnal_sku_group.join("_"); var qty = parseInt($('#buyskunums').val()); var cart_count = $('#shopping_cart_count').text(); var remark = $('#DiyRemark').val();if(!sku_code){sku_code = "0_0";}var bookable_delivery_time = ""; if ('0' == '1' && bookable_delivery_time != '') { var is_tips_bookable_delivery_time = false; $.each(skulist,function(index,item){ if (sku_code == item.sku_code && qty > parseInt(item.stock_nums)) { is_tips_bookable_delivery_time = true; return false; } }); if (is_tips_bookable_delivery_time) { var tips_bookable_delivery_time = 'Estimated delivery time {0}'; if (!confirm(tips_bookable_delivery_time.replace('{0}',bookable_delivery_time))) { return false; } } }if(remark){remark=encodeURIComponent(remark.replace(/,/g,'||'));}else{remark = '';} if(typeof(skulist)=='object') { for (z in skulist){ var for_obj = skulist[z]; if(sku_code == for_obj.sku_code){ var event_sku = for_obj; break; } } }// Ymcart Event[AddToCart]if(typeof(ytag)=='function'){ ytag("add_to_cart","Evo NXT Game Basketball",ymcart_user_id,'11926866','638525',''); } var ymcart_event_param_goods = {goods_id:"11926866",goods_name:"Evo NXT Game Basketball",goods_codeno:"STYLE.NO.w-1000005",spec_mode:"1",qty:qty,goods_price:"125.00"}; // Facebook Pixel Event[AddToCart]var fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);console.log('fb_eventid:'+fb_eventid);fbq('trackSingle', '1626595801020700', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '1626595801020700', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},fb_eventid);}fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);console.log('fb_eventid:'+fb_eventid);fbq('trackSingle', '510134577408238', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '510134577408238', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},fb_eventid);}var user_id = '0'; var guest_order_open = '1'; var checkout_redirect_url = '/h-order-add.html?cart_param='+encodeURIComponent('sku_code=' + sku_code +"&sku_goods_id="+goods_id+ "&sku_qty=" + qty+"&sku_remark="+ remark) + "&type=quick&ref=" + window.location.href; if(typeof(show_cod_address)=='function') { show_cod_address(checkout_redirect_url+'&cod=1');return; } if(user_id > 0) { window.location.href = checkout_redirect_url; } else { if(guest_order_open=='1') { window.location.href = checkout_redirect_url; } else { var ref = encodeURIComponent(checkout_redirect_url); window.location.href = '/h-user-loginOrRegister.html?ref='+ref; } } }); $('#addskutocart_inquiry').click(function(e){ var goods_id = '11926866'; var finnal_sku_group = new Array(); var is_submit = true; $('.sale_property_box').each(function(index,property_box){ if($(property_box).attr('value_id')) { finnal_sku_group.push($(property_box).attr('value_id')); }else { $(property_box).tip("Please Select "+$(property_box).attr('property_name'), 15, 0, 2000); is_submit = false; return false; } }); //customattrif(typeof check_diy_extra_options === "function") {if(!check_diy_extra_options()){is_submit = false;}} if(!is_submit) { return; } finnal_sku_group.sort(sortNumber); var sku_code = finnal_sku_group.join("_"); var qty = parseInt($('#buyskunums').val()); var cart_count = $('#shopping_cart_count').text(); var remark = $('#DiyRemark').val();if(!sku_code){sku_code = "0_0";}if(remark){remark=encodeURIComponent(remark.replace(/,/g,'||'));}else{remark = '';} var checkout_redirect_url = '/h-module-inquiry.html?goods_id=11926866'; if(sku_code) { checkout_redirect_url+='&sku_code='+sku_code; } window.location.href = checkout_redirect_url; }); $('#addskutocart_ecpay_buynow').click(function(e){ var goods_id = '11926866'; var finnal_sku_group = new Array(); var is_submit = true; $('.sale_property_box').each(function(index,property_box){ if($(property_box).attr('value_id')) { finnal_sku_group.push($(property_box).attr('value_id')); }else { $(property_box).tip("Please Select "+$(property_box).attr('property_name'), 15, 0, 2000); is_submit = false; return false; } }); //customattrif(typeof check_diy_extra_options === "function") {if(!check_diy_extra_options()){is_submit = false;}} if(!is_submit) { return; } finnal_sku_group.sort(sortNumber); var sku_code = finnal_sku_group.join("_"); var qty = parseInt($('#buyskunums').val()); var cart_count = $('#shopping_cart_count').text(); var remark = $('#DiyRemark').val();if(!sku_code){sku_code = "0_0";}if(remark){remark=encodeURIComponent(remark.replace(/,/g,'||'));}else{remark = '';} if(typeof(skulist)=='object') { for (z in skulist){ var for_obj = skulist[z]; if(sku_code == for_obj.sku_code){ var event_sku = for_obj; break; } } }// Ymcart Event[AddToCart]if(typeof(ytag)=='function'){ ytag("add_to_cart","Evo NXT Game Basketball",ymcart_user_id,'11926866','638525',''); } var ymcart_event_param_goods = {goods_id:"11926866",goods_name:"Evo NXT Game Basketball",goods_codeno:"STYLE.NO.w-1000005",spec_mode:"1",qty:qty,goods_price:"125.00"}; // Facebook Pixel Event[AddToCart]var fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);console.log('fb_eventid:'+fb_eventid);fbq('trackSingle', '1626595801020700', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '1626595801020700', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},fb_eventid);}fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);console.log('fb_eventid:'+fb_eventid);fbq('trackSingle', '510134577408238', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '510134577408238', 'AddToCart', {content_type:'product', currency: 'USD', value: 125.00*qty, contents:[{id: 'STYLE.NO.w-1000005', quantity: qty, item_price: 125.00}]},fb_eventid);} window.location.href = '/h-order-ECPay.html?cart_param='+encodeURIComponent('sku_code=' + sku_code +"&sku_goods_id="+goods_id+ "&sku_qty=" + qty+"&sku_remark="+ remark) + "&type=quick&ref=" + window.location.href; }); $('#go_check_order').click(function(){ var goods_id = '11926866'; var master_sale_id = $('#master_sale_property_id').val(); var sale_id = $('#sale_property_id').val(); var qty = $('#buyskunums').val(); var exist_master_sale = $('#master_sale_property_box').is(":visible") var exist_sale = $('#sale_property_box').is(":visible"); if(exist_master_sale && !master_sale_id){ $('#master_sale_property_box').tip("Please Select ", 15, 0, 2000); } else if(exist_sale && !sale_id) { $('#sale_property_box').tip("Please Select ", 15, 0, 2000); } else { $.ajax({ url :'/h-cart-add.html', type:'POST', data:{ goods_id : goods_id, sale_id : sale_id, qty : qty, master_sale_id : master_sale_id }, dataType: 'json', cache: false, success: function(res) { if(res.status == 1){ window.location.href = '/h-cart-list.html'; }else{ alert(res.msg); } }, error: function(XMLHttpRequest, textStatus, errorThrown){// alert(XMLHttpRequest.readyState + XMLHttpRequest.status + XMLHttpRequest.responseText); var re = XMLHttpRequest.responseText; var rs = JSON.parse(re); if(rs.status == 1){ window.location.href = '/h-cart-list.html'; }else{ alert(res.msg); } }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }); } }); $('#add_favorites,#add_favorites_float').click(function(){ var _this = $(this); var _val = parseInt(_this.find('span').text()); var goods_id = _this.attr('data_id'); $.ajax({ url :'/h-user-addFavorites.html', type:'POST', data:{ goods_id : goods_id }, dataType: 'json', cache: false, success: function(res) { if(res == 1){// Ymcart Event[AddToWishlist]if(typeof(ytag)=='function'){ ytag("add_to_wishlist","Evo NXT Game Basketball",ymcart_user_id,'11926866','638525',''); } var ymcart_event_param_goods = {goods_id:"11926866",goods_name:"Evo NXT Game Basketball",goods_codeno:"STYLE.NO.w-1000005"}; // Facebook Pixel Event[AddToWishlist]var fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fbq('trackSingle', '1626595801020700', 'AddToWishlist', {content_name:'Evo NXT Game Basketball', content_type:'product', content_ids:['STYLE.NO.w-1000005'],currency: 'USD', value: 125.00},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '1626595801020700', 'AddToWishlist', {content_name:'Evo NXT Game Basketball', content_type:'product', content_ids:['STYLE.NO.w-1000005'],currency: 'USD', value: 125.00},fb_eventid);}fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fbq('trackSingle', '510134577408238', 'AddToWishlist', {content_name:'Evo NXT Game Basketball', content_type:'product', content_ids:['STYLE.NO.w-1000005'],currency: 'USD', value: 125.00},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '510134577408238', 'AddToWishlist', {content_name:'Evo NXT Game Basketball', content_type:'product', content_ids:['STYLE.NO.w-1000005'],currency: 'USD', value: 125.00},fb_eventid);} $('#add_favorites,#add_favorites_float').tip("Add to favorite succeed.", 15, 0, 2000); $('#add_favorites,#add_favorites_float').find('span').text(_val+1);$('#add_favorites,#add_favorites_float').addClass('add_favorites_cur'); }else if(res== 2){ $('#add_favorites,#add_favorites_float').tip("Please Login first", 15, 0, 2000); }else if(res== 3){ $('#add_favorites,#add_favorites_float').tip("Already added", 15, 0, 2000); }else{ $('#add_favorites,.#add_favorites_float').tip("Add to favorite failed.", 15, 0, 2000); } }, error:function(){ alert("Connection failed, please refresh"); }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }) }); $('.tab_title').mouseover(function(){ var _this = $(this); var _ref = _this.attr('_ref'); $('.tabtitle').find('a').removeClass('cur'); _this.addClass('cur'); $('.tablist').hide(); $('#'+_ref).show(); }); $('#validateImg').bind('click', function(){ $(this).attr('src', "/image.php?code=1&_=" + Math.random()); }); var wholesale_discount ; $('.iconright').click(function(){ var qty = parseInt($('#buyskunums').val()); var goods_id = '11926866'; var master_sale_id = $('#master_sale_property_id').val(); var sale_id = $('#sale_property_id').val(); $('#buyskunums').attr('value', qty+1); changeWholesaleDiscount(); }); $('.iconleft').click(function(){ var qty = parseInt($('#buyskunums').val()); if(qty > 1){ $('#buyskunums').attr('value', qty-1);changeWholesaleDiscount(); } }); //运费弹出计算 $('#estimate_shipping_fee').click(function(){ var goods_price = 125.00; var is_wholesale = 0; goods_price = $('#goods_price').text(); goods_price = goods_price.replace("US$","").replace("",""); var cur_weight = 0.0000; if(cur_sku_weight>0) { cur_weight = cur_sku_weight; } var cur_volume= 0.000000; if(cur_sku_volume>0) { cur_volume = cur_sku_volume; } var cur_price = 25; if(cur_sku_price>0) { cur_price = cur_sku_price; } $.ajax({ url :'/h-shippingTool-product.html', type:'POST', data:{ price : cur_price, weight : cur_weight, volume : cur_volume, quantity : parseInt($('#buyskunums').val()), country_id : 0, is_wholesale : is_wholesale, moq : 0, }, dataType: 'html', cache: false, success: function(res) { if(res) { var div = $(".dropdown_estimate_shipping_fee"); div.children().remove(); $('.dropdown_estimate_shipping_fee').append(res); } else{ alert("illegal operation!"); } }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }); $('.dropdown_estimate_shipping_fee').css('display','flex'); }); }); //评论定位 $(document).ready(function(){ re = /writeareview/i; // 创建正则表达式模式。 r = location.href.search(re); if(r>0) { $('.write-a-review').click(); }/* var maste_sale_property_id = ''; var sale_property_id = ''; var master_sale_property_nums = 1; var sale_property_nums = 1; $.each(skulist,function(index,item){ var temp_property_id1=item.sku_code.split('_')[0]; var temp_property_id2=item.sku_code.split('_')[1]; if(index==0){ maste_sale_property_id = temp_property_id1; sale_property_id = temp_property_id2; } if(temp_property_id1!=maste_sale_property_id){ master_sale_property_nums = 2; } if(temp_property_id2!=sale_property_id){ sale_property_nums = 2; } }); if(master_sale_property_nums!=2){ $('.master_sale_property ').click(); } if(sale_property_nums!=2){ $('.sale_property').click(); }*/ });$(function(){//默认选中$(".sale_property_box").each(function(){if($(this).find('a.sale_property').length==1 && !$(this).find('a.sale_property').hasClass('cur')){$(this).find('a.sale_property').click();}}); });
Home>Balls>Basketballs>Evo NXT Game Basketball
- Size
- Size 7/OFF Size 6/INT Size 5/YTH
Add to Cart
Estimate Shipping Cost
- Detail
- Product Name: Evo NXT Game Basketball
- Item NO.: STYLE.NO.w-1000005
- Weight: 0kg = 0.0000 lb = 0.0000 oz
- Category: Balls > Basketballs
- Brand: wilson
- Creation Time: 2022-02-22
Descriptions
The Evo NXT is lighting up a new path beyond the arc with optimally balanced internal construction, built for long range shooters who live in 3-point territory.
- Sub-DepartmentGame Balls
- BladderGame Ball
- Channel constructionComposite Pebbled Channels
- CoverMicro-Touch Composite Leather
- Internal constructionSuper Soft Core
- Playing SurfaceIndoor
- Share:
- >
Adding to cart succeed
Evo NXT Game Basketball
color:red,size:xxl
Subtotal: US$ 0
View My Cart
Checkout
Customer Reviews
You May Also Like
-
4G Rough 125 Tennis String - 200m Reel
US$ 47.00 US$ 235.00
-
Evolution Game Basketball
US$ 16.00 US$ 80.00
-
Adrenaline 125 Tennis String - Set
US$ 9.00 US$ 45.00
-
Bela Rush 7" Short Men's
US$ 10.00 US$ 50.00
FAQs
Is the Wilson Evo NXT worth it? ›
Overall it's not a bad ball but it's not worth $80 ,it really isn't . The biggest pro for me is grip, it absorbs sweat better than oh evolution, it has been because it's slightly heavier and feels bigger I use it as a training ball now so when I use other balls my shot is stronger.
How much does a Wilson Evo NXT basketball weigh? ›Wilson Evolution
Wilson Evolution is the gold standard for performance. While it's not technically an outdoor ball, this is the best ball to hoop with, period. It holds up better than some outdoor balls, and overall is much nicer to play with.
Grip. The technology used in the making of the Evolution series has a clear focus on the grip. Micro-pebble technology makes sure that the ball has the optimal contact surface and lies comfortably in your palm. Both sizes tested showed top levels of control and handling felt natural.
Why is Wilson Evolution Basketball expensive? ›Pricing. In general, indoor-only composite leather basketballs are among the most expensive basketballs because of the manufacturing process and materials required to produce their softer covers.
What ball does NBA use? ›Spalding became the official ball of the NBA in 1983. Made from the finest full grain leather and meeting the most stringent quality and performance standards, the NBA Game Ball is embedded in the sport as much as Michael Jordan or LeBron James.
What is Wilson Evo made from? ›Wilson Evolution Size 6 is made from microfibre leather with embossed pebbling, giving the ultimate in control and touch.
Does NBA use Wilson ball? ›The NBA decided to change their official game ball supplier from Spalding to Wilson this offseason. Wilson was the official maker of the NBA basketball for the first 37 years of the league before Spalding took over for the next 37.
Is the Wilson basketball good? ›If you are looking for a great quality basketball, Wilson makes some of the best. Wilson has been making sporting equipment for over a century so you can count on having a great experience with a Wilson basketball. Wilson basketballs have also been the official basketball of the NCAA since 2002.
How do you clean a Wilson Evo NXT basketball? ›Add 1 tablespoon of mild dish soap into a 1-gallon container. Fill the container with warm water until you've got a soapy mixture. Wet your first towel with the soapy water, wring out excess water, and gently wipe down entire surface of the ball for at least 30 seconds.
Is the Wilson Evolution Basketball good? ›
The Wilson Evolution is a nice fit for serious hoopers. By serious we mean high school kids and older. As it's a bit pricey for middle school basketball scholars, unless they're already on the AAU circuit. Great feel: The Evolution is great to play with because it actually feels soft, which is really unique for a ball.
Can Wilson balls be both indoor and outdoor balls? ›Synthetic basketballs can be used on both indoor and outdoor surfaces. It is a matter of preference when selecting your preferred Wilson basketball. Different players have preferences for feel, softness, touch and moisture management.
Why does my basketball feel heavy? ›Once you pump extra air into the ball, packing the air more tightly than normal and stiffening the ball's surface, that additional air will appear on the scale's weight measurement. A properly inflated basketball has about 0.01 pounds of extra air in it, so it'll weigh an extra 0.01 pounds on a scale.
Is molten better than Wilson? ›The well-regarded FIBA-qualified Molten – Indoor/Outdoor ball, also the most expensive ball we tested, performed best, with only . 58 ounces retained on the ball on average. The next best option, the Wilson – Evolution, also performed solidly, with only . 67 ounces retained.
Do Wilson evolution balls work outside? ›Amazing ball, Grip wear away. I use this product to play basketball,I used to dribble this ball outdoors and at that time I couldn't see any difference with using it indoor.
Why did NBA stop using Wilson? ›After unhappy players criticized the composite material, which some said cut their fingers because of its friction, and the league office for their lack of a voice in the switch — only a small group of retired players tested the new model — the NBA ditched it and returned to its all-leather model after two months.
Are Wilson balls better than Spalding? ›According to George, the Wilson ball doesn't have the same “touch” and “softness” that Spalding basketballs have: “Not to make an excuse or anything about the ball but I said that it's just a different basketball. It don't have the same touch and softness that the Spalding ball had.
Which brand basketball is best? ›- Wilson Evolution Basketball.
- Baden Crossover Flex Composite Basketball.
- Under Armour 395 Basketball.
- Spalding NBA Zi/O Basketball.
- Molten X-Series FIBA-approved Basketball.
But Spalding's sponsorship contract with the NBA expires after this 2020-21 season, and they were unable to agree on terms for a new deal.
How much does an NBA ball cost? ›According to the Spalding website, an official NBA game ball costs $169.99. The Spalding website advertises the following features of their NBA game basketballs: Official NBA size and weight: Size 7, 29.5″ Full-grain Horween leather cover.
What basketball has the best grip? ›
We recommend the Wilson Evolution Game Basketball for indoor-only games because it has great grip. We researched dozens of basketballs and evaluated them for material, price, grip, and size.
How can you tell if a Wilson basketball is real? ›- A genuine ball will have the barcode printed on and not embossed.
- On a genuine ball the date range for the FIBA approval is printed on and not embossed.
- A genuine ball will have the @FIBA branding printed and not embossed.
- Moisten the needle and carefully insert into the valve.
- Slowly inflate until proper pressure is reached - find the recommended pressure on the ball or box.
- Slowly remove the needle and enjoy your new Wilson ball! Read more.
Wilson basketballs are endorsed by the NCAA and the Women's NCAA. The main Wilson basketball series are the official NCAA, Evolution, Solution, and Collegiate. Wilson basketballs are usually made of composite leather, with butyl bladders.
Why do NBA players switch balls? ›“For the NBA and the players association — I think everybody wanted consistency,” Wilson GM Kevin Murphy told the Daily News. “The idea behind the change wasn't about fixing a problem, it was a bigger partnership transition. The ball on the court is the most important thing and we have to deliver.
What ball does PBA use? ›The official ball of the PBA is the Molten GL7. (leather ball with a distinctive 12-panel design, a high-density cushioning foam below the surface and special soft rubber seams, a flatter pebbled finish providing increased contact area and a flattened seam between the panels (called a "Full-Flat Seam").
Which basketball is best for beginners? ›- Spalding Rebound Rubber Basketball. The Spalding Rebound basketball is said to be a waterproof ball, making it suitable for outdoor courts on rainy days. ...
- Nivia Graffiti Basketball. ...
- Cosco Dribble Basketball. ...
- Cosco Hi-Grip Basketball. ...
- Nivia Europa Basketball. ...
- Belco Street basketball.
By far our most popular tennis ball, the Wilson US Open Tennis Ball has long been considered the gold standard for hard court tennis ball performance. This ball has been the Official Ball of the US Open for over 4 decades and is known for its premium woven felt that delivers fast, consistent flight and rebound.
Do I need to break in a basketball? ›While basketballs made out of rubber and composite materials come out of the box ready to use, a leather ball will need to be broken in before you can play with it.
Why is my basketball slippery? ›Over time, dust and dirt can make their way into the crevices of your ball. Left untouched, the dust will make your ball slippery – which means passing, shooting and dribbling will be harder. To avoid this, frequently give your ball a quick once-over with a towel.
How long does an outdoor basketball last? ›
How Long Does an Outdoor Basketball Last? Most outdoor basketballs will keep their grip or general durability for between three and six months. However, tougher models can stick around for up to a year or more.
Which Wilson basketball is the best for outdoor? ›If you are looking for an outdoor ball specifically for 3×3, you can't go wrong with the Wilson FIBA 3×3 official game ball.
What basketballs do professionals use? ›Size 7. Size 7 basketballs measure 29.5” in circumference and have a standard weight of 22 oz. Size 7 basketballs are the standard ball size for most men's professional basketball associations, as well as men's college and high school basketball leagues.
How do I know if my ball is indoor or outdoor? ›If you have ever seen an indoor ball at the basketball court and dribbled it or shot it, you probably know the surface feels softer to the touch than an outdoor ball. That's because indoor balls are made from full-grain leather. The leather gives them better grip and feel.
Can I use my inside ball for outside? ›Yes, technically it's ok to use an indoor basketball outside. However, you want to make sure if you buy an indoor ball for indoor basketball, you try to keep it off the blacktop. If you are looking to buy a ball for your kid to play with outside you may want to look for an outdoor ball.
What happens if you use indoor basketball for outdoor? ›Indoor basketballs are called such because their materials are suited for smoother surfaces like the wooden parquet floor. Once you play with indoor basketballs outside, its materials will most likely tear or crack from the rough concrete surface. Therefore, it's better to let indoor basketballs remain on the hardwood.
What PSI should a Wilson basketball be? ›To figure out the amount of air in a basketball, you have to measure the air pressure. NBA rules dictate that basketballs should be inflated to between 7.5 and 8.5 pounds per square inch.
How much air should be in a Wilson basketball? ›An NBA regulation ball is inflated to between 7.5 and 8.5 psi. By regulating a basketball's air pressure, the NBA can ensure fair playing conditions. As this activity illustrated, the ball's internal air pressure determines how it bounces.
Is NXT a good string? ›This is a great string to try for anyone with tennis elbow, as well as anyone seeking natural gut like performance from a synthetic construction. Wilson NXT increases the size of the sweet spot on your racket by 10% and reduces shock by 74% over a traditional synthetic gut string.
Is Wilson evolution the best? ›Wilson Evolution
Wilson's microfiber composite material provides the most efficient combination of grip and durability. The composite channels provide excellent control. It has a soft feel that is easy to grip in your hands and provides great control while dribbling and shooting.
Is Wilson NXT durable? ›
If you're looking for comfort, power, and feel, then NXT is going to feature very highly in your options. However, as with most multifilaments, it does struggle a little bit when it comes to durability.
Is the Wilson Evolution real leather? ›Wilson Evolution Men's Indoor Only Basketball features cushion core technology and high-definition pebbling. Basketball has an exclusive microfiber composite leather cover and is approved by the NCAA and NFHS. Sold as a single unit.
Which string is best for smashing? ›If you love powerful smashes and enjoy an attacking game, the Yonex BG80 Power can be your ideal companion. It is popular among players. Although it generates more power, the racket strings add flexibility to your shots, making your game menacing. It has a 0.68 mm gauge with a multi-filament string and a hard feeling.
What is the best match in NXT? ›- TakeOver Philadelphia: Johnny Gargano vs.
- TakeOver 36: Ilja Dragunov vs. ...
- TakeOver Toronto: DIY vs. ...
- TakeOver Brooklyn: Bayley vs. ...
Natural Gut String
Just like it sounds, natural gut is the most premium string available. It offers the best tension maintenance and playability on the market. Natural gut lasts longer and holds tension better than any other string segment.
We recommend the Wilson Evolution Game Basketball for indoor-only games because it has great grip. We researched dozens of basketballs and evaluated them for material, price, grip, and size.
How long do NXT strings last? ›I love these strings, but I do go through them fairly quickly. I play about 3 times a week and these strings will last me about 6 or 7 weeks.
What type of string is NXT? ›Featuring proprietary Xycro Micro-Fibers impregnated with PU for enhanced comfort and power, NXT is the world's most popular multifilament string. Sporting a larger sweet spot than traditional synthetic gut string and a fraction of its shock, NXT has stood the test of time for good reason.
Is Wilson the best brand? ›Wilson is one of the most popular brands for tennis racquets and other tennis gear in the world. They make some of the best tennis racquets for tennis players of every skill level. Roger Federer and Serena Williams use Wilson racquets, but they also have great racquets for juniors or beginners.
Can you use Wilson evolution balls outside? ›It has great durable leather. It is a good and durable basketball to use indoors only. Do not use this ball outside because the leather will wear off quickly.