Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) (2023)

Home All NewAge Products Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2)

SKU #66141

1

' + '

'+'

'; if (i === 0) { slider_for_images_html += videos_html; } } for (var j = 0; j < images_urls._160x160.length; j++) { slider_nav_images_html += '

' + 'Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) (1)' + '

'; if (j === 0) { slider_nav_images_html += videos_nav_html; } } // if (slider_for.height() !== 0) { // slider_for.height(slider_for.height()); // } slider_nav.removeClass('slick-initialized slick-slider'); slider_nav.html(slider_nav_images_html); slider_for.removeClass('slick-initialized slick-slider'); slider_for.addClass('slider-fadein'); slider_for.html(slider_for_images_html); initNavigationSlider(); setTimeout(function () { slider_for.removeClass('slider-fadein'); // slider_for.css('height', 'auto'); //slider_for.slick('setPosition'); }, 300); } } /** * */ function prepareVideos () { var videos_html = ''; for (var i = 0; i < product_video.length; i++) { var video = product_video[i].trim(), split_video = video.split('/'), video_id = split_video[split_video.length - 1]; if (video.indexOf('youtu.be') > 0) { youtube_video_ids.push(video_id); var video_preview = 'https://img.youtube.com/vi/' + video_id + '/0.jpg'; videos_html += '

' + '

' + '

' + '

'; } else { if (video.indexOf('vimeo.com') > 0) { vimeo_video_ids.push(video_id); videos_html += '

' + 'Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) (2)' + '

' + '

'; } else { video_links.push(video); videos_html += '

' + '

' + '

'; } } } return videos_html; } /** * @param product_video * @param index */ function prepareNavVideos (product_video, index) { if (index < product_video.length) { var video = product_video[index].trim(), split_video = video.split('/'), video_id = split_video[split_video.length - 1]; if (video.indexOf('youtu.be') > 0) { var src = 'https://img.youtube.com/vi/' + video_id + '/0.jpg'; videos_nav_html += '

Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) (3)

'; prepareNavVideos(product_video, index + 1); } else if (video.indexOf('vimeo.com') > 0) { $.ajax({ type: 'GET', url: 'http://vimeo.com/api/v2/video/' + video_id + '.json', jsonp: 'callback', dataType: 'json', success: function (data) { var src = data[0].thumbnail_large; videos_nav_html += '

Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) (4)

'; prepareNavVideos(product_video, index + 1); } , error: function (jqXHR) { videos_nav_html += '

'; prepareNavVideos(product_video, index + 1); } }); } else { videos_nav_html += '

'; prepareNavVideos(product_video, index + 1); } } } /** * */ function initArrows () { $('.navigation-slider .slider-arrows__arrow').on('click touchstart', function () { var slidesCount = parseInt($('.slider-arrows__all_slides').text()), slickCurrent = $('.main-slider .slick-current'), index = slickCurrent.data('slick-index') + 1; if ($(this).hasClass('slider-arrows_next-arrow')) { slickCurrent.next().click(); index++; } else if ($(this).hasClass('slider-arrows_prev-arrow')) { slickCurrent.prev().click(); index--; } if (index > slidesCount) { index = 1; } if (index === 0) { index = slidesCount; } $('.slider-arrows .slider-arrows__current_slide').text(index); }); } /** * */ function initMainSlider () { slider_for.slickYoutube(youtube_video_ids); slider_for.slickVimeo(vimeo_video_ids); slider_for.slickVideo(video_links); $('.main-slider').slick({ lazyLoad: 'progressive', slidesToShow: 1, slidesToScroll: 1, arrows: false, asNavFor: '.navigation-slider__previews', focusOnSelect: true, adaptiveHeight: true, responsive: [ { breakpoint: 767, settings: { prevArrow: '

', nextArrow: '

', arrows: true, } }] }); } /** * */ function initNavigationSlider () { slider_nav.slick({ lazyLoad: 'progressive', slidesToShow: 6, slidesToScroll: 1, asNavFor: '.main-slider', dots: false, arrows: false, focusOnSelect: true, adaptiveHeight: false, responsive: [ { breakpoint: 1025, settings: { slidesToShow: 3, slidesToScroll: 1, } }] }); } })();

'); var container = parent.find('.swatch_container'); var selected_value = select.val(); Shopify.each(options, function (o, i) { var selected = ''; var opt = $(o); var value = opt.val().replace('"', """); if (value === selected_value) { selected = 'active'; $(".swatches_text").text(": "+value); } var swatch_info = swatch_options_values[value]; if (swatch_info === undefined) { swatch_info = { image: '', color: '' }; } var swatch = ''; if (swatch_info.image !== '') { swatch = '

' + '

' + /*'Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) (6)' +*/ 'Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) (7)' + '

' + '

' + value + '

' + '

'; } else if (swatch_info.color !== '') { swatch = '

' + '

' + '

' + value + '

' + '

'; } else { swatch = '

' + '

' + '

' + '

' + '

' + '

' + value + '

' + '

