';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();}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;} $(function(){ $("#product_table a").each(function(e){ $(this).click(function(){ $("#product_table a").removeClass("cur"); $(this).addClass("cur"); $("#goods_detail > .tabfont").hide(); $("#goods_detail > .tabfont").eq(e).show(); }); }); $('.write-a-review').click(function(){ $("#product_table a").removeClass("cur"); $("#product_table").find('.review_tab').addClass('cur'); $("#goods_detail > .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; } });$('#goodsimagelist').css("height",($('#goodsimagelist').children('li:visible').length*77)+"px");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/65728/2022/11/15/2/7/276b7a5980449d6e.jpg?x-oss-process=image/quality,Q_90/auto-orient,1/resize,m_lfit,w_600,h_900";}if(data_id || data_id===0){$('#goodsimagelist').children('li').each(function(){$(this).attr('data_id')==data_id?$(this).show():$(this).hide();});}$('#goodsimagelist').css("height",($('#goodsimagelist').children('li:visible').length*77)+"px");if($('#goodsimagelist').children('li:visible').length>6){$('a.btn_prev').show();$('a.btn_next').show();}else{$('a.btn_prev').hide();$('a.btn_next').hide();}$('#goodsimagelist').children('li').removeClass('cur');if(data_id==0)$('#goodsimagelist').children('li:visible').eq(0).addClass("cur");_this.parent('li').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","Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes")$('.viewpic').attr('href', data_img); $('.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"); }*/ $('#goodsimagelist').css("top","0px"); var value_id = $(this).attr('data_id'); var sale_property_nums = '';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('');$(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();} }//customattrif(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');} //ajax get pricefinnal_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 = false;if($('.sale_property_box').length==finnal_sku_group.length){var sku_price_rate = 69.9900 ;var sku_weight = 0.8000 ;var sku_volume = 0.000000 ;var sku_addon_price_rate = 0 ; for(skey in finnal_sku_group){ if(goods_sale_prop[finnal_sku_group[skey]]){ sku_price_rate = sku_price_rate + parseFloat(goods_sale_prop[finnal_sku_group[skey]].price);sku_addon_price_rate = sku_addon_price_rate + parseFloat(goods_sale_prop[finnal_sku_group[skey]].price);sku_weight = sku_weight + parseFloat(goods_sale_prop[finnal_sku_group[skey]].weight);sku_volume = sku_volume + parseFloat(goods_sale_prop[finnal_sku_group[skey]].volume);}}sku_price_rate = sku_price_rate * 1.00000000;changeSkuPrice(sku_price_rate,sku_weight,sku_volume,{goods_price:69.9900*1.00000000,addon_price:sku_addon_price_rate*1.00000000}) ;} if(change_addtocart){ $('#addskutocart').html("Add to Cart");$('#addskutocart').parent().removeClass('add_out_of_stock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart').addClass("common_style_black");//$('#qty_box').show(); }else{//$('#qty_box').hide();}$('#goods_stock_num').html(sale_property_nums);if(sale_property_nums<1 && is_bookable=="1"){$('#addskutocart').html("Pre-Order");$('#addskutocart').parent().removeClass('add_out_of_stock');$('.seckill_addskutocart_btn').parent().find('.btn_outstock').remove();$('#addskutocart_buynow').parent().show();$('#addskutocart').addClass("common_style_black");}//属性图片处理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();$('#goodsimagelist').children('li').each(function(){$(this).attr('data_id')!='0'?$(this).hide():$(this).show();});$('#goodsimagelist').css("height",($('#goodsimagelist').children('li:visible').length*77)+"px");if($('#goodsimagelist').children('li:visible').length>6){$('a.btn_prev').show();$('a.btn_next').show();}else{$('a.btn_prev').hide();$('a.btn_next').hide();}return false;}$('#goodsimagelist').css("height",($('#goodsimagelist').children('li:visible').length*77)+"px");if($('#goodsimagelist').children('li:visible').length>6){$('a.btn_prev').show();$('a.btn_next').show();}else{ $('a.btn_prev').hide();$('a.btn_next').hide();}}$('#goodsimagelist').find('li.cur').children('a').click(); }); /*这边是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').click(function(e){ var goods_id = '1976234'; 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 || '2' == '0') && 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","Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes",ymcart_user_id,'1976234','124255',''); } var ymcart_event_param_goods = {goods_id:"1976234",goods_name:"Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes",goods_codeno:"1976234",spec_mode:"2",qty:qty,goods_price:"69.99"}; $('#shopping_cart_count').text(res.totalnum); $('#cart_total_qty').text(res.totalnum); $('#cart_subtotal').text(price_currency(formatnumber((res.totalprice*exchange_rate).toFixed(2),2))); $('.add_cart_tip').show();$('.addcart_bg').show(); }else{ $('#addskutocart').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').tip(rs.msg, 15, 0, 2000); } }, beforeSend: function(){ createAjaxLoading(); }, complete: function(){ removeAjaxLoading(); } }); });$('.addcart_bg').click(function(){$(this).siblings('.add_cart_tip').hide();$(this).hide();});$('.continue_shopping').click(function(){$(".addcart_bg").hide();$(".add_cart_tip").hide();}); $('#addskutocart_buynow').click(function(e){ var goods_id = '1976234'; 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 || '2' == '0') && 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","Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes",ymcart_user_id,'1976234','124255',''); } var ymcart_event_param_goods = {goods_id:"1976234",goods_name:"Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes",goods_codeno:"1976234",spec_mode:"2",qty:qty,goods_price:"69.99"}; 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 = '1976234'; 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=1976234'; 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 = '1976234'; 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","Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes",ymcart_user_id,'1976234','124255',''); } var ymcart_event_param_goods = {goods_id:"1976234",goods_name:"Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes",goods_codeno:"1976234",spec_mode:"2",qty:qty,goods_price:"69.99"}; window.location.href = '/h-order-ECPayV2.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 = '1976234'; 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').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","Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes",ymcart_user_id,'1976234','124255',''); } var ymcart_event_param_goods = {goods_id:"1976234",goods_name:"Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes",goods_codeno:"1976234"}; $('#add_favorites').tip("Add to favorite succeed.", 15, 0, 2000); _this.find('span').text(_val+1);$(_this).find('i').addClass('red'); }else if(res== 2){ $('#add_favorites').tip("Please Login first", 15, 0, 2000); }else if(res== 3){ $('#add_favorites').tip("Already added", 15, 0, 2000); }else{ $('#add_favorites').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 = '1976234'; 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(); } }); $('.btn_prev').click(function(){if(parseInt($('#goodsimagelist').css('top'))<0)$('#goodsimagelist').css("top",(parseInt($('#goodsimagelist').css('top'))+77)+"px"); }); $('.btn_next').click(function(){ var max_height = -1*($('#goodsimagelist').children('li:visible').length*77-6*77);if(parseInt($('#goodsimagelist').css('top'))>max_height)$('#goodsimagelist').css("top",(parseInt($('#goodsimagelist').css('top'))-77)+"px"); }); //运费弹出计算 $('#estimate_shipping_fee').click(function(){ var goods_price = 69.99; var is_wholesale = 0; goods_price = $('#goods_price').text(); goods_price = goods_price.replace("US$","").replace("",""); var cur_weight = 0.8000; 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 = 69.9900; 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>Game Costumes>VOCALOID Cosplay>Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes
Write a Review
US$ 69.99
- Similar Style
- Cosplay Costume Gender
- MaleFemale
- Version
- A(+US$ 50.00)B(+US$ 8.00)C
- Coord
- Wig(+US$ 19.99)No Need
- Size
- XXLXLLMSXSXXSCustom Size(+US$ 12.00)
- Quantity
Estimate Shipping Cost
Add to Cart
Adding to cart succeed
0 item(s) in cart, Subtotal: US$ 0
Continue ShoppingView My Cart
- Feel free to contact us if any requests^^
- Our email:support@trustedeals.com
- Detail
- Reviews
Product Name | Vocaloid Magical Mirai 2019 Luka Meiko Kaito Cosplay Costumes |
Item NO. | 1976234 |
Weight | 0.8kg = 1.7637 lb = 28.2192 oz |
Category | Game Costumes> VOCALOID Cosplay |
Creation Time | 2021-04-25 |
Composed of:
Version A(Luka):Dress+Waist Coat+Skirt+Gloves+Sleeves+Neckbow
Version B(Kaito):Shirt+Waist Coat+Pants+Gloves+Hat+Neck Accessory
Version C(Meiko):Dress+Bows+Hat+Gloves+Wrist Accessories(No round waist accessory)
Delivery Time:4-8 weeks process time + 5-8 biz days by premium shipment
Material:Uniform Cloth+Others
TRUSTEDEAL SIZE CHART FOR MALE | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | XXS | XS | S | M | L | XL | XXL | ||||||||||||
inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | ||||||
Height | 63 | 160 | 65 | 165 | 67 | 170 | 69 | 175 | 71 | 180 | 73 | 185 | 75 | 190 | |||||
Bust | 33 | 84 | 35 | 89 | 37 | 94 | 40 | 102 | 43 | 109 | 46 | 117 | 49 | 124 | |||||
Waist | 27 | 69 | 29 | 74 | 31 | 79 | 33 | 84 | 36 | 91 | 39 | 99 | 42 | 109 | |||||
Hips | 34 | 86 | 36 | 91 | 38 | 97 | 41 | 104 | 44 | 112 | 47 | 119 | 50 | 127 |
TRUSTEDEAL SIZE CHART FOR FEMALE | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | XXS | XS | S | M | L | XL | XXL | ||||||||||||
inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | inch | cm | ||||||
Height | 59 | 150 | 61 | 155 | 64 | 160 | 65 | 165 | 67 | 170 | 69 | 175 | 71 | 180 | |||||
Bust | 30 | 75 | 32 | 81 | 34 | 87 | 36 | 91 | 39 | 99 | 42 | 107 | 47 | 119 | |||||
Waist | 22 | 56 | 24 | 61 | 26 | 66 | 28 | 71 | 32 | 81 | 35 | 89 | 39 | 99 | |||||
Hips | 33 | 84 | 34 | 86 | 36 | 91 | 38 | 97 | 41 | 104 | 45 | 114 | 49 | 124 |
TRUSTEDEAL SIZE CHART FOR CHILDREN | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Size | S | L | |||||||||||||||||
inch | cm | inch | cm | ||||||||||||||||
Height | 43½-51 | 110-130 | 51-59 | 130-150 | |||||||||||||||
Bust | 21½-25 | 55-64 | 25½-29 | 65-74 | |||||||||||||||
Waist | 19½-22 | 50-56 | 22½-24½ | 57-62 | |||||||||||||||
Hips | 23½-28 | 60-72 | 28½-32½ | 73-83 |
Measure Guide
Please have someone else measure for you. Measure by yourself won't be accurate.
Get someone who knows how to do this to measure. It's important. We need accurate body size. If you give us clothies size directly(with extra space already added, please note us when order.)
- CBust
Measure around bust at fullest point.
It's not your bra size.
Wear a bra when doing this measurement.
- DWaist
Natural waistline. measure around smallest waistline.
Note us if need to wear the pants or skirt at lower waist.
- EHip
Measure around the biggest line around hip.
- MBack length
Front shoulder to waist length.
- ALeft
All items on left model.A.B.C.D.E.F.G.H.I are circumference size.
No related record found
Write a Review
You May Also Like
Vocaloid Kagamine Len Fleeting Moon Flower Red ...
US$ 89.99
Vocaloid Miku Hatsune Heart Hunter Demon Pink C...
US$ 99.99
Vocaloid Project Sekai Vivid BAD SQUAD Hatsune ...
US$ 89.99
Vocaloid Project DIVA Arcade Hatsune Miku Futur...
US$ 79.99
Vocaloid Miku Graceful Dress Cosplay Costume
US$ 189.99
Vocaloid Hatsune Miku Project DIVA F Arcade Fut...
US$ 78.99
Vocaloid Miku Love is War Blue Black Cosplay Co...
US$ 59.99
Vocaloid Senbonzakura Kaito Blue Uniform Cospla...
US$ 59.99
Vocaloid Himitsu Kuro No Chikai Secret Black V...
US$ 149.99
Vocaloid 2018 Snow Miku Hatsune Kimono Yuki Wit...
US$ 79.99