';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/67032/2023/04/12/f/3/f3d035770c677c21.png?x-oss-process=image/resize,m_lfit,w_600,h_900/interlace,0/auto-orient,0";}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","Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)")$('.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 = '99936';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('99936');$(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');} 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').html("Out Of Stock");$('#addskutocart').parent().addClass('add_out_of_stock');if($('.btn_outstock').length == 0){$('.seckill_addskutocart_btn').before('Out Of Stock');}$('#addskutocart_buynow').parent().hide();$('#addskutocart').removeClass("common_style_blue"); change_addtocart= false; }else if(item.stock_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_blue");change_addtocart= false;}}}); 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_blue");//$('#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_blue");}//属性图片处理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 = '3663688'; 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 || '0' == '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","Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)",ymcart_user_id,'3663688','106993',''); } var ymcart_event_param_goods = {goods_id:"3663688",goods_name:"Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)",goods_codeno:"856784",spec_mode:"0",qty:qty,goods_price:"119.98"}; // 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', '231619152045448', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '231619152045448', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '1216325625611325', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '1216325625611325', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '767546888357154', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '767546888357154', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},fb_eventid);}// Pinterest Pixel Event[AddToCart]pintrk('track', 'addtocart', { currency: 'USD', value: 119.98*qty, order_quantity:qty, line_items:[{product_name: 'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', product_id: '856784', product_quantity: qty, product_category:'Star wars', product_price: 119.98}]});// Global Site Tag (gtag.js) - Google Analytics[AddToCart]gtag('event', 'add_to_cart', { 'send_to': ['UA-246540804-1'],'items': [{ "id": "856784", "name": "Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)", "list_name": "list", "brand": "", "category": "Star wars/Star wars", "variant": (ymcart_event_param_goods.spec_mode=='1'?((typeof(event_sku)=='object' && event_sku.codeno!='')?event_sku.codeno:ymcart_event_param_goods.goods_codeno+((typeof(event_sku)=='object' && typeof(event_sku.sku_value_short)=='string')?'-'+event_sku.sku_value_short:'')):''), "list_position": 1, "quantity": qty, "price": "119.98" } ] });// Bing Event[AddToCart]window.uetq.push('event', 'add_to_cart', {'event_category': '856784', 'revenue_value': formatnumber((119.98*qty).toFixed(2),2), 'currency': 'USD'}); $('#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 = '3663688'; 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 || '0' == '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","Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)",ymcart_user_id,'3663688','106993',''); } var ymcart_event_param_goods = {goods_id:"3663688",goods_name:"Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)",goods_codeno:"856784",spec_mode:"0",qty:qty,goods_price:"119.98"}; // 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', '231619152045448', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '231619152045448', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '1216325625611325', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '1216325625611325', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '767546888357154', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '767546888357154', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},fb_eventid);}// Pinterest Pixel Event[AddToCart]pintrk('track', 'addtocart', { currency: 'USD', value: 119.98*qty, order_quantity:qty, line_items:[{product_name: 'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', product_id: '856784', product_quantity: qty, product_category:'Star wars', product_price: 119.98}]});// Global Site Tag (gtag.js) - Google Analytics[AddToCart]gtag('event', 'add_to_cart', { 'send_to': ['UA-246540804-1'],'items': [{ "id": "856784", "name": "Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)", "list_name": "list", "brand": "", "category": "Star wars/Star wars", "variant": (ymcart_event_param_goods.spec_mode=='1'?((typeof(event_sku)=='object' && event_sku.codeno!='')?event_sku.codeno:ymcart_event_param_goods.goods_codeno+((typeof(event_sku)=='object' && typeof(event_sku.sku_value_short)=='string')?'-'+event_sku.sku_value_short:'')):''), "list_position": 1, "quantity": qty, "price": "119.98" } ] });// Bing Event[AddToCart]window.uetq.push('event', 'add_to_cart', {'event_category': '856784', 'revenue_value': formatnumber((119.98*qty).toFixed(2),2), 'currency': 'USD'});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 = '3663688'; 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=3663688'; 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 = '3663688'; 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","Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)",ymcart_user_id,'3663688','106993',''); } var ymcart_event_param_goods = {goods_id:"3663688",goods_name:"Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)",goods_codeno:"856784",spec_mode:"0",qty:qty,goods_price:"119.98"}; // 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', '231619152045448', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '231619152045448', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '772454767362189', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '1216325625611325', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '1216325625611325', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},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', '767546888357154', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '767546888357154', 'AddToCart', {content_type:'product', currency: 'USD', value: 119.98*qty, contents:[{id: '856784', quantity: qty, item_price: 119.98}]},fb_eventid);}// Pinterest Pixel Event[AddToCart]pintrk('track', 'addtocart', { currency: 'USD', value: 119.98*qty, order_quantity:qty, line_items:[{product_name: 'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', product_id: '856784', product_quantity: qty, product_category:'Star wars', product_price: 119.98}]});// Global Site Tag (gtag.js) - Google Analytics[AddToCart]gtag('event', 'add_to_cart', { 'send_to': ['UA-246540804-1'],'items': [{ "id": "856784", "name": "Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)", "list_name": "list", "brand": "", "category": "Star wars/Star wars", "variant": (ymcart_event_param_goods.spec_mode=='1'?((typeof(event_sku)=='object' && event_sku.codeno!='')?event_sku.codeno:ymcart_event_param_goods.goods_codeno+((typeof(event_sku)=='object' && typeof(event_sku.sku_value_short)=='string')?'-'+event_sku.sku_value_short:'')):''), "list_position": 1, "quantity": qty, "price": "119.98" } ] });// Bing Event[AddToCart]window.uetq.push('event', 'add_to_cart', {'event_category': '856784', 'revenue_value': formatnumber((119.98*qty).toFixed(2),2), 'currency': 'USD'}); 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 = '3663688'; 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","Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)",ymcart_user_id,'3663688','106993',''); } var ymcart_event_param_goods = {goods_id:"3663688",goods_name:"Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)",goods_codeno:"856784"}; // 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', '231619152045448', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '231619152045448', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},fb_eventid);}fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fbq('trackSingle', '772454767362189', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '772454767362189', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},fb_eventid);}fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fbq('trackSingle', '772454767362189', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '772454767362189', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},fb_eventid);}fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fbq('trackSingle', '1216325625611325', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '1216325625611325', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},fb_eventid);}fb_eventid = (new Date()).getTime() + '.' + Math.ceil(Math.random()*10000000) + '.' + Math.ceil(Math.random()*10000000);fbq('trackSingle', '767546888357154', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},{eventID:fb_eventid});if(typeof(yfbservertag)=='function'){yfbservertag('trackSingle', '767546888357154', 'AddToWishlist', {content_name:'Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)', content_type:'product', content_ids:['856784'],currency: 'USD', value: 119.98},fb_eventid);}// Global Site Tag (gtag.js) - Google Analytics[AddToWishlist]gtag('event', 'add_to_wishlist', {'send_to':['UA-246540804-1']});// Bing UET Event[AddToWishlist]window.uetq.push('event', 'add_to_wishlist', {'event_category': '856784', 'revenue_value': 119.98, 'currency': 'USD'}); $('#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 = '3663688'; 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 = 119.98; var is_wholesale = 0; goods_price = $('#goods_price').text(); goods_price = goods_price.replace("US$","").replace("",""); var cur_weight = 0.4500; 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 = 59.99; 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>Star wars>Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark)
5.0
(4)
US$ 59.99
US$ 119.98 Save US$ 59.99 (50% Off)
- Quantity
Add to Cart
Adding to cart succeed
0 item(s) in cart, Subtotal: US$ 0
Continue ShoppingView My Cart
- Better Packaging, Faster Shipping, NO TAX!
- Mint packaging, safer transportation
- The delivery time will be around 15 days, or even faster
- The order will be sent out within two days after receiving the payment
- Detail
- Reviews
Product Name | Funko Pop! Star Wars #23 Holographic Darth Maul (Glow In The Dark) |
Item NO. | 856784 |
Weight | 0.45kg = 0.9921 lb = 15.8733 oz |
Category | Star wars |
Creation Time | 2023-04-12 |
Limited quantity,Limited quantity
Condition: 100% Brand New
Material: Vinyl
Size: About 4 inch
weight: About 150 g
❤Limited time gift: 4 inch POP Box Protectors(0.5mm)
❤Get READY to display your new Funko Pop on your shelf!
2023-04-07
M****s
Excellent product ! , Thanks
2023-03-12
Jo****ey
perfect as described, very well packaged and received quickly. thank you!
2023-02-20
Wi****ne
The item is fantastic, delivered a day in advance.
2023-01-18
A****o
Perfect thank you
See All ▸
You May Also Like
Funko Pop Star Wars 501st Clone Trooper #25 Exc...
US$ 59.99 US$ 119.98
Funko POP! Star Wars: Futura - Boba Fett 297 (...
US$ 39.99 US$ 79.98
Funko Pop 2020 Wondercon Shared Exclusive Star ...
US$ 39.99 US$ 79.98
(Video) Top 10 Most Expensive Funko Pops! $$$Funko Pop Star Wars - Anakin Skywalker Dark Sid...
US$ 35.99 US$ 71.98
Funko Pop Star Wars The Mandalorian #330
US$ 39.99 US$ 79.98
Funko Pop! Star Wars Heavy Infantry Mandalorian...
US$ 14.99 US$ 29.98
Funko Pop! Star Wars: Rise of Skywalker - Sith ...
US$ 35.99 US$ 71.98
The Mandalorian #345 Funko Pop! Star Wars The M...
US$ 25.99 US$ 51.98
FAQs
Why is holographic Darth Maul so expensive? ›
Funko has released a bunch of Star Wars pops, but the rarest of all of them is the Holographic Darth Maul. Originally unveiled as a limited Pop at San Diego Comic-Con, it quickly gained value when all of them were sold out.
What is the rarest Star Wars Funko Pop? ›The Most Expensive Star Wars Funko Pop is 23 Holographic Darth Maul (Glow In The Dark) (SDCC 2012) (LE480) with a price estimation of $5000. The cheapest Pop in this Collection is 260 C'ai Threnalli with a current price estimation of $4.
How much is Darth Maul Funko Pop 09 worth? ›The 09 Darth Maul (Blue Box) Funko Pop Vinyl Figure has a current estimated value of $61, which has changed by 335 percent this month. This Funko Pop Vinyl Figure was sold 2 times the last month. This Pop is part of the Star Wars checklist.
How many Star Wars Pop figures are there? ›Here is the list of 785 POP Vinyl figures from the POP! Star Wars series.
What was the 1st Funko Pop? ›Funko history began in 1998 when Mike Becker founded the little company with a nostalgia-themed bobblehead line called Wacky Wobblers. The first item the company ever created was the Big Boy bobblehead. Over time, this once small company became a huge obsession with collectors and pop culture enthusiasts worldwide.
What is the most expensive and rarest funko pop? ›The most expensive Funko Pops include the Willy Wonka and Oompa Loompa 2 Pack ($100,000), Clockwork Orange (Glow in the Dark) ($60,000), and Freddy Funko Metallic Iron Man ($43,000).
What Funko Pop sold for $100,000? ›Funko Pop | Estimated Value |
---|---|
Golden Ticket 2-Pack | $100,000 |
Clockwork Orange Funko Pop | $60,000 |
Freddy Funko Metallic Iron Man | $43,000 |
Freddy Funko Metallic Ghost Rider | $23,000 |
The most rare Marvel Funko Pop is the Stan Lee Platinum Metallic with just 10 units released.
How can you tell if a Funko Pop is rare? ›Funko POPs are popular figurines with characters to suit every age and interest. However, as with all collectables, some Funkos are rarer than others. If a Funko POP has a 'Limited Edition Chase' sticker located on the bottom right-hand corner of the box, it shows that the POP is rarer than others.
What is the 666th funko pop? ›Rick and Morty Hologram Rick Clone Glow in The Dark Exclusive 666.
What funko pop is number 999? ›
Raya and The Last Dragon - Raya Warrior Pose #999.
What Funko Pop is 225? ›Rocks: Machine Gun Kelly #225.
What is the number 1 pop figure? ›Funko Pop's Mickey Mouse Metallic vinyl action figure was debuted and distributed at the San Diego Comic-Con. It is considered #1 in the POP!
What is the largest funko pop figure? ›At a whopping 18-inches tall, Mega Pops! are sure to be the center of your collection; such as the Mega Pop!
What are the most sought after Star Wars figures? ›- Bib Fortuna Action Figure Prototype. ...
- Luke Skywalker Telescoping Lightsaber Action Figure. ...
- Ben (Obi Wan Kenobi) First Shot Action Figure Prototype. ...
- Lego Star Wars: Cloud City Set. ...
- Capcom's Star Wars Gameboy Game. ...
- KAWS x Lucasfilm Darth Vader Sculpture.
Television: Masters of the Universe - Skeletor (Glow in the Dark Special Edition) #1000.
Should you keep Funko Pop in the box? ›Yes, you should store your Funko Pop Figures in their original box, but it's not compulsory. Since they vary in price, having the boxes will maximize their value. If your Funk Pop is projected to appreciate, you should surely keep the box.
How can you tell a fake pop figure? ›Check for any misspellings or blurry images, as these are common signs of a fake. Every Funko Pop figure should have the Funko logo on the box, typically located on the bottom right-hand corner. Make sure the logo is printed clearly and matches the official logo found on the Funko website.
Are Funko Pops losing popularity? ›Funko Pop toys were once a sought after collectible in the U.S., but the items now appear to be losing their popularity. Demand for the toys has tumbled so much that parent company Funko said it plans to "eliminate" between $30 million and $36 million worth of the vinyl figurines.
Are Funko POP worth money? ›There are several instances where Funko Pops have become quite valuable and their owners have turned a nice profit. However, most Funko Pops collectors aren't in it for the money; they are genuine collectors. Even so, it's good to know more about the rare Funko Pops in case you run across one.
Is Funko POP a good investment? ›
While it may not always be a huge increase, pops mostly grow in value, especially those that are extremely rare or scarce or were originally a limited release.
What is the highest paying Funko Pop? ›With an estimated value of $25,470 for the non-glow-in-the-dark version and $26,060 for the glow-in-the-dark Chase limited edition, Alex DeLarge Clockwork Orange is the most expensive Funko Pop Vinyl in the world.
How many Funko Pops were sold? ›Funko's Pop! Vinyl is the number one stylized vinyl collectible in the world with over 10 million units sold in the last three years.
Why is Funko popular? ›Plus, Funko Pops are cheap to make and usually sell for under $15. Only having to pay a 16% royalty fee to the properties they license from, Funko has made consistent profits off its products. Since Funko Pop often makes limited runs of each character, their products sell quickly and there's always demand for more.
What Funko Pop is number 777? ›Dinopool Deadpool Pop #777 Pop Marvel Deadpool Vinyl Figure (Bundled with EcoTek Protector to Protect Display Box)
Do Funko Pops lose value if opened? ›Funko Pops do not lose value if opened, but the packaging should be keep in pristine condition. The boxes aren't sealed, so it's possible to display them outside of their packaging.
Can you scan fake pops? ›The Funko app allows you to scan bar code scan to quickly enter and track figures in your collection. If you scan the box and it doesn't show up, it might not be a valid UPC number. This is not necessarily suggestive of a fraudulent product, but you would be prompted to investigate the item further.
What makes a Funko Pop a grail? ›Grail is a term used in the Funko community to reference anything expensive or hard to find (most of the time both). These items can be something from a Limited Edition Convention Exclusive to a Rare Vaulted Common Pop!
What Funko POP is number 444? ›Movies The Lord of the Rings Frodo Baggins (Invisible) #444.
What Funko POP is number 420? ›Marvel Studios 10th Anniversary #420 Guardians of The Galaxy Rocket Raccoon Gold Chrome Exclusive Figure.
What Funko POP is number 555? ›
Iron Man Model 39 #555 Marvel Glows in The Dark AAA Anime Exclusive Vinyl Figure (Bundled with Ecotek Plastic Protector to Protect Display Box)
What funko pop is number 23? ›Funko Pop Disney Minnie Mouse #23 Diamond Collection Exclusive.
What funko pop is number 333? ›Funko Rick & Morty - Pickle Rick (Translucent Exclusive Limited Edition) #333.
What funko pop is number 002? ›Number | Pop! | Series |
---|---|---|
#02 | Freddy Krueger | A Nightmare on Elm Street |
#03 | Michael Myers | Halloween |
Michael Myers | Halloween | |
Michael Myers (blacklight) | Halloween |
'Star Wars: The Mandalorian - Boba Fett NYCC 2021 US Exclusive #478 Pop!
Which funko pop is 926? ›One Piece: Luffy Gear Four #926 Exclusive with Chalice Collectibles Pop Protector Case. Amazon's Choice highlights highly rated, well-priced products available to ship immediately.
What funko pop is number 283? ›Funko 6485 – Adventure Time Pop Vinyl Figure 283 BMO Noire.
Which Funko Pop is number 69? ›Vinyl - Thrillkiller Batman Exclusive #69 : Toys & Games.
What Funko Pop is number 1234? ›Peacemaker (2022) - Vigilante #1234.
What Funko Pop is number 143? ›Marvel #143 Deadpool Terror Purple.
What Funko Pop is 500? ›
#500 Namor, The Sub-Mariner.
What funko pop is number 128? ›Funko Games Five Nights at Freddy's Toy Freddy #128 (Glows in The Dark Exclusive) : Toys & Games.
What funko pop is 165? ›NFL Football - Josh Jacobs Las Vegas Raiders #165 | The Amazing Collectables.
Will Star Wars figures go up in value? ›Investing in vintage Star Wars toys can be lucrative, with 1978 Kenner Darth Vader action figure selling for over $25K in April 2022. The 1977 Kenner Darth Vader figure can fetch wildly different prices, with one example receiving an offer of $19,600 followed by $25,420 the very next day.
What is last 17 Star Wars figures? ›- Lumat.
- Paploo.
- Romba.
- Warok.
- Luke Skywalker (In Battle Poncho)
- Lando Calrissian (General Pilot)
- Han Solo (In Carbonite Chamber)
- EV-9D9.
L'Oiseleur
Meaning the bird trainer in French, this toy weighs 122 pounds, has a jade pedestal and mother of pearl and costs 6.25 million dollars.
The most expensive Star Wars memorabilia ever sold is the famous R2-D2 droid. Auctioned in June 2017, the unique piece measures 43 inches in height. According to the auction house, Profiles in History, the droid was compiled from parts used throughout the filming of the original trilogy.
Why is the Dabi Funko Pop so expensive? ›12 Dabi ($300)
Serving as Funko Pop 637, this Funko Pop iteration of Dabi is actually a rare case as it comes from the 2019 New York Comic-Con. Being a Limited Edition figure, it makes sense for this Funko Pop to be a bit more stylistic compared to its other anime counterparts.
*** Best US listing for Darth Maul *** | BrickEconomy Choice $10.25 |
---|---|
(AU) Amazing condition No damages | $10.03 -21.5% |
(US) Lego Star Wars DARTH MAUL (No Cape) Minifigure sw0808 set 75169 | $10.25 -19.8% |
(AU) Great condition Taken from set and displayed since | $10.37 -18.9% |
With an estimated value of $25,470 for the non-glow-in-the-dark version and $26,060 for the glow-in-the-dark Chase limited edition, Alex DeLarge Clockwork Orange is the most expensive Funko Pop Vinyl in the world.
What Star Wars toys are worth money? ›
- Blue Snaggletooth (1977) ...
- Sand People Figurine (1978) ...
- Comic-Con VinTage Carbonite Chamber Action Figure Set (2012) ...
- Ben Kenobi With Gray Hair (1978) ...
- Ben Kenobi With White Hair (1978) (Tie) ...
- Princess Leia (1978) (Tie) ...
- Luke Skywalker (1978) ...
- Radio Controlled Jawa Sandcrawler (1978)
Phrik was a rare and robust alloy. Phrik was mined on Gromas, in the Perkell sector, and Tatooine in the Arkanis sector.
Is my Funko Pop rare? ›Funko POPs are popular figurines with characters to suit every age and interest. However, as with all collectables, some Funkos are rarer than others. If a Funko POP has a 'Limited Edition Chase' sticker located on the bottom right-hand corner of the box, it shows that the POP is rarer than others.
Can Funko POPs become valuable? ›However, a small portion of Funko Pop releases can sell for thousands of dollars, and there are ways to identify which vinyl characters are promising investments. The most valuable Funko Pops stand out from the crowd by being limited to a certain number of copies.
What is the rarest LEGO? ›The top-hatted Lego Mr. Gold is a real gold mine. There are only 5,000, and if you happen to have an early version of this limited edition minifigure, you could have something super valuable. One sold on eBay for about $4,500.
What is the rarest LEGO Star Wars set? ›10123 LEGO Star Wars Cloud City
This highly detailed LEGO Star Wars set released in 2003 tops our list of the most valuable LEGO Star Wars sets. It's a part of the Ultimate Collectors series and is considered one of LEGO's most iconic sets.
The numbers on the top right of a Funko Pop Vinyl box are the figure's numbers in the associated category/line. For example, both the Disney and Star Wars categories/lines will have separate figures that are numbered with 1, 2 and so on.
Why are Funko Pops so popular? ›Plus, Funko Pops are cheap to make and usually sell for under $15. Only having to pay a 16% royalty fee to the properties they license from, Funko has made consistent profits off its products. Since Funko Pop often makes limited runs of each character, their products sell quickly and there's always demand for more.
How much are Funko Pops worth out of box? ›The Pop price guide is simple: you can get regular releases for around $8 to $11, and valuable Funko Pops can go as high as $13,000 [2]. Be ready to be the leader of your Funko community if you get your hands on one!