'; } container.append(swatch); }); }); } }, 100); const prepareOptions = function (options, excludedOptions) { let tmp = [], result = []; for (let i = 0; i < options.length; i++) { tmp[options[i]] = true; } for (let i = 0; i < excludedOptions.length; i++) { if (tmp[excludedOptions[i]]) { delete tmp[excludedOptions[i]]; } else { tmp[excludedOptions[i]] = true; } } for (var option in tmp) { result.push(option); } return result; }; var click_count = 0; var auto_click = 0; // example.com?param1=name&param2=&id=6 /* set main product quantity start*/ setMainProQuantity(); function setMainProQuantity(){ setTimeout(function(){ var main_pro_variant_id = $('.bold_qb_grid').attr('data-variant-id'); jQuery.getJSON('/cart.js', function(cart) { var cart_items = cart.items; cart_items.filter(function(items_data, items_index){ //console.log('main_pro_variant_id',main_pro_variant_id,items_data.id); if(items_data.id == main_pro_variant_id){ $(".quantity__main").val(items_data.quantity); } }); }); },150); } $(document).ready(function() { $(".add-to-cart, .add-to-cart_main").attr("disabled",true); setTimeout(function(){ var check_status = $(".add-to-cart_main").attr("data-status"); var url = window.location.href; var arguments = url.split('?')[1]; if(arguments){ arguments = arguments.split('=')[1].split('&')[0] } else{ arguments = '41069592412340' } // arguments.shift(); var varient_id = '41069592412340'; // if(varient_id == arguments[0]){ if(varient_id == arguments){ var varient_title = '18 in.'; checkChangeprice(varient_title); } var varient_id = '41069595295924'; // if(varient_id == arguments[0]){ if(varient_id == arguments){ var varient_title = '28 in.'; checkChangeprice(varient_title); } var varient_id = '41069599162548'; // if(varient_id == arguments[0]){ if(varient_id == arguments){ var varient_title = '36 in.'; checkChangeprice(varient_title); } var varient_id = '41069601128628'; // if(varient_id == arguments[0]){ if(varient_id == arguments){ var varient_title = '40 in.'; checkChangeprice(varient_title); } // console.log("selected_varient_id",arguments); if(check_status != "Currently Out of Stock" ){ //$(".add-to-cart, .add-to-cart_main").attr("disabled",false); } }, 3000); }); /* set main product quantity end*/ $(document).on('click', '.swatch_item_main', function () { var variant_id = $('[name="id"]').val(); $(".quantity__main").val(1);// return false;setMainProQuantity(); click_count ++; var swatch_item = $(this); var value = this.getAttribute('data-value'); var value_script = this.getAttribute('data-value'); var container = $(this).closest('.swatch_container'); container.find('.active').removeClass('active'); var id = container.attr('data-id'); $(this).addClass('active'); $('#' + id).val(value).trigger('change'); $('.swatches_text').text(': '+value); $('.adding_padding_swatches .selector-wrapper ').each(function () { var varient_label = $(this).find("label"); var varient_name = varient_label.text().split(':'); var find_varient_data = $(this).find(".swatch_item.active ").attr('data-value'); var value = ""+find_varient_data+"+value>"; varient_label.html(varient_name[0]+' : '+value); }); if (click_count > 0) { $('#' + id).val(value).trigger('change'); auto_click = 1; } var variant_id_1 = $('[name="id"]').val(); if(variant_id != variant_id_1){// changeDynamicLeadTime(); }variantClickScript(value_script); }); function variantClickScript(value_script){ var catrgory_data = "["Category: Outdoor Kitchen", "Color: White", "Configuration: Individuals", "Individual_product", "Material: Fiber Cement", "PIP Status: Redesign", "Product Type: Accessories", "Product Type: Back Panels", "Replacement Part", "Series: Signature", "Signature Stone & Fiberboard", "SignatureSeries_Warranty", "Size: 18 inch", "Size: 28 Inch", "Size: 36 inch", "Size: 40 Inch", "swatch_dropdown"]"; catrgory_data = catrgory_data.split(","); var cat_name ="All NewAge Products"; for(var i = 0; i < catrgory_data.length; i++) { var res = catrgory_data[i].match(/Category/g); if(res != null){ var catrgory_data = catrgory_data[i]; catrgory_data = catrgory_data.split(":"); catrgory_data = catrgory_data[1]; catrgory_data = catrgory_data.replace("PIP Status",""); catrgory_data = catrgory_data.replace("Category",""); catrgory_data = catrgory_data.replace("Color",""); catrgory_data = catrgory_data.replace(/"/g, ''); } } dataLayer.push({ 'Pagetype':'PIP', //also need to pass word ‘page’ 'category':catrgory_data, //also need to pass word ‘page’// 'subcategory':'value', //also need to pass word ‘page’ 'variant':value_script}) } var pro_current_variant ='41069592412340'; var main_page_url=window.location.href; var variantLeadMessageArray = []; var state = localStorage.getItem('state'); var tags_data = "["Category: Outdoor Kitchen", "Color: White", "Configuration: Individuals", "Individual_product", "Material: Fiber Cement", "PIP Status: Redesign", "Product Type: Accessories", "Product Type: Back Panels", "Replacement Part", "Series: Signature", "Signature Stone & Fiberboard", "SignatureSeries_Warranty", "Size: 18 inch", "Size: 28 Inch", "Size: 36 inch", "Size: 40 Inch", "swatch_dropdown"]".search("BestDeals_NovEvents"); var show_default_data = true; if(state != null && tags_data > 0 ){ show_default_data = false; } if(state == null && tags_data > 0 ){ show_default_data = false; } if(state == null && tags_data < 0 ){ show_default_data = false; } if(show_default_data == true){ var variant_id = 41069592412340; var valueLead = '[{"sku":"66141","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 6-12 days.","dc":"216","mid":"3","AL":"This product will ship in 6-12 days.|4","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 6-12 days.|5","AR":"This product will ship in 6-12 days.|4","CA":"This product will ship in 11-17 days.|5","CO":"This product will ship in 6-12 days.|5","CT":"This product will ship in 6-12 days.|1","DE":"This product will ship in 6-12 days.|1","DC":"This product will ship in 6-12 days.|1","FL":"This product will ship in 7-13 days.|2","GA":"This product will ship in 8-14 days.|3","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 6-12 days.|4","IL":"This product will ship in 5-11 days.|3","IN":"This product will ship in 6-12 days.|2","IA":"This product will ship in 6-12 days.|3","KS":"This product will ship in 6-12 days.|5","KY":"This product will ship in 6-12 days.|2","LA":"This product will ship in 6-12 days.|4","ME":"This product will ship in 4-11 days.|1","MD":"This product will ship in 9-15 days.|1","MA":"This product will ship in 4-11 days.|1","MI":"This product will ship in 6-12 days.|2","MN":"This product will ship in 6-12 days.|3","MS":"This product will ship in 6-12 days.|4","MT":"This product will ship in 6-12 days.|4","NE":"This product will ship in 6-12 days.|4","NV":"This product will ship in 6-12 days.|5","NH":"This product will ship in 5-11 days.|1","NJ":"This product will ship in 8-14 days.|1","NM":"This product will ship in 6-12 days.|5","NY":"This product will ship in 5-11 days.|1","NC":"This product will ship in 4-11 days.|1","ND":"This product will ship in 6-12 days.|4","OH":"This product will ship in 6-12 days.|2","OK":"This product will ship in 6-12 days.|5","OR":"This product will ship in 6-12 days.|4","PA":"This product will ship in 4-11 days.|1","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 4-11 days.|1","SC":"This product will ship in 6-12 days.|2","SD":"This product will ship in 6-12 days.|4","TN":"This product will ship in 4-11 days.|4","TX":"This product will ship in 8-14 days.|5","UT":"This product will ship in 6-12 days.|5","VT":"This product will ship in 8-14 days.|1","VA":"This product will ship in 6-12 days.|1","WA":"This product will ship in 6-12 days.|4","WV":"This product will ship in 6-12 days.|1","WI":"This product will ship in 6-12 days.|2","WY":"This product will ship in 6-12 days.|4","MO":"This product will ship in 6-12 days.|4"},{"sku":"66141","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 11-17 days.","dc":"214","mid":"3","AL":"This product will ship in 11-17 days.|5","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 11-17 days.|1","AR":"This product will ship in 11-17 days.|5","CA":"This product will ship in 11-17 days.|1","CO":"This product will ship in 11-17 days.|2","CT":"This product will ship in 11-17 days.|5","DE":"This product will ship in 11-17 days.|5","DC":"This product will ship in 11-17 days.|5","FL":"This product will ship in 11-17 days.|5","GA":"This product will ship in 11-17 days.|5","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 11-17 days.|1","IL":"This product will ship in 11-17 days.|5","IN":"This product will ship in 11-17 days.|5","IA":"This product will ship in 11-17 days.|5","KS":"This product will ship in 11-17 days.|4","KY":"This product will ship in 11-17 days.|5","LA":"This product will ship in 11-17 days.|5","ME":"This product will ship in 11-17 days.|5","MD":"This product will ship in 11-17 days.|5","MA":"This product will ship in 11-17 days.|5","MI":"This product will ship in 11-17 days.|5","MN":"This product will ship in 11-17 days.|5","MS":"This product will ship in 11-17 days.|5","MT":"This product will ship in 11-17 days.|1","NE":"This product will ship in 11-17 days.|3","NV":"This product will ship in 11-17 days.|1","NH":"This product will ship in 11-17 days.|5","NJ":"This product will ship in 11-17 days.|5","NM":"This product will ship in 11-17 days.|2","NY":"This product will ship in 11-17 days.|5","NC":"This product will ship in 11-17 days.|5","ND":"This product will ship in 11-17 days.|3","OH":"This product will ship in 11-17 days.|5","OK":"This product will ship in 11-17 days.|4","OR":"This product will ship in 11-17 days.|1","PA":"This product will ship in 11-17 days.|5","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 11-17 days.|5","SC":"This product will ship in 11-17 days.|5","SD":"This product will ship in 11-17 days.|3","TN":"This product will ship in 11-17 days.|5","TX":"This product will ship in 11-17 days.|4","UT":"This product will ship in 11-17 days.|1","VT":"This product will ship in 11-17 days.|5","VA":"This product will ship in 11-17 days.|5","WA":"This product will ship in 11-17 days.|1","WV":"This product will ship in 11-17 days.|5","WI":"This product will ship in 11-17 days.|5","WY":"This product will ship in 11-17 days.|1","MO":"This product will ship in 11-17 days.|5"},{"sku":"66141","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 8-14 days.","dc":"217","mid":"3","AL":"This product will ship in 8-14 days.|2","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 11-17 days.|3","AR":"This product will ship in 8-14 days.|2","CA":"This product will ship in 8-14 days.|3","CO":"This product will ship in 8-14 days.|3","CT":"This product will ship in 9-15 days.|2","DE":"This product will ship in 8-14 days.|2","DC":"This product will ship in 8-14 days.|2","FL":"This product will ship in 7-13 days.|4","GA":"This product will ship in 4-11 days.|2","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 8-14 days.|3","IL":"This product will ship in 6-12 days.|1","IN":"This product will ship in 5-11 days.|1","IA":"This product will ship in 8-14 days.|1","KS":"This product will ship in 8-14 days.|2","KY":"This product will ship in 5-11 days.|1","LA":"This product will ship in 8-14 days.|3","ME":"This product will ship in 8-14 days.|2","MD":"This product will ship in 8-14 days.|2","MA":"This product will ship in 9-15 days.|2","MI":"This product will ship in 6-12 days.|1","MN":"This product will ship in 8-14 days.|1","MS":"This product will ship in 8-14 days.|3","MT":"This product will ship in 8-14 days.|2","NE":"This product will ship in 8-14 days.|1","NV":"This product will ship in 5-11 days.|3","NH":"This product will ship in 8-14 days.|2","NJ":"This product will ship in 6-12 days.|2","NM":"This product will ship in 8-14 days.|3","NY":"This product will ship in 8-14 days.|2","NC":"This product will ship in 6-12 days.|3","ND":"This product will ship in 8-14 days.|1","OH":"This product will ship in 5-11 days.|1","OK":"This product will ship in 4-11 days.|2","OR":"This product will ship in 8-14 days.|3","PA":"This product will ship in 8-14 days.|2","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 8-14 days.|2","SC":"This product will ship in 8-14 days.|3","SD":"This product will ship in 8-14 days.|1","TN":"This product will ship in 6-12 days.|1","TX":"This product will ship in 8-14 days.|2","UT":"This product will ship in 8-14 days.|3","VT":"This product will ship in 8-14 days.|2","VA":"This product will ship in 6-12 days.|2","WA":"This product will ship in 8-14 days.|3","WV":"This product will ship in 8-14 days.|2","WI":"This product will ship in 8-14 days.|1","WY":"This product will ship in 8-14 days.|3","MO":"This product will ship in 8-14 days.|1"},{"sku":"66141","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 5-11 days.","dc":"207","mid":"3","AL":"This product will ship in 4-11 days.|1","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 5-11 days.|4","AR":"This product will ship in 4-11 days.|3","CA":"This product will ship in 5-11 days.|4","CO":"This product will ship in 6-12 days.|4","CT":"This product will ship in 5-11 days.|3","DE":"This product will ship in 5-11 days.|3","DC":"This product will ship in 5-11 days.|3","FL":"This product will ship in 4-11 days.|1","GA":"This product will ship in 4-11 days.|1","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 5-11 days.|5","IL":"This product will ship in 5-11 days.|4","IN":"This product will ship in 5-11 days.|4","IA":"This product will ship in 5-11 days.|4","KS":"This product will ship in 5-11 days.|3","KY":"This product will ship in 5-11 days.|3","LA":"This product will ship in 5-11 days.|2","ME":"This product will ship in 5-11 days.|3","MD":"This product will ship in 4-11 days.|3","MA":"This product will ship in 12-18 days.|3","MI":"This product will ship in 5-11 days.|4","MN":"This product will ship in 7-13 days.|4","MS":"This product will ship in 5-11 days.|2","MT":"This product will ship in 5-11 days.|5","NE":"This product will ship in 5-11 days.|5","NV":"This product will ship in 5-11 days.|4","NH":"This product will ship in 5-11 days.|3","NJ":"This product will ship in 5-11 days.|3","NM":"This product will ship in 5-11 days.|4","NY":"This product will ship in 5-11 days.|3","NC":"This product will ship in 5-11 days.|2","ND":"This product will ship in 5-11 days.|5","OH":"This product will ship in 5-11 days.|3","OK":"This product will ship in 5-11 days.|3","OR":"This product will ship in 5-11 days.|5","PA":"This product will ship in 5-11 days.|3","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 13-19 days.|3","SC":"This product will ship in 5-11 days.|1","SD":"This product will ship in 5-11 days.|5","TN":"This product will ship in 4-11 days.|2","TX":"This product will ship in 5-11 days.|3","UT":"This product will ship in 7-13 days.|4","VT":"This product will ship in 5-11 days.|3","VA":"This product will ship in 4-11 days.|3","WA":"This product will ship in 5-11 days.|5","WV":"This product will ship in 5-11 days.|3","WI":"This product will ship in 14-20 days.|4","WY":"This product will ship in 5-11 days.|5","MO":"This product will ship in 4-11 days.|3"},{"sku":"66141","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 7-13 days.","dc":"205","mid":"3","AL":"This product will ship in 4-11 days.|3","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 7-13 days.|2","AR":"This product will ship in 7-13 days.|1","CA":"This product will ship in 13-19 days.|2","CO":"This product will ship in 9-15 days.|1","CT":"This product will ship in 7-13 days.|4","DE":"This product will ship in 7-13 days.|4","DC":"This product will ship in 7-13 days.|4","FL":"This product will ship in 8-14 days.|3","GA":"This product will ship in 5-11 days.|4","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 7-13 days.|2","IL":"This product will ship in 7-13 days.|2","IN":"This product will ship in 7-13 days.|3","IA":"This product will ship in 7-13 days.|2","KS":"This product will ship in 4-11 days.|1","KY":"This product will ship in 7-13 days.|4","LA":"This product will ship in 7-13 days.|1","ME":"This product will ship in 7-13 days.|4","MD":"This product will ship in 7-13 days.|4","MA":"This product will ship in 7-13 days.|4","MI":"This product will ship in 7-13 days.|3","MN":"This product will ship in 7-13 days.|2","MS":"This product will ship in 5-11 days.|1","MT":"This product will ship in 7-13 days.|3","NE":"This product will ship in 7-13 days.|2","NV":"This product will ship in 7-13 days.|2","NH":"This product will ship in 7-13 days.|4","NJ":"This product will ship in 7-13 days.|4","NM":"This product will ship in 7-13 days.|1","NY":"This product will ship in 5-11 days.|4","NC":"This product will ship in 6-12 days.|4","ND":"This product will ship in 7-13 days.|2","OH":"This product will ship in 10-16 days.|4","OK":"This product will ship in 7-13 days.|1","OR":"This product will ship in 7-13 days.|2","PA":"This product will ship in 7-13 days.|4","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 7-13 days.|4","SC":"This product will ship in 7-13 days.|4","SD":"This product will ship in 7-13 days.|2","TN":"This product will ship in 6-12 days.|3","TX":"This product will ship in 4-11 days.|1","UT":"This product will ship in 7-13 days.|2","VT":"This product will ship in 7-13 days.|4","VA":"This product will ship in 7-13 days.|4","WA":"This product will ship in 7-13 days.|2","WV":"This product will ship in 7-13 days.|4","WI":"This product will ship in 7-13 days.|3","WY":"This product will ship in 7-13 days.|2","MO":"This product will ship in 7-13 days.|2"},{"sku":"66141","pre_order":"OUT OF STOCK","store":"US","default_leadtime":"This product is temporarily unavailable to order","dc":"209","mid":"3","AL":"This product is temporarily unavailable to order","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product is temporarily unavailable to order","AR":"This product is temporarily unavailable to order","CA":"This product is temporarily unavailable to order","CO":"This product is temporarily unavailable to order","CT":"This product is temporarily unavailable to order","DE":"This product is temporarily unavailable to order","DC":"This product is temporarily unavailable to order","FL":"This product is temporarily unavailable to order","GA":"This product is temporarily unavailable to order","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product is temporarily unavailable to order","IL":"This product is temporarily unavailable to order","IN":"This product is temporarily unavailable to order","IA":"This product is temporarily unavailable to order","KS":"This product is temporarily unavailable to order","KY":"This product is temporarily unavailable to order","LA":"This product is temporarily unavailable to order","ME":"This product is temporarily unavailable to order","MD":"This product is temporarily unavailable to order","MA":"This product is temporarily unavailable to order","MI":"This product is temporarily unavailable to order","MN":"This product is temporarily unavailable to order","MS":"This product is temporarily unavailable to order","MT":"This product is temporarily unavailable to order","NE":"This product is temporarily unavailable to order","NV":"This product is temporarily unavailable to order","NH":"This product is temporarily unavailable to order","NJ":"This product is temporarily unavailable to order","NM":"This product is temporarily unavailable to order","NY":"This product is temporarily unavailable to order","NC":"This product is temporarily unavailable to order","ND":"This product is temporarily unavailable to order","OH":"This product is temporarily unavailable to order","OK":"This product is temporarily unavailable to order","OR":"This product is temporarily unavailable to order","PA":"This product is temporarily unavailable to order","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product is temporarily unavailable to order","SC":"This product is temporarily unavailable to order","SD":"This product is temporarily unavailable to order","TN":"This product is temporarily unavailable to order","TX":"This product is temporarily unavailable to order","UT":"This product is temporarily unavailable to order","VT":"This product is temporarily unavailable to order","VA":"This product is temporarily unavailable to order","WA":"This product is temporarily unavailable to order","WV":"This product is temporarily unavailable to order","WI":"This product is temporarily unavailable to order","WY":"This product is temporarily unavailable to order","MO":"This product is temporarily unavailable to order"}]' valueLead = JSON.parse(valueLead); // console.log('valeLead',valueLead, variant_id); var price = 10499 / 100; var valueLead_lead_time =""; if( valueLead != null){ valueLead.filter(function(data, item){ // if(valueLead.length == 1){ // if(valueLead[0].lead_time == undefined || valueLead[0].lead_time == 'undefined'){ // valueLead_lead_time = valueLead[0].default_lead_time; // }else{ // valueLead_lead_time = valueLead[0].lead_time; // } // var valueLead_pre_order = valueLead[0].pre_order; // }else{ valueLead_lead_time = data[state]; var valueLead_pre_order = data['pre_order']; // } if(valueLead_lead_time == undefined || valueLead_lead_time == "undefined"){ valueLead_lead_time = data['default_leadtime']; } var sort_stock_status = 'ASC'; if(valueLead_pre_order=='DISCONTINUED' || valueLead_pre_order =='OUT OF STOCK' || valueLead_pre_order=='COMING SOON'){ sort_stock_status = 'DESC'; } if(valueLead_pre_order =='CLEARANCE'){ // valueLead_lead_time = valueLead[0].lead_time; } if(state!=null){ valueLead_lead_time = data[state]; valueLead_lead_time = ( valueLead_lead_time == '' || valueLead_lead_time == undefined) ? data['default_lead_time']:valueLead_lead_time; }else{ valueLead_lead_time = valueLead['default_lead_time']; } variantLeadMessageArray.push({ id: variant_id, price: price, value: valueLead_lead_time, pre_order: valueLead_pre_order, sort_stock_status: sort_stock_status }); }); }else{ valueLead_lead_time = 'This product will ship in 1-3 weeks.'; valueLead_pre_order = 'N'; sort_stock_status = 'ASC'; variantLeadMessageArray.push({ id: variant_id, price: price, value: valueLead_lead_time, pre_order: valueLead_pre_order, sort_stock_status: sort_stock_status }); } var variant_id = 41069595295924; var valueLead = '[{"sku":"66147","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 6-12 days.","dc":"216","mid":"3","AL":"This product will ship in 6-12 days.|4","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 6-12 days.|5","AR":"This product will ship in 6-12 days.|4","CA":"This product will ship in 11-17 days.|5","CO":"This product will ship in 6-12 days.|5","CT":"This product will ship in 6-12 days.|1","DE":"This product will ship in 6-12 days.|1","DC":"This product will ship in 6-12 days.|1","FL":"This product will ship in 7-13 days.|2","GA":"This product will ship in 8-14 days.|3","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 6-12 days.|4","IL":"This product will ship in 5-11 days.|3","IN":"This product will ship in 6-12 days.|2","IA":"This product will ship in 6-12 days.|3","KS":"This product will ship in 6-12 days.|5","KY":"This product will ship in 6-12 days.|2","LA":"This product will ship in 6-12 days.|4","ME":"This product will ship in 4-11 days.|1","MD":"This product will ship in 9-15 days.|1","MA":"This product will ship in 4-11 days.|1","MI":"This product will ship in 6-12 days.|2","MN":"This product will ship in 6-12 days.|3","MS":"This product will ship in 6-12 days.|4","MT":"This product will ship in 6-12 days.|4","NE":"This product will ship in 6-12 days.|4","NV":"This product will ship in 6-12 days.|5","NH":"This product will ship in 5-11 days.|1","NJ":"This product will ship in 8-14 days.|1","NM":"This product will ship in 6-12 days.|5","NY":"This product will ship in 5-11 days.|1","NC":"This product will ship in 4-11 days.|1","ND":"This product will ship in 6-12 days.|4","OH":"This product will ship in 6-12 days.|2","OK":"This product will ship in 6-12 days.|5","OR":"This product will ship in 6-12 days.|4","PA":"This product will ship in 4-11 days.|1","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 4-11 days.|1","SC":"This product will ship in 6-12 days.|2","SD":"This product will ship in 6-12 days.|4","TN":"This product will ship in 4-11 days.|4","TX":"This product will ship in 8-14 days.|5","UT":"This product will ship in 6-12 days.|5","VT":"This product will ship in 8-14 days.|1","VA":"This product will ship in 6-12 days.|1","WA":"This product will ship in 6-12 days.|4","WV":"This product will ship in 6-12 days.|1","WI":"This product will ship in 6-12 days.|2","WY":"This product will ship in 6-12 days.|4","MO":"This product will ship in 6-12 days.|4"},{"sku":"66147","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 11-17 days.","dc":"214","mid":"3","AL":"This product will ship in 11-17 days.|5","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 11-17 days.|1","AR":"This product will ship in 11-17 days.|5","CA":"This product will ship in 11-17 days.|1","CO":"This product will ship in 11-17 days.|2","CT":"This product will ship in 11-17 days.|5","DE":"This product will ship in 11-17 days.|5","DC":"This product will ship in 11-17 days.|5","FL":"This product will ship in 11-17 days.|5","GA":"This product will ship in 11-17 days.|5","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 11-17 days.|1","IL":"This product will ship in 11-17 days.|5","IN":"This product will ship in 11-17 days.|5","IA":"This product will ship in 11-17 days.|5","KS":"This product will ship in 11-17 days.|4","KY":"This product will ship in 11-17 days.|5","LA":"This product will ship in 11-17 days.|5","ME":"This product will ship in 11-17 days.|5","MD":"This product will ship in 11-17 days.|5","MA":"This product will ship in 11-17 days.|5","MI":"This product will ship in 11-17 days.|5","MN":"This product will ship in 11-17 days.|5","MS":"This product will ship in 11-17 days.|5","MT":"This product will ship in 11-17 days.|1","NE":"This product will ship in 11-17 days.|3","NV":"This product will ship in 11-17 days.|1","NH":"This product will ship in 11-17 days.|5","NJ":"This product will ship in 11-17 days.|5","NM":"This product will ship in 11-17 days.|2","NY":"This product will ship in 11-17 days.|5","NC":"This product will ship in 11-17 days.|5","ND":"This product will ship in 11-17 days.|3","OH":"This product will ship in 11-17 days.|5","OK":"This product will ship in 11-17 days.|4","OR":"This product will ship in 11-17 days.|1","PA":"This product will ship in 11-17 days.|5","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 11-17 days.|5","SC":"This product will ship in 11-17 days.|5","SD":"This product will ship in 11-17 days.|3","TN":"This product will ship in 11-17 days.|5","TX":"This product will ship in 11-17 days.|4","UT":"This product will ship in 11-17 days.|1","VT":"This product will ship in 11-17 days.|5","VA":"This product will ship in 11-17 days.|5","WA":"This product will ship in 11-17 days.|1","WV":"This product will ship in 11-17 days.|5","WI":"This product will ship in 11-17 days.|5","WY":"This product will ship in 11-17 days.|1","MO":"This product will ship in 11-17 days.|5"},{"sku":"66147","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 8-14 days.","dc":"217","mid":"3","AL":"This product will ship in 8-14 days.|2","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 11-17 days.|3","AR":"This product will ship in 8-14 days.|2","CA":"This product will ship in 8-14 days.|3","CO":"This product will ship in 8-14 days.|3","CT":"This product will ship in 9-15 days.|2","DE":"This product will ship in 8-14 days.|2","DC":"This product will ship in 8-14 days.|2","FL":"This product will ship in 7-13 days.|4","GA":"This product will ship in 4-11 days.|2","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 8-14 days.|3","IL":"This product will ship in 6-12 days.|1","IN":"This product will ship in 5-11 days.|1","IA":"This product will ship in 8-14 days.|1","KS":"This product will ship in 8-14 days.|2","KY":"This product will ship in 5-11 days.|1","LA":"This product will ship in 8-14 days.|3","ME":"This product will ship in 8-14 days.|2","MD":"This product will ship in 8-14 days.|2","MA":"This product will ship in 9-15 days.|2","MI":"This product will ship in 6-12 days.|1","MN":"This product will ship in 8-14 days.|1","MS":"This product will ship in 8-14 days.|3","MT":"This product will ship in 8-14 days.|2","NE":"This product will ship in 8-14 days.|1","NV":"This product will ship in 5-11 days.|3","NH":"This product will ship in 8-14 days.|2","NJ":"This product will ship in 6-12 days.|2","NM":"This product will ship in 8-14 days.|3","NY":"This product will ship in 8-14 days.|2","NC":"This product will ship in 6-12 days.|3","ND":"This product will ship in 8-14 days.|1","OH":"This product will ship in 5-11 days.|1","OK":"This product will ship in 4-11 days.|2","OR":"This product will ship in 8-14 days.|3","PA":"This product will ship in 8-14 days.|2","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 8-14 days.|2","SC":"This product will ship in 8-14 days.|3","SD":"This product will ship in 8-14 days.|1","TN":"This product will ship in 6-12 days.|1","TX":"This product will ship in 8-14 days.|2","UT":"This product will ship in 8-14 days.|3","VT":"This product will ship in 8-14 days.|2","VA":"This product will ship in 6-12 days.|2","WA":"This product will ship in 8-14 days.|3","WV":"This product will ship in 8-14 days.|2","WI":"This product will ship in 8-14 days.|1","WY":"This product will ship in 8-14 days.|3","MO":"This product will ship in 8-14 days.|1"},{"sku":"66147","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 5-11 days.","dc":"207","mid":"3","AL":"This product will ship in 4-11 days.|1","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 5-11 days.|4","AR":"This product will ship in 4-11 days.|3","CA":"This product will ship in 5-11 days.|4","CO":"This product will ship in 6-12 days.|4","CT":"This product will ship in 5-11 days.|3","DE":"This product will ship in 5-11 days.|3","DC":"This product will ship in 5-11 days.|3","FL":"This product will ship in 4-11 days.|1","GA":"This product will ship in 4-11 days.|1","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 5-11 days.|5","IL":"This product will ship in 5-11 days.|4","IN":"This product will ship in 5-11 days.|4","IA":"This product will ship in 5-11 days.|4","KS":"This product will ship in 5-11 days.|3","KY":"This product will ship in 5-11 days.|3","LA":"This product will ship in 5-11 days.|2","ME":"This product will ship in 5-11 days.|3","MD":"This product will ship in 4-11 days.|3","MA":"This product will ship in 12-18 days.|3","MI":"This product will ship in 5-11 days.|4","MN":"This product will ship in 7-13 days.|4","MS":"This product will ship in 5-11 days.|2","MT":"This product will ship in 5-11 days.|5","NE":"This product will ship in 5-11 days.|5","NV":"This product will ship in 5-11 days.|4","NH":"This product will ship in 5-11 days.|3","NJ":"This product will ship in 5-11 days.|3","NM":"This product will ship in 5-11 days.|4","NY":"This product will ship in 5-11 days.|3","NC":"This product will ship in 5-11 days.|2","ND":"This product will ship in 5-11 days.|5","OH":"This product will ship in 5-11 days.|3","OK":"This product will ship in 5-11 days.|3","OR":"This product will ship in 5-11 days.|5","PA":"This product will ship in 5-11 days.|3","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 13-19 days.|3","SC":"This product will ship in 5-11 days.|1","SD":"This product will ship in 5-11 days.|5","TN":"This product will ship in 4-11 days.|2","TX":"This product will ship in 5-11 days.|3","UT":"This product will ship in 7-13 days.|4","VT":"This product will ship in 5-11 days.|3","VA":"This product will ship in 4-11 days.|3","WA":"This product will ship in 5-11 days.|5","WV":"This product will ship in 5-11 days.|3","WI":"This product will ship in 14-20 days.|4","WY":"This product will ship in 5-11 days.|5","MO":"This product will ship in 4-11 days.|3"},{"sku":"66147","pre_order":"OUT OF STOCK","store":"US","default_leadtime":"This product is temporarily unavailable to order","dc":"209","mid":"3","AL":"This product is temporarily unavailable to order","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product is temporarily unavailable to order","AR":"This product is temporarily unavailable to order","CA":"This product is temporarily unavailable to order","CO":"This product is temporarily unavailable to order","CT":"This product is temporarily unavailable to order","DE":"This product is temporarily unavailable to order","DC":"This product is temporarily unavailable to order","FL":"This product is temporarily unavailable to order","GA":"This product is temporarily unavailable to order","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product is temporarily unavailable to order","IL":"This product is temporarily unavailable to order","IN":"This product is temporarily unavailable to order","IA":"This product is temporarily unavailable to order","KS":"This product is temporarily unavailable to order","KY":"This product is temporarily unavailable to order","LA":"This product is temporarily unavailable to order","ME":"This product is temporarily unavailable to order","MD":"This product is temporarily unavailable to order","MA":"This product is temporarily unavailable to order","MI":"This product is temporarily unavailable to order","MN":"This product is temporarily unavailable to order","MS":"This product is temporarily unavailable to order","MT":"This product is temporarily unavailable to order","NE":"This product is temporarily unavailable to order","NV":"This product is temporarily unavailable to order","NH":"This product is temporarily unavailable to order","NJ":"This product is temporarily unavailable to order","NM":"This product is temporarily unavailable to order","NY":"This product is temporarily unavailable to order","NC":"This product is temporarily unavailable to order","ND":"This product is temporarily unavailable to order","OH":"This product is temporarily unavailable to order","OK":"This product is temporarily unavailable to order","OR":"This product is temporarily unavailable to order","PA":"This product is temporarily unavailable to order","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product is temporarily unavailable to order","SC":"This product is temporarily unavailable to order","SD":"This product is temporarily unavailable to order","TN":"This product is temporarily unavailable to order","TX":"This product is temporarily unavailable to order","UT":"This product is temporarily unavailable to order","VT":"This product is temporarily unavailable to order","VA":"This product is temporarily unavailable to order","WA":"This product is temporarily unavailable to order","WV":"This product is temporarily unavailable to order","WI":"This product is temporarily unavailable to order","WY":"This product is temporarily unavailable to order","MO":"This product is temporarily unavailable to order"},{"sku":"66147","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 7-13 days.","dc":"205","mid":"3","AL":"This product will ship in 4-11 days.|3","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 7-13 days.|2","AR":"This product will ship in 7-13 days.|1","CA":"This product will ship in 13-19 days.|2","CO":"This product will ship in 9-15 days.|1","CT":"This product will ship in 7-13 days.|4","DE":"This product will ship in 7-13 days.|4","DC":"This product will ship in 7-13 days.|4","FL":"This product will ship in 8-14 days.|3","GA":"This product will ship in 5-11 days.|4","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 7-13 days.|2","IL":"This product will ship in 7-13 days.|2","IN":"This product will ship in 7-13 days.|3","IA":"This product will ship in 7-13 days.|2","KS":"This product will ship in 4-11 days.|1","KY":"This product will ship in 7-13 days.|4","LA":"This product will ship in 7-13 days.|1","ME":"This product will ship in 7-13 days.|4","MD":"This product will ship in 7-13 days.|4","MA":"This product will ship in 7-13 days.|4","MI":"This product will ship in 7-13 days.|3","MN":"This product will ship in 7-13 days.|2","MS":"This product will ship in 5-11 days.|1","MT":"This product will ship in 7-13 days.|3","NE":"This product will ship in 7-13 days.|2","NV":"This product will ship in 7-13 days.|2","NH":"This product will ship in 7-13 days.|4","NJ":"This product will ship in 7-13 days.|4","NM":"This product will ship in 7-13 days.|1","NY":"This product will ship in 5-11 days.|4","NC":"This product will ship in 6-12 days.|4","ND":"This product will ship in 7-13 days.|2","OH":"This product will ship in 10-16 days.|4","OK":"This product will ship in 7-13 days.|1","OR":"This product will ship in 7-13 days.|2","PA":"This product will ship in 7-13 days.|4","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 7-13 days.|4","SC":"This product will ship in 7-13 days.|4","SD":"This product will ship in 7-13 days.|2","TN":"This product will ship in 6-12 days.|3","TX":"This product will ship in 4-11 days.|1","UT":"This product will ship in 7-13 days.|2","VT":"This product will ship in 7-13 days.|4","VA":"This product will ship in 7-13 days.|4","WA":"This product will ship in 7-13 days.|2","WV":"This product will ship in 7-13 days.|4","WI":"This product will ship in 7-13 days.|3","WY":"This product will ship in 7-13 days.|2","MO":"This product will ship in 7-13 days.|2"}]' valueLead = JSON.parse(valueLead); // console.log('valeLead',valueLead, variant_id); var price = 10499 / 100; var valueLead_lead_time =""; if( valueLead != null){ valueLead.filter(function(data, item){ // if(valueLead.length == 1){ // if(valueLead[0].lead_time == undefined || valueLead[0].lead_time == 'undefined'){ // valueLead_lead_time = valueLead[0].default_lead_time; // }else{ // valueLead_lead_time = valueLead[0].lead_time; // } // var valueLead_pre_order = valueLead[0].pre_order; // }else{ valueLead_lead_time = data[state]; var valueLead_pre_order = data['pre_order']; // } if(valueLead_lead_time == undefined || valueLead_lead_time == "undefined"){ valueLead_lead_time = data['default_leadtime']; } var sort_stock_status = 'ASC'; if(valueLead_pre_order=='DISCONTINUED' || valueLead_pre_order =='OUT OF STOCK' || valueLead_pre_order=='COMING SOON'){ sort_stock_status = 'DESC'; } if(valueLead_pre_order =='CLEARANCE'){ // valueLead_lead_time = valueLead[0].lead_time; } if(state!=null){ valueLead_lead_time = data[state]; valueLead_lead_time = ( valueLead_lead_time == '' || valueLead_lead_time == undefined) ? data['default_lead_time']:valueLead_lead_time; }else{ valueLead_lead_time = valueLead['default_lead_time']; } variantLeadMessageArray.push({ id: variant_id, price: price, value: valueLead_lead_time, pre_order: valueLead_pre_order, sort_stock_status: sort_stock_status }); }); }else{ valueLead_lead_time = 'This product will ship in 1-3 weeks.'; valueLead_pre_order = 'N'; sort_stock_status = 'ASC'; variantLeadMessageArray.push({ id: variant_id, price: price, value: valueLead_lead_time, pre_order: valueLead_pre_order, sort_stock_status: sort_stock_status }); } var variant_id = 41069599162548; var valueLead = '[{"sku":"66142","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 7-13 days.","dc":"205","mid":"3","AL":"This product will ship in 4-11 days.|3","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 7-13 days.|2","AR":"This product will ship in 7-13 days.|1","CA":"This product will ship in 13-19 days.|2","CO":"This product will ship in 9-15 days.|1","CT":"This product will ship in 7-13 days.|4","DE":"This product will ship in 7-13 days.|4","DC":"This product will ship in 7-13 days.|4","FL":"This product will ship in 8-14 days.|3","GA":"This product will ship in 5-11 days.|4","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 7-13 days.|2","IL":"This product will ship in 7-13 days.|2","IN":"This product will ship in 7-13 days.|3","IA":"This product will ship in 7-13 days.|2","KS":"This product will ship in 4-11 days.|1","KY":"This product will ship in 7-13 days.|4","LA":"This product will ship in 7-13 days.|1","ME":"This product will ship in 7-13 days.|4","MD":"This product will ship in 7-13 days.|4","MA":"This product will ship in 7-13 days.|4","MI":"This product will ship in 7-13 days.|3","MN":"This product will ship in 7-13 days.|2","MS":"This product will ship in 5-11 days.|1","MT":"This product will ship in 7-13 days.|3","NE":"This product will ship in 7-13 days.|2","NV":"This product will ship in 7-13 days.|2","NH":"This product will ship in 7-13 days.|4","NJ":"This product will ship in 7-13 days.|4","NM":"This product will ship in 7-13 days.|1","NY":"This product will ship in 5-11 days.|4","NC":"This product will ship in 6-12 days.|4","ND":"This product will ship in 7-13 days.|2","OH":"This product will ship in 10-16 days.|4","OK":"This product will ship in 7-13 days.|1","OR":"This product will ship in 7-13 days.|2","PA":"This product will ship in 7-13 days.|4","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 7-13 days.|4","SC":"This product will ship in 7-13 days.|4","SD":"This product will ship in 7-13 days.|2","TN":"This product will ship in 6-12 days.|3","TX":"This product will ship in 4-11 days.|1","UT":"This product will ship in 7-13 days.|2","VT":"This product will ship in 7-13 days.|4","VA":"This product will ship in 7-13 days.|4","WA":"This product will ship in 7-13 days.|2","WV":"This product will ship in 7-13 days.|4","WI":"This product will ship in 7-13 days.|3","WY":"This product will ship in 7-13 days.|2","MO":"This product will ship in 7-13 days.|2"},{"sku":"66142","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 5-11 days.","dc":"207","mid":"3","AL":"This product will ship in 4-11 days.|1","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 5-11 days.|4","AR":"This product will ship in 4-11 days.|3","CA":"This product will ship in 5-11 days.|4","CO":"This product will ship in 6-12 days.|4","CT":"This product will ship in 5-11 days.|3","DE":"This product will ship in 5-11 days.|3","DC":"This product will ship in 5-11 days.|3","FL":"This product will ship in 4-11 days.|1","GA":"This product will ship in 4-11 days.|1","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 5-11 days.|5","IL":"This product will ship in 5-11 days.|4","IN":"This product will ship in 5-11 days.|4","IA":"This product will ship in 5-11 days.|4","KS":"This product will ship in 5-11 days.|3","KY":"This product will ship in 5-11 days.|3","LA":"This product will ship in 5-11 days.|2","ME":"This product will ship in 5-11 days.|3","MD":"This product will ship in 4-11 days.|3","MA":"This product will ship in 12-18 days.|3","MI":"This product will ship in 5-11 days.|4","MN":"This product will ship in 7-13 days.|4","MS":"This product will ship in 5-11 days.|2","MT":"This product will ship in 5-11 days.|5","NE":"This product will ship in 5-11 days.|5","NV":"This product will ship in 5-11 days.|4","NH":"This product will ship in 5-11 days.|3","NJ":"This product will ship in 5-11 days.|3","NM":"This product will ship in 5-11 days.|4","NY":"This product will ship in 5-11 days.|3","NC":"This product will ship in 5-11 days.|2","ND":"This product will ship in 5-11 days.|5","OH":"This product will ship in 5-11 days.|3","OK":"This product will ship in 5-11 days.|3","OR":"This product will ship in 5-11 days.|5","PA":"This product will ship in 5-11 days.|3","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 13-19 days.|3","SC":"This product will ship in 5-11 days.|1","SD":"This product will ship in 5-11 days.|5","TN":"This product will ship in 4-11 days.|2","TX":"This product will ship in 5-11 days.|3","UT":"This product will ship in 7-13 days.|4","VT":"This product will ship in 5-11 days.|3","VA":"This product will ship in 4-11 days.|3","WA":"This product will ship in 5-11 days.|5","WV":"This product will ship in 5-11 days.|3","WI":"This product will ship in 14-20 days.|4","WY":"This product will ship in 5-11 days.|5","MO":"This product will ship in 4-11 days.|3"},{"sku":"66142","pre_order":"OUT OF STOCK","store":"US","default_leadtime":"This product is temporarily unavailable to order","dc":"209","mid":"3","AL":"This product is temporarily unavailable to order","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product is temporarily unavailable to order","AR":"This product is temporarily unavailable to order","CA":"This product is temporarily unavailable to order","CO":"This product is temporarily unavailable to order","CT":"This product is temporarily unavailable to order","DE":"This product is temporarily unavailable to order","DC":"This product is temporarily unavailable to order","FL":"This product is temporarily unavailable to order","GA":"This product is temporarily unavailable to order","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product is temporarily unavailable to order","IL":"This product is temporarily unavailable to order","IN":"This product is temporarily unavailable to order","IA":"This product is temporarily unavailable to order","KS":"This product is temporarily unavailable to order","KY":"This product is temporarily unavailable to order","LA":"This product is temporarily unavailable to order","ME":"This product is temporarily unavailable to order","MD":"This product is temporarily unavailable to order","MA":"This product is temporarily unavailable to order","MI":"This product is temporarily unavailable to order","MN":"This product is temporarily unavailable to order","MS":"This product is temporarily unavailable to order","MT":"This product is temporarily unavailable to order","NE":"This product is temporarily unavailable to order","NV":"This product is temporarily unavailable to order","NH":"This product is temporarily unavailable to order","NJ":"This product is temporarily unavailable to order","NM":"This product is temporarily unavailable to order","NY":"This product is temporarily unavailable to order","NC":"This product is temporarily unavailable to order","ND":"This product is temporarily unavailable to order","OH":"This product is temporarily unavailable to order","OK":"This product is temporarily unavailable to order","OR":"This product is temporarily unavailable to order","PA":"This product is temporarily unavailable to order","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product is temporarily unavailable to order","SC":"This product is temporarily unavailable to order","SD":"This product is temporarily unavailable to order","TN":"This product is temporarily unavailable to order","TX":"This product is temporarily unavailable to order","UT":"This product is temporarily unavailable to order","VT":"This product is temporarily unavailable to order","VA":"This product is temporarily unavailable to order","WA":"This product is temporarily unavailable to order","WV":"This product is temporarily unavailable to order","WI":"This product is temporarily unavailable to order","WY":"This product is temporarily unavailable to order","MO":"This product is temporarily unavailable to order"},{"sku":"66142","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 11-17 days.","dc":"214","mid":"3","AL":"This product will ship in 11-17 days.|5","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 11-17 days.|1","AR":"This product will ship in 11-17 days.|5","CA":"This product will ship in 11-17 days.|1","CO":"This product will ship in 11-17 days.|2","CT":"This product will ship in 11-17 days.|5","DE":"This product will ship in 11-17 days.|5","DC":"This product will ship in 11-17 days.|5","FL":"This product will ship in 11-17 days.|5","GA":"This product will ship in 11-17 days.|5","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 11-17 days.|1","IL":"This product will ship in 11-17 days.|5","IN":"This product will ship in 11-17 days.|5","IA":"This product will ship in 11-17 days.|5","KS":"This product will ship in 11-17 days.|4","KY":"This product will ship in 11-17 days.|5","LA":"This product will ship in 11-17 days.|5","ME":"This product will ship in 11-17 days.|5","MD":"This product will ship in 11-17 days.|5","MA":"This product will ship in 11-17 days.|5","MI":"This product will ship in 11-17 days.|5","MN":"This product will ship in 11-17 days.|5","MS":"This product will ship in 11-17 days.|5","MT":"This product will ship in 11-17 days.|1","NE":"This product will ship in 11-17 days.|3","NV":"This product will ship in 11-17 days.|1","NH":"This product will ship in 11-17 days.|5","NJ":"This product will ship in 11-17 days.|5","NM":"This product will ship in 11-17 days.|2","NY":"This product will ship in 11-17 days.|5","NC":"This product will ship in 11-17 days.|5","ND":"This product will ship in 11-17 days.|3","OH":"This product will ship in 11-17 days.|5","OK":"This product will ship in 11-17 days.|4","OR":"This product will ship in 11-17 days.|1","PA":"This product will ship in 11-17 days.|5","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 11-17 days.|5","SC":"This product will ship in 11-17 days.|5","SD":"This product will ship in 11-17 days.|3","TN":"This product will ship in 11-17 days.|5","TX":"This product will ship in 11-17 days.|4","UT":"This product will ship in 11-17 days.|1","VT":"This product will ship in 11-17 days.|5","VA":"This product will ship in 11-17 days.|5","WA":"This product will ship in 11-17 days.|1","WV":"This product will ship in 11-17 days.|5","WI":"This product will ship in 11-17 days.|5","WY":"This product will ship in 11-17 days.|1","MO":"This product will ship in 11-17 days.|5"},{"sku":"66142","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 6-12 days.","dc":"216","mid":"3","AL":"This product will ship in 6-12 days.|4","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 6-12 days.|5","AR":"This product will ship in 6-12 days.|4","CA":"This product will ship in 11-17 days.|5","CO":"This product will ship in 6-12 days.|5","CT":"This product will ship in 6-12 days.|1","DE":"This product will ship in 6-12 days.|1","DC":"This product will ship in 6-12 days.|1","FL":"This product will ship in 7-13 days.|2","GA":"This product will ship in 8-14 days.|3","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 6-12 days.|4","IL":"This product will ship in 5-11 days.|3","IN":"This product will ship in 6-12 days.|2","IA":"This product will ship in 6-12 days.|3","KS":"This product will ship in 6-12 days.|5","KY":"This product will ship in 6-12 days.|2","LA":"This product will ship in 6-12 days.|4","ME":"This product will ship in 4-11 days.|1","MD":"This product will ship in 9-15 days.|1","MA":"This product will ship in 4-11 days.|1","MI":"This product will ship in 6-12 days.|2","MN":"This product will ship in 6-12 days.|3","MS":"This product will ship in 6-12 days.|4","MT":"This product will ship in 6-12 days.|4","NE":"This product will ship in 6-12 days.|4","NV":"This product will ship in 6-12 days.|5","NH":"This product will ship in 5-11 days.|1","NJ":"This product will ship in 8-14 days.|1","NM":"This product will ship in 6-12 days.|5","NY":"This product will ship in 5-11 days.|1","NC":"This product will ship in 4-11 days.|1","ND":"This product will ship in 6-12 days.|4","OH":"This product will ship in 6-12 days.|2","OK":"This product will ship in 6-12 days.|5","OR":"This product will ship in 6-12 days.|4","PA":"This product will ship in 4-11 days.|1","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 4-11 days.|1","SC":"This product will ship in 6-12 days.|2","SD":"This product will ship in 6-12 days.|4","TN":"This product will ship in 4-11 days.|4","TX":"This product will ship in 8-14 days.|5","UT":"This product will ship in 6-12 days.|5","VT":"This product will ship in 8-14 days.|1","VA":"This product will ship in 6-12 days.|1","WA":"This product will ship in 6-12 days.|4","WV":"This product will ship in 6-12 days.|1","WI":"This product will ship in 6-12 days.|2","WY":"This product will ship in 6-12 days.|4","MO":"This product will ship in 6-12 days.|4"},{"sku":"66142","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 8-14 days.","dc":"217","mid":"3","AL":"This product will ship in 8-14 days.|2","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 11-17 days.|3","AR":"This product will ship in 8-14 days.|2","CA":"This product will ship in 8-14 days.|3","CO":"This product will ship in 8-14 days.|3","CT":"This product will ship in 9-15 days.|2","DE":"This product will ship in 8-14 days.|2","DC":"This product will ship in 8-14 days.|2","FL":"This product will ship in 7-13 days.|4","GA":"This product will ship in 4-11 days.|2","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 8-14 days.|3","IL":"This product will ship in 6-12 days.|1","IN":"This product will ship in 5-11 days.|1","IA":"This product will ship in 8-14 days.|1","KS":"This product will ship in 8-14 days.|2","KY":"This product will ship in 5-11 days.|1","LA":"This product will ship in 8-14 days.|3","ME":"This product will ship in 8-14 days.|2","MD":"This product will ship in 8-14 days.|2","MA":"This product will ship in 9-15 days.|2","MI":"This product will ship in 6-12 days.|1","MN":"This product will ship in 8-14 days.|1","MS":"This product will ship in 8-14 days.|3","MT":"This product will ship in 8-14 days.|2","NE":"This product will ship in 8-14 days.|1","NV":"This product will ship in 5-11 days.|3","NH":"This product will ship in 8-14 days.|2","NJ":"This product will ship in 6-12 days.|2","NM":"This product will ship in 8-14 days.|3","NY":"This product will ship in 8-14 days.|2","NC":"This product will ship in 6-12 days.|3","ND":"This product will ship in 8-14 days.|1","OH":"This product will ship in 5-11 days.|1","OK":"This product will ship in 4-11 days.|2","OR":"This product will ship in 8-14 days.|3","PA":"This product will ship in 8-14 days.|2","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 8-14 days.|2","SC":"This product will ship in 8-14 days.|3","SD":"This product will ship in 8-14 days.|1","TN":"This product will ship in 6-12 days.|1","TX":"This product will ship in 8-14 days.|2","UT":"This product will ship in 8-14 days.|3","VT":"This product will ship in 8-14 days.|2","VA":"This product will ship in 6-12 days.|2","WA":"This product will ship in 8-14 days.|3","WV":"This product will ship in 8-14 days.|2","WI":"This product will ship in 8-14 days.|1","WY":"This product will ship in 8-14 days.|3","MO":"This product will ship in 8-14 days.|1"}]' valueLead = JSON.parse(valueLead); // console.log('valeLead',valueLead, variant_id); var price = 10499 / 100; var valueLead_lead_time =""; if( valueLead != null){ valueLead.filter(function(data, item){ // if(valueLead.length == 1){ // if(valueLead[0].lead_time == undefined || valueLead[0].lead_time == 'undefined'){ // valueLead_lead_time = valueLead[0].default_lead_time; // }else{ // valueLead_lead_time = valueLead[0].lead_time; // } // var valueLead_pre_order = valueLead[0].pre_order; // }else{ valueLead_lead_time = data[state]; var valueLead_pre_order = data['pre_order']; // } if(valueLead_lead_time == undefined || valueLead_lead_time == "undefined"){ valueLead_lead_time = data['default_leadtime']; } var sort_stock_status = 'ASC'; if(valueLead_pre_order=='DISCONTINUED' || valueLead_pre_order =='OUT OF STOCK' || valueLead_pre_order=='COMING SOON'){ sort_stock_status = 'DESC'; } if(valueLead_pre_order =='CLEARANCE'){ // valueLead_lead_time = valueLead[0].lead_time; } if(state!=null){ valueLead_lead_time = data[state]; valueLead_lead_time = ( valueLead_lead_time == '' || valueLead_lead_time == undefined) ? data['default_lead_time']:valueLead_lead_time; }else{ valueLead_lead_time = valueLead['default_lead_time']; } variantLeadMessageArray.push({ id: variant_id, price: price, value: valueLead_lead_time, pre_order: valueLead_pre_order, sort_stock_status: sort_stock_status }); }); }else{ valueLead_lead_time = 'This product will ship in 1-3 weeks.'; valueLead_pre_order = 'N'; sort_stock_status = 'ASC'; variantLeadMessageArray.push({ id: variant_id, price: price, value: valueLead_lead_time, pre_order: valueLead_pre_order, sort_stock_status: sort_stock_status }); } var variant_id = 41069601128628; var valueLead = '[{"sku":"66149","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 7-13 days.","dc":"205","mid":"3","AL":"This product will ship in 4-11 days.|3","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 7-13 days.|2","AR":"This product will ship in 7-13 days.|1","CA":"This product will ship in 13-19 days.|2","CO":"This product will ship in 9-15 days.|1","CT":"This product will ship in 7-13 days.|4","DE":"This product will ship in 7-13 days.|4","DC":"This product will ship in 7-13 days.|4","FL":"This product will ship in 8-14 days.|3","GA":"This product will ship in 5-11 days.|4","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 7-13 days.|2","IL":"This product will ship in 7-13 days.|2","IN":"This product will ship in 7-13 days.|3","IA":"This product will ship in 7-13 days.|2","KS":"This product will ship in 4-11 days.|1","KY":"This product will ship in 7-13 days.|4","LA":"This product will ship in 7-13 days.|1","ME":"This product will ship in 7-13 days.|4","MD":"This product will ship in 7-13 days.|4","MA":"This product will ship in 7-13 days.|4","MI":"This product will ship in 7-13 days.|3","MN":"This product will ship in 7-13 days.|2","MS":"This product will ship in 5-11 days.|1","MT":"This product will ship in 7-13 days.|3","NE":"This product will ship in 7-13 days.|2","NV":"This product will ship in 7-13 days.|2","NH":"This product will ship in 7-13 days.|4","NJ":"This product will ship in 7-13 days.|4","NM":"This product will ship in 7-13 days.|1","NY":"This product will ship in 5-11 days.|4","NC":"This product will ship in 6-12 days.|4","ND":"This product will ship in 7-13 days.|2","OH":"This product will ship in 10-16 days.|4","OK":"This product will ship in 7-13 days.|1","OR":"This product will ship in 7-13 days.|2","PA":"This product will ship in 7-13 days.|4","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 7-13 days.|4","SC":"This product will ship in 7-13 days.|4","SD":"This product will ship in 7-13 days.|2","TN":"This product will ship in 6-12 days.|3","TX":"This product will ship in 4-11 days.|1","UT":"This product will ship in 7-13 days.|2","VT":"This product will ship in 7-13 days.|4","VA":"This product will ship in 7-13 days.|4","WA":"This product will ship in 7-13 days.|2","WV":"This product will ship in 7-13 days.|4","WI":"This product will ship in 7-13 days.|3","WY":"This product will ship in 7-13 days.|2","MO":"This product will ship in 7-13 days.|2"},{"sku":"66149","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 5-11 days.","dc":"207","mid":"3","AL":"This product will ship in 4-11 days.|1","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 5-11 days.|4","AR":"This product will ship in 4-11 days.|3","CA":"This product will ship in 5-11 days.|4","CO":"This product will ship in 6-12 days.|4","CT":"This product will ship in 5-11 days.|3","DE":"This product will ship in 5-11 days.|3","DC":"This product will ship in 5-11 days.|3","FL":"This product will ship in 4-11 days.|1","GA":"This product will ship in 4-11 days.|1","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 5-11 days.|5","IL":"This product will ship in 5-11 days.|4","IN":"This product will ship in 5-11 days.|4","IA":"This product will ship in 5-11 days.|4","KS":"This product will ship in 5-11 days.|3","KY":"This product will ship in 5-11 days.|3","LA":"This product will ship in 5-11 days.|2","ME":"This product will ship in 5-11 days.|3","MD":"This product will ship in 4-11 days.|3","MA":"This product will ship in 12-18 days.|3","MI":"This product will ship in 5-11 days.|4","MN":"This product will ship in 7-13 days.|4","MS":"This product will ship in 5-11 days.|2","MT":"This product will ship in 5-11 days.|5","NE":"This product will ship in 5-11 days.|5","NV":"This product will ship in 5-11 days.|4","NH":"This product will ship in 5-11 days.|3","NJ":"This product will ship in 5-11 days.|3","NM":"This product will ship in 5-11 days.|4","NY":"This product will ship in 5-11 days.|3","NC":"This product will ship in 5-11 days.|2","ND":"This product will ship in 5-11 days.|5","OH":"This product will ship in 5-11 days.|3","OK":"This product will ship in 5-11 days.|3","OR":"This product will ship in 5-11 days.|5","PA":"This product will ship in 5-11 days.|3","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 13-19 days.|3","SC":"This product will ship in 5-11 days.|1","SD":"This product will ship in 5-11 days.|5","TN":"This product will ship in 4-11 days.|2","TX":"This product will ship in 5-11 days.|3","UT":"This product will ship in 7-13 days.|4","VT":"This product will ship in 5-11 days.|3","VA":"This product will ship in 4-11 days.|3","WA":"This product will ship in 5-11 days.|5","WV":"This product will ship in 5-11 days.|3","WI":"This product will ship in 14-20 days.|4","WY":"This product will ship in 5-11 days.|5","MO":"This product will ship in 4-11 days.|3"},{"sku":"66149","pre_order":"OUT OF STOCK","store":"US","default_leadtime":"This product is temporarily unavailable to order","dc":"209","mid":"3","AL":"This product is temporarily unavailable to order","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product is temporarily unavailable to order","AR":"This product is temporarily unavailable to order","CA":"This product is temporarily unavailable to order","CO":"This product is temporarily unavailable to order","CT":"This product is temporarily unavailable to order","DE":"This product is temporarily unavailable to order","DC":"This product is temporarily unavailable to order","FL":"This product is temporarily unavailable to order","GA":"This product is temporarily unavailable to order","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product is temporarily unavailable to order","IL":"This product is temporarily unavailable to order","IN":"This product is temporarily unavailable to order","IA":"This product is temporarily unavailable to order","KS":"This product is temporarily unavailable to order","KY":"This product is temporarily unavailable to order","LA":"This product is temporarily unavailable to order","ME":"This product is temporarily unavailable to order","MD":"This product is temporarily unavailable to order","MA":"This product is temporarily unavailable to order","MI":"This product is temporarily unavailable to order","MN":"This product is temporarily unavailable to order","MS":"This product is temporarily unavailable to order","MT":"This product is temporarily unavailable to order","NE":"This product is temporarily unavailable to order","NV":"This product is temporarily unavailable to order","NH":"This product is temporarily unavailable to order","NJ":"This product is temporarily unavailable to order","NM":"This product is temporarily unavailable to order","NY":"This product is temporarily unavailable to order","NC":"This product is temporarily unavailable to order","ND":"This product is temporarily unavailable to order","OH":"This product is temporarily unavailable to order","OK":"This product is temporarily unavailable to order","OR":"This product is temporarily unavailable to order","PA":"This product is temporarily unavailable to order","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product is temporarily unavailable to order","SC":"This product is temporarily unavailable to order","SD":"This product is temporarily unavailable to order","TN":"This product is temporarily unavailable to order","TX":"This product is temporarily unavailable to order","UT":"This product is temporarily unavailable to order","VT":"This product is temporarily unavailable to order","VA":"This product is temporarily unavailable to order","WA":"This product is temporarily unavailable to order","WV":"This product is temporarily unavailable to order","WI":"This product is temporarily unavailable to order","WY":"This product is temporarily unavailable to order","MO":"This product is temporarily unavailable to order"},{"sku":"66149","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 11-17 days.","dc":"214","mid":"3","AL":"This product will ship in 11-17 days.|5","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 11-17 days.|1","AR":"This product will ship in 11-17 days.|5","CA":"This product will ship in 11-17 days.|1","CO":"This product will ship in 11-17 days.|2","CT":"This product will ship in 11-17 days.|5","DE":"This product will ship in 11-17 days.|5","DC":"This product will ship in 11-17 days.|5","FL":"This product will ship in 11-17 days.|5","GA":"This product will ship in 11-17 days.|5","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 11-17 days.|1","IL":"This product will ship in 11-17 days.|5","IN":"This product will ship in 11-17 days.|5","IA":"This product will ship in 11-17 days.|5","KS":"This product will ship in 11-17 days.|4","KY":"This product will ship in 11-17 days.|5","LA":"This product will ship in 11-17 days.|5","ME":"This product will ship in 11-17 days.|5","MD":"This product will ship in 11-17 days.|5","MA":"This product will ship in 11-17 days.|5","MI":"This product will ship in 11-17 days.|5","MN":"This product will ship in 11-17 days.|5","MS":"This product will ship in 11-17 days.|5","MT":"This product will ship in 11-17 days.|1","NE":"This product will ship in 11-17 days.|3","NV":"This product will ship in 11-17 days.|1","NH":"This product will ship in 11-17 days.|5","NJ":"This product will ship in 11-17 days.|5","NM":"This product will ship in 11-17 days.|2","NY":"This product will ship in 11-17 days.|5","NC":"This product will ship in 11-17 days.|5","ND":"This product will ship in 11-17 days.|3","OH":"This product will ship in 11-17 days.|5","OK":"This product will ship in 11-17 days.|4","OR":"This product will ship in 11-17 days.|1","PA":"This product will ship in 11-17 days.|5","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 11-17 days.|5","SC":"This product will ship in 11-17 days.|5","SD":"This product will ship in 11-17 days.|3","TN":"This product will ship in 11-17 days.|5","TX":"This product will ship in 11-17 days.|4","UT":"This product will ship in 11-17 days.|1","VT":"This product will ship in 11-17 days.|5","VA":"This product will ship in 11-17 days.|5","WA":"This product will ship in 11-17 days.|1","WV":"This product will ship in 11-17 days.|5","WI":"This product will ship in 11-17 days.|5","WY":"This product will ship in 11-17 days.|1","MO":"This product will ship in 11-17 days.|5"},{"sku":"66149","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 6-12 days.","dc":"216","mid":"3","AL":"This product will ship in 6-12 days.|4","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 6-12 days.|5","AR":"This product will ship in 6-12 days.|4","CA":"This product will ship in 11-17 days.|5","CO":"This product will ship in 6-12 days.|5","CT":"This product will ship in 6-12 days.|1","DE":"This product will ship in 6-12 days.|1","DC":"This product will ship in 6-12 days.|1","FL":"This product will ship in 7-13 days.|2","GA":"This product will ship in 8-14 days.|3","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 6-12 days.|4","IL":"This product will ship in 5-11 days.|3","IN":"This product will ship in 6-12 days.|2","IA":"This product will ship in 6-12 days.|3","KS":"This product will ship in 6-12 days.|5","KY":"This product will ship in 6-12 days.|2","LA":"This product will ship in 6-12 days.|4","ME":"This product will ship in 4-11 days.|1","MD":"This product will ship in 9-15 days.|1","MA":"This product will ship in 4-11 days.|1","MI":"This product will ship in 6-12 days.|2","MN":"This product will ship in 6-12 days.|3","MS":"This product will ship in 6-12 days.|4","MT":"This product will ship in 6-12 days.|4","NE":"This product will ship in 6-12 days.|4","NV":"This product will ship in 6-12 days.|5","NH":"This product will ship in 5-11 days.|1","NJ":"This product will ship in 8-14 days.|1","NM":"This product will ship in 6-12 days.|5","NY":"This product will ship in 5-11 days.|1","NC":"This product will ship in 4-11 days.|1","ND":"This product will ship in 6-12 days.|4","OH":"This product will ship in 6-12 days.|2","OK":"This product will ship in 6-12 days.|5","OR":"This product will ship in 6-12 days.|4","PA":"This product will ship in 4-11 days.|1","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 4-11 days.|1","SC":"This product will ship in 6-12 days.|2","SD":"This product will ship in 6-12 days.|4","TN":"This product will ship in 4-11 days.|4","TX":"This product will ship in 8-14 days.|5","UT":"This product will ship in 6-12 days.|5","VT":"This product will ship in 8-14 days.|1","VA":"This product will ship in 6-12 days.|1","WA":"This product will ship in 6-12 days.|4","WV":"This product will ship in 6-12 days.|1","WI":"This product will ship in 6-12 days.|2","WY":"This product will ship in 6-12 days.|4","MO":"This product will ship in 6-12 days.|4"},{"sku":"66149","pre_order":"IN STOCK","store":"US","default_leadtime":"This product will ship in 8-14 days.","dc":"217","mid":"3","AL":"This product will ship in 8-14 days.|2","AK":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","AZ":"This product will ship in 11-17 days.|3","AR":"This product will ship in 8-14 days.|2","CA":"This product will ship in 8-14 days.|3","CO":"This product will ship in 8-14 days.|3","CT":"This product will ship in 9-15 days.|2","DE":"This product will ship in 8-14 days.|2","DC":"This product will ship in 8-14 days.|2","FL":"This product will ship in 7-13 days.|4","GA":"This product will ship in 4-11 days.|2","HI":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","ID":"This product will ship in 8-14 days.|3","IL":"This product will ship in 6-12 days.|1","IN":"This product will ship in 5-11 days.|1","IA":"This product will ship in 8-14 days.|1","KS":"This product will ship in 8-14 days.|2","KY":"This product will ship in 5-11 days.|1","LA":"This product will ship in 8-14 days.|3","ME":"This product will ship in 8-14 days.|2","MD":"This product will ship in 8-14 days.|2","MA":"This product will ship in 9-15 days.|2","MI":"This product will ship in 6-12 days.|1","MN":"This product will ship in 8-14 days.|1","MS":"This product will ship in 8-14 days.|3","MT":"This product will ship in 8-14 days.|2","NE":"This product will ship in 8-14 days.|1","NV":"This product will ship in 5-11 days.|3","NH":"This product will ship in 8-14 days.|2","NJ":"This product will ship in 6-12 days.|2","NM":"This product will ship in 8-14 days.|3","NY":"This product will ship in 8-14 days.|2","NC":"This product will ship in 6-12 days.|3","ND":"This product will ship in 8-14 days.|1","OH":"This product will ship in 5-11 days.|1","OK":"This product will ship in 4-11 days.|2","OR":"This product will ship in 8-14 days.|3","PA":"This product will ship in 8-14 days.|2","PR":"Shipping is currently unavailable for this area. Please provide an alternate shipping location for delivery. For questions, please contact our Sales specialists at 1.877.306.8930","RI":"This product will ship in 8-14 days.|2","SC":"This product will ship in 8-14 days.|3","SD":"This product will ship in 8-14 days.|1","TN":"This product will ship in 6-12 days.|1","TX":"This product will ship in 8-14 days.|2","UT":"This product will ship in 8-14 days.|3","VT":"This product will ship in 8-14 days.|2","VA":"This product will ship in 6-12 days.|2","WA":"This product will ship in 8-14 days.|3","WV":"This product will ship in 8-14 days.|2","WI":"This product will ship in 8-14 days.|1","WY":"This product will ship in 8-14 days.|3","MO":"This product will ship in 8-14 days.|1"}]' valueLead = JSON.parse(valueLead); // console.log('valeLead',valueLead, variant_id); var price = 11499 / 100; var valueLead_lead_time =""; if( valueLead != null){ valueLead.filter(function(data, item){ // if(valueLead.length == 1){ // if(valueLead[0].lead_time == undefined || valueLead[0].lead_time == 'undefined'){ // valueLead_lead_time = valueLead[0].default_lead_time; // }else{ // valueLead_lead_time = valueLead[0].lead_time; // } // var valueLead_pre_order = valueLead[0].pre_order; // }else{ valueLead_lead_time = data[state]; var valueLead_pre_order = data['pre_order']; // } if(valueLead_lead_time == undefined || valueLead_lead_time == "undefined"){ valueLead_lead_time = data['default_leadtime']; } var sort_stock_status = 'ASC'; if(valueLead_pre_order=='DISCONTINUED' || valueLead_pre_order =='OUT OF STOCK' || valueLead_pre_order=='COMING SOON'){ sort_stock_status = 'DESC'; } if(valueLead_pre_order =='CLEARANCE'){ // valueLead_lead_time = valueLead[0].lead_time; } if(state!=null){ valueLead_lead_time = data[state]; valueLead_lead_time = ( valueLead_lead_time == '' || valueLead_lead_time == undefined) ? data['default_lead_time']:valueLead_lead_time; }else{ valueLead_lead_time = valueLead['default_lead_time']; } variantLeadMessageArray.push({ id: variant_id, price: price, value: valueLead_lead_time, pre_order: valueLead_pre_order, sort_stock_status: sort_stock_status }); }); }else{ valueLead_lead_time = 'This product will ship in 1-3 weeks.'; valueLead_pre_order = 'N'; sort_stock_status = 'ASC'; variantLeadMessageArray.push({ id: variant_id, price: price, value: valueLead_lead_time, pre_order: valueLead_pre_order, sort_stock_status: sort_stock_status }); } var variantLeadMessageArrayCount = _.groupBy(variantLeadMessageArray, 'value'); var isExistStock = variantLeadMessageArray.filter(i => i.sort_stock_status =='ASC'); //console.log('variantLeadMessageArrayCount', variantLeadMessageArrayCount); var KeyI = 0; var minWeekValue = 0; var minWeekText = ''; $.each(variantLeadMessageArrayCount, function (key, value) { value.filter(function(data,index){ if(data['sort_stock_status']=='ASC'){ var leadArray = key.split(' '); ` `; if (leadArray.length > 4) { if (leadArray[4].toLowerCase() == 'in') { var weekArray = leadArray[5].split('-'); var startDay = parseInt(weekArray[0]); var endDay = parseInt(weekArray[1]); if (KeyI == 0) { minWeekValue = endDay; minWeekText = key; } if (endDay < minWeekValue) { minWeekValue = endDay; minWeekText = key; } KeyI++; } }else{ minWeekText = key; } } }); }); if(isExistStock.length == 0){ minWeekText = variantLeadMessageArray[0]['value']; } var sortStockStatus = variantLeadMessageArray; var sort = sortStockStatus.sort(function (a, b) { var StockStatusA = a.sort_stock_status; var StockStatusB = b.sort_stock_status; if (StockStatusA > StockStatusB) { return 1; } if (StockStatusA < StockStatusB) { return -1; } return 0; }); var items = sort.filter(i => minWeekText.includes(i.value)); // sort by value items.sort(function (a, b) { return a.value - b.value; }); // sort by name items.sort(function (a, b) { var nameA = a.price; var nameB = b.price; if (nameA > nameB) { return -1; } if (nameA < nameB) { return 1; } // names must be equal return 0; }); if(pro_current_variant !='' && main_page_url.search("variant=")==-1){ //var proVariants = '[{"id":41069592412340,"title":"18 in.","option1":"18 in.","option2":null,"option3":null,"sku":"66141","requires_shipping":true,"taxable":true,"featured_image":{"id":31912563605684,"product_id":7004957966516,"position":1,"created_at":"2021-12-27T09:20:04-05:00","updated_at":"2021-12-27T09:24:38-05:00","alt":null,"width":2000,"height":1500,"src":"\/\/shopnewage.com\/cdn\/shop\/products\/66141-SignatureOutdoorKitchen-18in-FiberCementBackPanel-PackOfTwo-Primary01.jpg?v=1640615078","variant_ids":[41069592412340]},"available":true,"name":"Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) - 18 in.","public_title":"18 in.","options":["18 in."],"price":10499,"weight":0,"compare_at_price":10499,"inventory_quantity":-172,"inventory_management":null,"inventory_policy":"deny","barcode":"676065661410","featured_media":{"alt":null,"id":24331628675252,"position":1,"preview_image":{"aspect_ratio":1.333,"height":1500,"width":2000,"src":"\/\/shopnewage.com\/cdn\/shop\/products\/66141-SignatureOutdoorKitchen-18in-FiberCementBackPanel-PackOfTwo-Primary01.jpg?v=1640615078"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":41069595295924,"title":"28 in.","option1":"28 in.","option2":null,"option3":null,"sku":"66147","requires_shipping":true,"taxable":true,"featured_image":{"id":31912567439540,"product_id":7004957966516,"position":5,"created_at":"2021-12-27T09:21:02-05:00","updated_at":"2021-12-27T09:24:38-05:00","alt":null,"width":2000,"height":1500,"src":"\/\/shopnewage.com\/cdn\/shop\/products\/66147-SignatureOutdoorKitchen-28in-FiberCementBackPanel-PackOfTwo-Primary01.jpg?v=1640615078","variant_ids":[41069595295924]},"available":true,"name":"Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) - 28 in.","public_title":"28 in.","options":["28 in."],"price":10499,"weight":0,"compare_at_price":10499,"inventory_quantity":-286,"inventory_management":null,"inventory_policy":"deny","barcode":"676065661472","featured_media":{"alt":null,"id":24331632607412,"position":5,"preview_image":{"aspect_ratio":1.333,"height":1500,"width":2000,"src":"\/\/shopnewage.com\/cdn\/shop\/products\/66147-SignatureOutdoorKitchen-28in-FiberCementBackPanel-PackOfTwo-Primary01.jpg?v=1640615078"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":41069599162548,"title":"36 in.","option1":"36 in.","option2":null,"option3":null,"sku":"66142","requires_shipping":true,"taxable":true,"featured_image":{"id":31912577171636,"product_id":7004957966516,"position":9,"created_at":"2021-12-27T09:22:39-05:00","updated_at":"2021-12-27T09:24:38-05:00","alt":null,"width":2000,"height":1500,"src":"\/\/shopnewage.com\/cdn\/shop\/products\/66147-SignatureOutdoorKitchen-28in-FiberCementBackPanel-PackOfTwo-Primary01_67a4e775-ad20-456a-89d6-4588398ae76f.jpg?v=1640615078","variant_ids":[41069599162548]},"available":true,"name":"Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) - 36 in.","public_title":"36 in.","options":["36 in."],"price":10499,"weight":0,"compare_at_price":10499,"inventory_quantity":-189,"inventory_management":null,"inventory_policy":"deny","barcode":"676065661427","featured_media":{"alt":null,"id":24331642372276,"position":9,"preview_image":{"aspect_ratio":1.333,"height":1500,"width":2000,"src":"\/\/shopnewage.com\/cdn\/shop\/products\/66147-SignatureOutdoorKitchen-28in-FiberCementBackPanel-PackOfTwo-Primary01_67a4e775-ad20-456a-89d6-4588398ae76f.jpg?v=1640615078"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},{"id":41069601128628,"title":"40 in.","option1":"40 in.","option2":null,"option3":null,"sku":"66149","requires_shipping":true,"taxable":true,"featured_image":{"id":31912587886772,"product_id":7004957966516,"position":13,"created_at":"2021-12-27T09:24:30-05:00","updated_at":"2021-12-28T10:36:16-05:00","alt":null,"width":2000,"height":1500,"src":"\/\/shopnewage.com\/cdn\/shop\/products\/66149-SignatureOutdoorKitchen-40in-FiberCementBackPanel-PackOfTwo-Primary01.jpg?v=1640705776","variant_ids":[41069601128628]},"available":true,"name":"Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) - 40 in.","public_title":"40 in.","options":["40 in."],"price":11499,"weight":0,"compare_at_price":11499,"inventory_quantity":-74,"inventory_management":null,"inventory_policy":"deny","barcode":"676065661496","featured_media":{"alt":null,"id":24331653054644,"position":13,"preview_image":{"aspect_ratio":1.333,"height":1500,"width":2000,"src":"\/\/shopnewage.com\/cdn\/shop\/products\/66149-SignatureOutdoorKitchen-40in-FiberCementBackPanel-PackOfTwo-Primary01.jpg?v=1640705776"}},"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}]'; var proVariantsArr=[]; var variant_id = '41069592412340'; var option1 = '18 in.'; var option2= ''; var option3= ''; var product_id = '7004957966516'; proVariantsArr.push({ id:variant_id, option1: option1, option2: option2, option3: option3, product_id:product_id }); var variant_id = '41069595295924'; var option1 = '28 in.'; var option2= ''; var option3= ''; var product_id = '7004957966516'; proVariantsArr.push({ id:variant_id, option1: option1, option2: option2, option3: option3, product_id:product_id }); var variant_id = '41069599162548'; var option1 = '36 in.'; var option2= ''; var option3= ''; var product_id = '7004957966516'; proVariantsArr.push({ id:variant_id, option1: option1, option2: option2, option3: option3, product_id:product_id }); var variant_id = '41069601128628'; var option1 = '40 in.'; var option2= ''; var option3= ''; var product_id = '7004957966516'; proVariantsArr.push({ id:variant_id, option1: option1, option2: option2, option3: option3, product_id:product_id }); // console.log('proVariantsArr=>',proVariantsArr); // proVariants = JSON.parse(proVariants); if(items.length>0){ pro_current_variant = items[0].id; } var colorJsonData = proVariantsArr.filter(function(data,item){ return data.id == pro_current_variant; }); //console.log('colorJsonData',colorJsonData); var product_id = colorJsonData[0].product_id; var option1 = colorJsonData[0].option1; var option2 = colorJsonData[0].option2; var option3 = colorJsonData[0].option3; $('.swatch_item_main').removeClass('active'); var id = 'product-select-'+product_id+'-option-0'; $('#' + id).val(option1).trigger('change'); // $('.swatch_item_main[data-value="'+option1+'"]').addClass('active'); $('#' + id).find('.swatches_text').text(': '+option1); if(option2!=''){ //console.log('option',option2); var id = 'product-select-'+product_id+'-option-1'; //console.log('option',id,option2); //$('.swatch_item_main[data-value="'+option2+'"]').addClass('active'); //$('.swatches_text').text(': '+option2); $('#' + id).val(option2).trigger('change'); //$('#' + id).find('.swatches_text').text(': '+option2); } if(option3!=''){ //console.log('option',option2); var id = 'product-select-'+product_id+'-option-2'; //$('.swatch_item_main[data-value="'+option3+'"]').addClass('active'); //$('.swatches_text').text(': '+option3); $('#' + id).val(option3).trigger('change'); //$('#' + id).find('.swatches_text').text(': '+option3); } //console.log('sortStockStatus',sortStockStatus,items,sort); } } setTimeout(function(){ $('.adding_padding_swatches .selector-wrapper ').each(function () { var varient_label = $(this).find("label"); var varient_name = varient_label.text().split(':'); var find_varient_data = $(this).find(".swatch_item.active ").attr('data-value'); //console.log("find_varient_data ",find_varient_data); var overHang = ""; var InfoOverHang = ""; var InfoPopup = ""; if(varient_name[0] == "Overhang"){ var overHang = "Overhang"; var InfoOverHang = "Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2) (8)"; var InfoPopup = "

