-
+
';
}
$('#price-field').html(newHtml); // update price field
} else {
// variant doesn't exist
$('#productinfo #detail #purchase').addClass('disabled').attr('disabled', 'disabled'); // set add-to-cart button to unavailable class and disable button
var message = variant ? "Sold Out" : "Unavailable";
$('#price-field').text(message); // update price-field message
}
};
//Set up product inputs
$(function() {
new Shopify.OptionSelectors("product-select", { product: {"id":313232187,"title":"Lace Closure - Straight","handle":"closure-peruvian-straight","description":"\u003Cp\u003EAdd description here\u003C/p\u003E","published_at":"2014-06-26T15:36:00-05:00","created_at":"2014-06-26T15:36:44-05:00","vendor":"Treasure Chest Virgin Hair","type":"Hair","tags":[],"price":8000,"price_min":8000,"price_max":12000,"available":true,"price_varies":true,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":726866107,"title":"8 Inches","options":["8 Inches"],"option1":"8 Inches","option2":null,"option3":null,"price":8000,"weight":0,"compare_at_price":null,"inventory_quantity":10,"inventory_management":"shopify","inventory_policy":"continue","available":true,"sku":"LC-PVBW8","requires_shipping":true,"taxable":true,"barcode":null,"featured_image":null},{"id":726866111,"title":"10 Inches","options":["10 Inches"],"option1":"10 Inches","option2":null,"option3":null,"price":8500,"weight":0,"compare_at_price":null,"inventory_quantity":10,"inventory_management":"shopify","inventory_policy":"continue","available":true,"sku":"LC-PVBW10","requires_shipping":true,"taxable":true,"barcode":null,"featured_image":null},{"id":726866115,"title":"12 Inches","options":["12 Inches"],"option1":"12 Inches","option2":null,"option3":null,"price":9000,"weight":0,"compare_at_price":null,"inventory_quantity":10,"inventory_management":"shopify","inventory_policy":"continue","available":true,"sku":"LC-PVBW12","requires_shipping":true,"taxable":true,"barcode":null,"featured_image":null},{"id":726866119,"title":"14 Inches","options":["14 Inches"],"option1":"14 Inches","option2":null,"option3":null,"price":10000,"weight":0,"compare_at_price":null,"inventory_quantity":10,"inventory_management":"shopify","inventory_policy":"continue","available":true,"sku":"LC-PVBW14","requires_shipping":true,"taxable":true,"barcode":null,"featured_image":null},{"id":726866123,"title":"16 Inches","options":["16 Inches"],"option1":"16 Inches","option2":null,"option3":null,"price":11000,"weight":0,"compare_at_price":null,"inventory_quantity":10,"inventory_management":"shopify","inventory_policy":"continue","available":true,"sku":"LC-PVBW16","requires_shipping":true,"taxable":true,"barcode":null,"featured_image":null},{"id":726866127,"title":"18 Inches","options":["18 Inches"],"option1":"18 Inches","option2":null,"option3":null,"price":12000,"weight":0,"compare_at_price":null,"inventory_quantity":10,"inventory_management":"shopify","inventory_policy":"continue","available":true,"sku":"LC-PVBW18","requires_shipping":true,"taxable":true,"barcode":null,"featured_image":null}],"images":["//cdn.shopify.com/s/files/1/0479/7949/products/closure_peruvianstraight.jpg"],"featured_image":"//cdn.shopify.com/s/files/1/0479/7949/products/closure_peruvianstraight.jpg","options":["Length"],"content":"\u003Cp\u003EAdd description here\u003C/p\u003E"}, onVariantSelected: selectCallback });
jQuery('.single-option-selector:eq(' + 0 + ')').val("8 Inches").trigger('change');
//Hide original option label if we now have multiple options
if($('.selector-wrapper .single-option-selector').length != 1) {
$('#product-select').siblings('label[for="product-select"]').hide();
}
//Style any added select dropdowns
$.selectReplace();
});