Shopify.quickshopOptionsMap4668763013222 = {};
Shopify.quickshopUpdateOptionsInSelector4668763013222 = function(selectorIndex) {
switch (selectorIndex) {
case 0:
var key = 'root';
var selector = jQuery('#product-form-quick-4668763013222 .single-option-selector:eq(0)');
break;
case 1:
var key = jQuery('#product-form-quick-4668763013222 .single-option-selector:eq(0)').val();
var selector = jQuery('#product-form-quick-4668763013222 .single-option-selector:eq(1)');
break;
case 2:
var key = jQuery('#product-form-quick-4668763013222 .single-option-selector:eq(0)').val();
key += ' / ' + jQuery('#product-form-quick-4668763013222 .single-option-selector:eq(1)').val();
var selector = jQuery('#product-form-quick-4668763013222 .single-option-selector:eq(2)');
}
var initialValue = selector.val();
selector.empty();
var availableOptions = Shopify.quickshopOptionsMap4668763013222[key];
if (availableOptions && availableOptions.length) {
for (var i = 0; i < availableOptions.length; i++) {
var option = availableOptions[i];
var newOption = jQuery('').val(option).html(option);
selector.append(newOption);
}
jQuery('#product-form-quick-4668763013222 .swatch[data-option-index="' + selectorIndex + '"] .swatch-element').each(function() {
if (jQuery.inArray(jQuery(this).attr('data-value'), availableOptions) !== -1) {
jQuery(this).removeClass('soldout').show().find(':radio').removeAttr('disabled', 'disabled').removeAttr('checked');
} else {
jQuery(this).addClass('soldout').hide().find(':radio').removeAttr('checked').attr('disabled', 'disabled');
}
});
if (jQuery.inArray(initialValue, availableOptions) !== -1) {
selector.val(initialValue);
}
selector.trigger('change');
}
};
Shopify.quickshopLinkOptionSelectors4668763013222 = function(product) {
// Building our mapping object.
for (var i = 0; i < product.variants.length; i++) {
var variant = product.variants[i];
//if (variant.available) {
// Gathering values for the 1st drop-down.
Shopify.quickshopOptionsMap4668763013222['root'] = Shopify.quickshopOptionsMap4668763013222['root'] || [];
Shopify.quickshopOptionsMap4668763013222['root'].push(variant.option1);
Shopify.quickshopOptionsMap4668763013222['root'] = Shopify.uniq(Shopify.quickshopOptionsMap4668763013222['root']);
// Gathering values for the 2nd drop-down.
if (product.options.length > 1) {
var key = variant.option1;
Shopify.quickshopOptionsMap4668763013222[key] = Shopify.quickshopOptionsMap4668763013222[key] || [];
Shopify.quickshopOptionsMap4668763013222[key].push(variant.option2);
Shopify.quickshopOptionsMap4668763013222[key] = Shopify.uniq(Shopify.quickshopOptionsMap4668763013222[key]);
}
// Gathering values for the 3rd drop-down.
if (product.options.length === 3) {
var key = variant.option1 + ' / ' + variant.option2;
Shopify.quickshopOptionsMap4668763013222[key] = Shopify.quickshopOptionsMap4668763013222[key] || [];
Shopify.quickshopOptionsMap4668763013222[key].push(variant.option3);
Shopify.quickshopOptionsMap4668763013222[key] = Shopify.uniq(Shopify.quickshopOptionsMap4668763013222[key]);
}
//}
}
// Update options right away.
Shopify.quickshopUpdateOptionsInSelector4668763013222(0);
if (product.options.length > 1) Shopify.quickshopUpdateOptionsInSelector4668763013222(1);
if (product.options.length === 3) Shopify.quickshopUpdateOptionsInSelector4668763013222(2);
// When there is an update in the first dropdown.
jQuery("#product-form-quick-4668763013222 .single-option-selector:eq(0)").change(function() {
Shopify.quickshopUpdateOptionsInSelector4668763013222(1);
if (product.options.length === 3) Shopify.quickshopUpdateOptionsInSelector4668763013222(2);
return true;
});
// When there is an update in the second dropdown.
jQuery("#product-form-quick-4668763013222 .single-option-selector:eq(1)").change(function() {
if (product.options.length === 3) Shopify.quickshopUpdateOptionsInSelector4668763013222(2);
return true;
});
};
productsObj.id4668763013222 = {"id":4668763013222,"title":"DISCOVER DEVICE® Conventional Tattoo Needles 0.35mm Regular Round Shader","handle":"discover-conventional-tattoo-needles-0-35mm-regular-round-shader","description":"\u003cstrong\u003eThe Discover Tattoo Needles\u003c\/strong\u003e are made with Passion and Love for Tattoo Art. \u003cbr\u003eThey are available in Standard and Bugpin,textured ,a full line of configurations to achieve all artworks.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eDiscover Tattoo Needles\u003c\/strong\u003e are strictly inspected and selected to be super evenly soldered,strong sharpness,hardness and super consistency taper.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eMade from medical stainless steel.\u003c\/li\u003e\n\u003cli\u003eNeedles are strictly inspected and selected to be consistent taper,strong hard sharpness.\u003c\/li\u003e\n\u003cli\u003eEvenly strong soldered.\u003c\/li\u003e\n\u003cli\u003eLowest throwaway rate.\u003c\/li\u003e\n\u003cli\u003eBlister individually packaged, and sterilized by E.O. Gas indicator\u003c\/li\u003e\n\u003cli\u003eDiameter: 0.35mm (#12)\u003c\/li\u003e\n\u003cli\u003eTaper: Medium Taper\u003c\/li\u003e\n\u003cli\u003eDiameter available by 0.25, 0.30,0.35, 0.40mm (#08,#10,#12,#14)\u003c\/li\u003e\n\u003cli\u003eItem available: 1203RS,1205RS,1207RS,1209RS,1211RS,1214RS,1218RS\u003c\/li\u003e\n\u003cli\u003ePacking:50pcs per box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\u003cspan style=\"color: #ff2a00;\"\u003e\u003cstrong\u003eDiscover Your Craft.\u003c\/strong\u003e\u003c\/span\u003e","published_at":"2020-03-03T11:50:54+08:00","created_at":"2020-03-03T14:21:48+08:00","vendor":"Discover Device","type":"Tattoo Needle","tags":[],"price":1380,"price_min":1380,"price_max":2280,"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":31477799485542,"title":"1203RS","option1":"1203RS","option2":null,"option3":null,"sku":"PCN1203RS","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"DISCOVER DEVICE® Conventional Tattoo Needles 0.35mm Regular Round Shader - 1203RS","public_title":"1203RS","options":["1203RS"],"price":1380,"weight":200,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":31477799518310,"title":"1205RS","option1":"1205RS","option2":null,"option3":null,"sku":"PCN1205RS","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"DISCOVER DEVICE® Conventional Tattoo Needles 0.35mm Regular Round Shader - 1205RS","public_title":"1205RS","options":["1205RS"],"price":1380,"weight":200,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":31477799551078,"title":"1207RS","option1":"1207RS","option2":null,"option3":null,"sku":"PCN1207RS","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"DISCOVER DEVICE® Conventional Tattoo Needles 0.35mm Regular Round Shader - 1207RS","public_title":"1207RS","options":["1207RS"],"price":1680,"weight":200,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":31477799583846,"title":"1209RS","option1":"1209RS","option2":null,"option3":null,"sku":"PCN1209RS","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"DISCOVER DEVICE® Conventional Tattoo Needles 0.35mm Regular Round Shader - 1209RS","public_title":"1209RS","options":["1209RS"],"price":1680,"weight":200,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":31477799616614,"title":"1211RS","option1":"1211RS","option2":null,"option3":null,"sku":"PCN1211RS","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"DISCOVER DEVICE® Conventional Tattoo Needles 0.35mm Regular Round Shader - 1211RS","public_title":"1211RS","options":["1211RS"],"price":1980,"weight":200,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":31477799649382,"title":"1214RS","option1":"1214RS","option2":null,"option3":null,"sku":"PCN1214RS","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"DISCOVER DEVICE® Conventional Tattoo Needles 0.35mm Regular Round Shader - 1214RS","public_title":"1214RS","options":["1214RS"],"price":1980,"weight":200,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":31477799682150,"title":"1218RS","option1":"1218RS","option2":null,"option3":null,"sku":"PCN1218RS","requires_shipping":true,"taxable":false,"featured_image":null,"available":true,"name":"DISCOVER DEVICE® Conventional Tattoo Needles 0.35mm Regular Round Shader - 1218RS","public_title":"1218RS","options":["1218RS"],"price":2280,"weight":200,"compare_at_price":null,"inventory_management":"shopify","barcode":"","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/discoverdevice.com\/cdn\/shop\/products\/0.35RS.jpg?v=1583216629","\/\/discoverdevice.com\/cdn\/shop\/products\/DISCOVER_DEVICE_NEEDLES_d46c9ad7-1390-41ff-a4b4-2bcdf5faf96a.jpg?v=1583216628","\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_1_e8fa20a0-e28b-4de8-8818-48693e5afb0e.jpg?v=1583216562","\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_2_d39e3a37-9cfd-4f85-9922-c39bcd90b84d.jpg?v=1583216561","\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_3_34027956-a3db-490f-bf35-534424f8e24a.jpg?v=1583216561"],"featured_image":"\/\/discoverdevice.com\/cdn\/shop\/products\/0.35RS.jpg?v=1583216629","options":["Item"],"media":[{"alt":null,"id":6343195656294,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/discoverdevice.com\/cdn\/shop\/products\/0.35RS.jpg?v=1583216629"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/discoverdevice.com\/cdn\/shop\/products\/0.35RS.jpg?v=1583216629","width":1000},{"alt":null,"id":6343195689062,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/discoverdevice.com\/cdn\/shop\/products\/DISCOVER_DEVICE_NEEDLES_d46c9ad7-1390-41ff-a4b4-2bcdf5faf96a.jpg?v=1583216628"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/discoverdevice.com\/cdn\/shop\/products\/DISCOVER_DEVICE_NEEDLES_d46c9ad7-1390-41ff-a4b4-2bcdf5faf96a.jpg?v=1583216628","width":1000},{"alt":null,"id":6343195721830,"position":3,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_1_e8fa20a0-e28b-4de8-8818-48693e5afb0e.jpg?v=1583216562"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_1_e8fa20a0-e28b-4de8-8818-48693e5afb0e.jpg?v=1583216562","width":800},{"alt":null,"id":6343195754598,"position":4,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_2_d39e3a37-9cfd-4f85-9922-c39bcd90b84d.jpg?v=1583216561"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_2_d39e3a37-9cfd-4f85-9922-c39bcd90b84d.jpg?v=1583216561","width":800},{"alt":null,"id":6343195787366,"position":5,"preview_image":{"aspect_ratio":1.0,"height":800,"width":800,"src":"\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_3_34027956-a3db-490f-bf35-534424f8e24a.jpg?v=1583216561"},"aspect_ratio":1.0,"height":800,"media_type":"image","src":"\/\/discoverdevice.com\/cdn\/shop\/products\/Discover_Platinum_Conventional_Tattoo_Needles_3_34027956-a3db-490f-bf35-534424f8e24a.jpg?v=1583216561","width":800}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cstrong\u003eThe Discover Tattoo Needles\u003c\/strong\u003e are made with Passion and Love for Tattoo Art. \u003cbr\u003eThey are available in Standard and Bugpin,textured ,a full line of configurations to achieve all artworks.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eDiscover Tattoo Needles\u003c\/strong\u003e are strictly inspected and selected to be super evenly soldered,strong sharpness,hardness and super consistency taper.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\u003cul\u003e\n\u003cli\u003eMade from medical stainless steel.\u003c\/li\u003e\n\u003cli\u003eNeedles are strictly inspected and selected to be consistent taper,strong hard sharpness.\u003c\/li\u003e\n\u003cli\u003eEvenly strong soldered.\u003c\/li\u003e\n\u003cli\u003eLowest throwaway rate.\u003c\/li\u003e\n\u003cli\u003eBlister individually packaged, and sterilized by E.O. Gas indicator\u003c\/li\u003e\n\u003cli\u003eDiameter: 0.35mm (#12)\u003c\/li\u003e\n\u003cli\u003eTaper: Medium Taper\u003c\/li\u003e\n\u003cli\u003eDiameter available by 0.25, 0.30,0.35, 0.40mm (#08,#10,#12,#14)\u003c\/li\u003e\n\u003cli\u003eItem available: 1203RS,1205RS,1207RS,1209RS,1211RS,1214RS,1218RS\u003c\/li\u003e\n\u003cli\u003ePacking:50pcs per box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cbr\u003e\u003cspan style=\"color: #ff2a00;\"\u003e\u003cstrong\u003eDiscover Your Craft.\u003c\/strong\u003e\u003c\/span\u003e"};
selectCallback = function(variant, selector) {
if (variant) {
if (variant.available) {
if (variant.compare_at_price > variant.price) {
$(".price-box .price").html('' + Shopify.formatMoney(variant.compare_at_price, money_format) + "" + ' ' + Shopify.formatMoney(variant.price, money_format) + "")
} else {
$(".price-box .price").html('' + Shopify.formatMoney(variant.price, money_format) + "");
}
woodmart_settings.enableCurrency && currenciesCallbackSpecial(".price-box span.money"),$(".single_add_to_cart_button").removeClass("disabled").removeAttr("disabled").html(window.inventory_text.add_to_cart);
}else{
$("#product-form-quick-4668763013222 .single_add_to_cart_button").html(window.inventory_text.sold_out).addClass("disabled").attr("disabled", "disabled");
}
if(swatch_color_type == '1' || swatch_color_type == '2'){
var form = $('#' + selector.domIdPrefix).closest('form');
for (var i=0,length=variant.options.length; i= 1) { //multiple variants
for (var i = 0; i < product.variants.length; i++) {
var variant = product.variants[i];
var option = '';
layout.find('form.product-form > select').append(option);
}
new Shopify.OptionSelectors("product-selectors-4668763013222", {
product: product,
onVariantSelected: selectCallback,
enableHistoryState: true
});
var filePath = asset_url.substring(0, asset_url.lastIndexOf('/'));
var assetUrl = asset_url.substring(0, asset_url.lastIndexOf('/'));
var options = "";
for (var i = 0; i < product.options.length; i++) {
options += '
';
options += '
' + product.options[i] + ':
';
options += '
';
var is_color = false;
var is_circle = 'circle';
if (/Color|Colour/i.test(product.options[i])) {
is_color = true;
}
if (swatch_color_type == '2') {
is_color = false;
is_circle = '';
}
var optionValues = new Array();
for (var j = 0; j < product.variants.length; j++) {
var variant = product.variants[j];
var value = variant.options[i];
if(variant.featured_image && woodmart_settings.product_data.product_swatch_setting == '2'){
var img = variant.featured_image.src.lastIndexOf(".");
var vimg = variant.featured_image.src.slice(0, img) + "_50x50_crop_center" + variant.featured_image.src.slice(img);
}
var valueHandle = convertToSlug(value);
var forText = 'swatch-4668763013222-' + i + '-' + valueHandle;
if (optionValues.indexOf(value) < 0) {
options += '