x

Granite slabs with an overhang extend 20mm on both sides of the cabinet, allowing for the installation of side panels. Granite slabs without an overhang match the exact width of the cabinet.

"; } var value = "" +find_varient_data+" "; //console.log("value",value); varient_label.html(varient_name[0]+' '+InfoOverHang+' : '+ value +' ' +InfoPopup); }); }, 3000); setTimeout(function(){ $(".infoClick").hover(function(){ $('.waste_factor_id_modalVar').toggleClass("hide"); }); }, 4000); // $(document).on('click', '.swatch_item', function () { // var value = this.getAttribute('data-value'); // var container = $(this).closest('.swatch_container'); // container.find('.active').removeClass('active'); // var id = container.attr('data-id'); // $(this).addClass('active'); // $('#' + id).val(value).trigger('change'); // }); // $('.single-option-selector').change(function(){ // var value = $(this).val(); // console.log("value : "+value); // var container = $(this).closest('.swatch_container'); // container.find('.active').removeClass('active'); // var id = container.attr('data-id'); // $(this).addClass('active'); // $('#' + id).val(value).trigger('change'); // $('.swatches_text').text(': '+value); // var varient_name = $(this).parents().closest(".selector-wrapper").find("label").text().split(':'); // var value = ""+value+"+value>"; // $(this).parents().closest(".selector-wrapper").find("label").html(varient_name[0]+' : '+value); // $('#' + id).val(value).trigger('change'); // }) // setTimeout(function(){ // $('.adding_padding_swatches .selector-wrapper ').each(function () { // var varient_label = $(this).find("label"); // var varient_name = varient_label.text().split(':'); // var find_varient_data = $(this).find(".swatch_item.active ").attr('data-value'); // console.log("find_varient_data ",find_varient_data); // var value = ""+find_varient_data+"+value>"; // varient_label.html(varient_name[0]+' : '+value); // // $('.swatch_item.active').each(function () { // // var value = this.getAttribute('data-value'); // // var value = ""+value+"+value>"; // // // varient_label.html(varient_name[0]+' - '+value); // // }); // }); // }, 3000); });

`).removeClass("hide"); setTimeout(function() { $(".popper").html('Please add this product to cart to receive a discount.

').addClass("hide"); }, 4000); return false; } if(isNaN(quantity_val)){ $(".popper").html(`Quantity is not a number.

`).removeClass("hide"); setTimeout(function() { $(".popper").html('Please add this product to cart to receive a discount.

').addClass("hide"); }, 4000); return false; } $(".popper").html('Please add this product to cart to receive a discount.

').addClass("hide"); setTimeout(function() { //$(".popper").html('Please add this product to cart to receive a discount.

').removeClass("hide"); }, 4000); var update = {}; update[variant_id] = qty; //console.log("variant_id",variant_id); jQuery.post('/cart/update.js', { updates: update }).always(function (e) { Shopify.getCart(function(cart){ $(".CartCount").text(cart.items.length); }); var button_text = $(".add-to-cart_main > span").text(); /*todo scroll to bundle*/ var stickyHeaderHeight = $('.js-sticky-header').height(), bundlesContainer = $('.form-bundle-title').parent(); var check_class = $(".product_list").children().hasClass("productListing"); //console.log(check_class); if (check_class == true) { $(".add-to-cart_main > span").text("Thank You"); callEnhanceImp(); setTimeout(function() {// $(".add-to-cart_main > span").text(button_text); $(".add-to-cart_main > span").text(previous_button_text); }, 1000); // $('html, body').animate({ // scrollTop: 700 // }, 2000); $('html, body').animate({ scrollTop: $(".productListing:first").offset().top - 100 }, 2000); }else{ $(".add-to-cart_main > span").text("Thank You"); callEnhanceImp(); setTimeout(function() {// $(".add-to-cart_main > span").text(button_text); $(".add-to-cart_main > span").text(previous_button_text); }, 1000); } }); setTimeout(function() { setCartProperties(variant_id); // autoload(); }, 2000); setTimeout(autoload, 3000); // $(".popper").hide(); }); $(document).on('click', '.info-item--label', function () { /*$('.mobile-product-info .info-item').removeClass('active');*/ //console.log($(this).parent()); $(this).parent().toggleClass('active'); $(this).parent().next('.info-item--content').slideToggle(); }); // for Enhanced eCommerce Implementation function callEnhanceImp(){ var product_id = 7004957966516; var product_title = "Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2)"; var price = $(".price_Product > .price__is ").text().replace('$',''); if(price ==""){ var price = "$104.99"; } // var variant_sku = $(".product-sku").attr("content"); var variant_id = $('[name=id]').val(); var product_variant_id = 41069592412340; if(product_variant_id == variant_id){ var variant_name = '18 in.'; } var product_variant_id = 41069595295924; if(product_variant_id == variant_id){ var variant_name = '28 in.'; } var product_variant_id = 41069599162548; if(product_variant_id == variant_id){ var variant_name = '36 in.'; } var product_variant_id = 41069601128628; if(product_variant_id == variant_id){ var variant_name = '40 in.'; } var variant_sku = '18 in.'; var qty = $(".quantity__main").val(); var catrgory_data = "["Category: Outdoor Kitchen", "Color: White", "Configuration: Individuals", "Individual_product", "Material: Fiber Cement", "PIP Status: Redesign", "Product Type: Accessories", "Product Type: Back Panels", "Replacement Part", "Series: Signature", "Signature Stone & Fiberboard", "SignatureSeries_Warranty", "Size: 18 inch", "Size: 28 Inch", "Size: 36 inch", "Size: 40 Inch", "swatch_dropdown"]"; catrgory_data = catrgory_data.split(","); var cat_name ="All NewAge Products"; for(var i = 0; i < catrgory_data.length; i++) { var res = catrgory_data[i].match(/Category/g); if(res != null){ var catrgory_data = catrgory_data[i]; catrgory_data = catrgory_data.split(":"); catrgory_data = catrgory_data[1]; catrgory_data = catrgory_data.replace("PIP Status",""); catrgory_data = catrgory_data.replace("Category",""); catrgory_data = catrgory_data.replace("Color",""); catrgory_data = catrgory_data.replace(/"/g, ''); } } //console.log("add to cart working"); dataLayer.push({ 'event': 'addToCart', 'ecommerce': { 'currencyCode': 'USD', 'add': { // 'add' actionFieldObject measures. 'products': [{ // adding a product to a shopping cart. 'name': product_title, 'id': product_id, 'price': price, 'brand': 'NewAge', 'category': catrgory_data, 'variant': variant_name, 'quantity': qty,// will change if the user clicks on offer }] } } }); var variant_sku = $(".product-sku").attr("content"); var store ="https://shopnewage.com"; price = price.replaceAll(",",""); _learnq.push(["track", "Added to Cart", { "$value": price, "AddedItemProductName": "Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2)", "AddedItemProductID": "7004957966516", "AddedItemSKU": variant_sku, "AddedItemCategories": [catrgory_data], "AddedItemImageURL": "//shopnewage.com/cdn/shop/products/66141-SignatureOutdoorKitchen-18in-FiberCementBackPanel-PackOfTwo-Primary01_240x.jpg?v=1640615078", "AddedItemURL": store +"/products/signature-series-outdoor-kitchen-fiber-cement-back-panel-pack-of-2-66141", "AddedItemPrice": price, "AddedItemQuantity": qty, "ItemNames": [""], "CheckoutURL": "", "Items": [{ "ProductID": "7004957966516", "SKU": variant_sku, "ProductName": "Signature Series Outdoor Kitchen Fiber Cement Back Panel (Pack of 2)", "Quantity": qty, "ItemPrice": price, "RowTotal": price, "ProductURL": store + "/products/signature-series-outdoor-kitchen-fiber-cement-back-panel-pack-of-2-66141", "ImageURL": "//shopnewage.com/cdn/shop/products/66141-SignatureOutdoorKitchen-18in-FiberCementBackPanel-PackOfTwo-Primary01_240x.jpg?v=1640615078", "ProductCategories": [catrgory_data] } ] }]); }function setCartProperties(variant_id){var zipcode = localStorage.getItem('zipcode'); if(zipcode){ zipcode = zipcode.substring(0, 3).trim().toUpperCase(); } var product_id = 7004957966516; var qty_limiter = ""; //console.log('setCartProperties',zipcode,RegionalPriceData, qty_limiter, product_id);if(RegionalPriceData.length > 0){ var regionalPrice = RegionalPriceData.filter( i => i.id == variant_id ); if(regionalPrice.length > 0){ var RegionalPrice = regionalPrice[0]['regional_data']; var compare_at_price = regionalPrice[0]['compare_at_price']; var regional_price = regionalPrice[0]['n_price']; var varRegionalArray = JSON.parse(RegionalPrice); var RegionalPriceObj = varRegionalArray['price_data'].filter(i => i[zipcode] ); if(RegionalPriceObj.length > 0){ var findIndex = RegionalPriceObj.length -1; regional_price = RegionalPriceObj[findIndex][zipcode]; regional_price = RegionalPriceObj[findIndex][zipcode]['rp']; compare_at_price = RegionalPriceObj[findIndex][zipcode]['cp']; }else{ var isDefaultRP = varRegionalArray['price_data'].filter(i => i['DEFAULT'] ); var isNlRp = varRegionalArray['price_data'].filter(i => i[''] ); //console.log('isDefaultRP',isDefaultRP,isNlRp); if(isDefaultRP.length > 0){ regional_price = isDefaultRP[0]['DEFAULT']['rp']; compare_at_price = isDefaultRP[0]['DEFAULT']['cp']; }else if(isNlRp.length > 0){ regional_price = isNlRp[0][""]['rp']; compare_at_price = isNlRp[0][""]['cp']; } } if(regional_price !='' && regional_price !=null ){ // console.log('setCartProperties',zipcode,regionalPrice, regional_price); if(compare_at_price > regional_price || compare_at_price != '' ){ var save_price = parseFloat(compare_at_price) - parseFloat(regional_price); var save_price_per = parseFloat(parseFloat(save_price) /parseFloat(compare_at_price)) * 100; save_price_per = Math.round(save_price_per); Shopify.getCart(function(cart){ let items = cart.items; items.filter(function(cart_data, cart_index){ //console.log('setCartProperties',zipcode,cart_data.product_id , product_id); if(cart_data.product_id == product_id){ var key = cart_data.key ; var cart_variant_id = cart_data.id; var quantity = cart_data.quantity; let cart_variant_prop = cart_data.properties; var regionalPrice_properties =''; cart_variant_prop = (cart_variant_prop=='undefined')?'':cart_variant_prop; if(parseFloat(regional_price) > 0){ regionalPrice_properties = { 'Info' : 'Regional Price', '_regional_price': regional_price, '_compare_price': compare_at_price, 'varient_id': product_id+"_"+cart_variant_id+"_"+save_price_per+"_"+qty_limiter+"_"+compare_at_price+"_"+regional_price, ...cart_variant_prop }; var updateData = {id:key,quantity:quantity,properties:regionalPrice_properties}; $.ajax({ url: '/cart/change.js', type: 'POST', async: false, cache: false, data: updateData, fail: function(){ return true; }, done: function(msg){ // console.log('debg2', msg); if (parseFloat(msg)){ return false; } else { return true; } } }); } } }); }); } } } } setTimeout(autoload, 2000); }

References

Top Articles
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated: 16/10/2023

Views: 6088

Rating: 5 / 5 (80 voted)

Reviews: 87% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.