SKULL BOSS BUCKET BAG BLACK (2024)

SKULL BOSS BUCKET BAG BLACK

Current price: $98.00

NEW

SKULL BOSS BUCKET BAG BLACK (1)

SKULL BOSS BUCKET BAG BLACK (2)

SKULL BOSS BUCKET BAG BLACK (3)

SKULL BOSS BUCKET BAG BLACK (4)

SKULL BOSS BUCKET BAG BLACK (5)

SKULL BOSS BUCKET BAG BLACK (6)

SKULL BOSS BUCKET BAG BLACK (7)

SKULL BOSS BUCKET BAG BLACK (8)

SKULL BOSS BUCKET BAG BLACK (9)

SKULL BOSS BUCKET BAG BLACK (10)

NEW

Current price: $98.00

'); } } // function UpOnVariantChangePreOrder() { // console.log('OnVariantChangePreOrder') // setTimeout(function () { // if ($(".single-option-selector,.single-option-selector__radio").length > 0) { // $(".single-option-selector,.single-option-selector__radio").change(function () { // UpUpdatePreOrder(); // }); // } // else if ($('select[name="options[Size]"]').length > 0) { // $('select[name="options[Size]"]').change(function () { // UpUpdatePreOrder(); // }); // } // else { // console.log('no selector identified: need to change selector'); // } // }, 2000); // } setTimeout(function () { UpUpdatePreOrder(UppreOrderBackOrderData,varID); // OnVariantChangePreOrder(); }, 3000); // UpUpdatePreOrder(); function UpGetDate(quantity, qtyRange, isNotInRange) { var dateRange = ''; for (i = 0; i < qtyRange.length; i++) { var minQty = parseInt(qtyRange[i].minimum_qty), maxQty = parseInt(qtyRange[i].maximum_qty); if (i == 0 && minQty == 1 && maxQty > 1) { minQty = 0; } var condition1 = false, condition2 = false; quantity = Math.abs(quantity); if (quantity >= minQty) { condition1 = true; } if (maxQty == "max") { condition2 = true; } else if (quantity <= maxQty) { condition2 = true; } if (condition1 && condition2) { dateRange = qtyRange[i].order_date; isNotInRange = false; } } return [dateRange, isNotInRange]; }

'); // }else{ button_text = 'Pre-Order'; // $('.rebooted_atc_form').append(''); // } } $('.rebooted_popup_parent .rebooted_atc_btn').val(button_text).attr('data-lable',button_text); if($('.rebooted_popup_parent .left_side_bar.slick-initialized').length){ $('.rebooted_popup_parent .left_side_bar').slick('unslick'); } $('.rebooted_popup_parent .left_side_bar').empty(); $('.type_p').hide(); $('.rebooted_popup').addClass('active'); setTimeout(function(){$('.rebooted_popup').focus()},500); $('body').addClass('rebooted_open'); if(typeof all_imgs_pdp !== 'undefined' && typeof all_imgs_pdp[variant_title] !== 'undefined'){ if(all_imgs_pdp[variant_title].length){ $(all_imgs_pdp[variant_title]).each(function(ii,vv){ popup_data += '

SKULL BOSS BUCKET BAG BLACK (11)

'; }); } } if(typeof all_video_pdp !== 'undefined' && typeof all_video_pdp[variant_title] !== 'undefined'){ if(all_video_pdp[variant_title].length){ $(all_video_pdp[variant_title]).each(function(ii,vv){ popup_data += '

'+ vv +'

'; }); } } if(typeof all_media_pdp !== 'undefined' && typeof all_media_pdp[variant_title] !== 'undefined'){ if(all_media_pdp[variant_title].length){ $(all_media_pdp[variant_title]).each(function(ii,vv){ popup_data += '

'+ vv +'

'; }); } } if(popup_data == ''){ if($('.product-single__photos .productImageArea').first().find('a').length){ popup_data += '

'+ $('.product-single__photos .productImageArea').find('.proImgClrGroup .product-image:first .image_warpper').html() +'

'; }else{ popup_data += '

'+ $('.product-single__photos .productImageArea').find('.proImgClrGroup .product-image').first().find('.image_warpper').html() +'

'; } } $('.rebooted_popup_parent .left_side_bar').append(popup_data); $('.rebooted_popup_parent .left_side_bar').slick({ slidesToShow: 1, slidesToScroll: 1, arrows: true, infinite: false, dots: true }); $('.rebooted_popup_wrpr [name="id"]').val($(this).closest('.rebooted_grid').find('[name="id"]').val()); if(cmp_variant_price > variant_price){ $('.rebooted_popup_wrpr .price_text').html(''+ theme.Currency.formatMoney(cmp_variant_price, theme.moneyFormat) +'' + theme.Currency.formatMoney(variant_price, theme.moneyFormat)); }else{ $('.rebooted_popup_wrpr .price_text').html(theme.Currency.formatMoney(variant_price, theme.moneyFormat)); } $('.type_p.price').show(); if($(this).closest('.rebooted_grid').attr('data-condition') != ''){ $('.rebooted_popup_wrpr .condition_text').html($(this).closest('.rebooted_grid').attr('data-condition')); $('.type_p.condition').show(); } if($(this).closest('.rebooted_grid').attr('data-size_name') != ''){ $('.rebooted_popup_wrpr .size_text').html($(this).closest('.rebooted_grid').attr('data-size_name')); $('.type_p.size').show(); } if($(this).closest('.rebooted_grid').attr('data-color_name') != ''){ $('.rebooted_popup_wrpr .color_text').html($(this).closest('.rebooted_grid').attr('data-color_name')); $('.type_p.color').show(); } if($(this).closest('.rebooted_grid').attr('data-product_descripotion') != ''){ $('.rebooted_popup_wrpr .rebooted_desc').html($(this).closest('.rebooted_grid').attr('data-product_descripotion')); $('.type_p.is_reboot_desc').show(); } if(jQuery('.rebooted_popup_parent .left_side_bar.slick-initialized').length){ jQuery('.rebooted_popup_parent .left_side_bar').slick('refresh'); } }); $('.rebootedimg_wrpr').slick({ speed: 300, arrows: true, slidesToShow: 1, }); if($(".varid").html()== "") { var alt = $.trim($("a.swatchlink img").first().attr('alt')); alt = alt.replace(/\s/g,"_").replace(/\//g,"_"); $("a.swatchlink img").first().addClass("selectedswatch"); $("li.color"+alt).show(); } else{ var varid = $(".varid").html(); var alt = $.trim($("a."+varid+" img").attr('alt')); $('.swatchlink#'+varid).find('img').addClass("selectedswatch"); alt = alt.replace(/\s/g,"_").replace(/\//g,"_"); $("li.color"+alt).show(); } $('.swatchlink').click(function(e){ $('.ProductSection-div .product-single__photos .thumbnails-wrapper ul li').hide(); var alt = $.trim($(this).find("img").first().attr('alt')); console.log(alt); $(".colorlabel").html("COLOR : "+alt); $(this).closest('.selector-wrapper').find('select').val(alt).trigger('change'); alt = alt.replace(/\s/g,"_").replace(/\//g,"_"); $('.swatchlink').find('img').removeClass("selectedswatch"); $(this).find("img").first().addClass("selectedswatch"); $("li.color"+alt).show(); // console.log($("li.color"+alt)); //console.log(alt); $("li.color"+alt).first().find('img').trigger('click'); return false; }); }); })(jQuery); });// document.addEventListener("DOMContentLoaded", function() {// var endlessClick = new Ajaxinate({// container: '#AjaxinateLoop',// pagination: '#AjaxinatePagination',// method: 'click'// });// }); var selectCallback = function(variant, selector) { var metaData = { "198190335108": null } var meta_data_inventory_qty = { "198190335108": -7 } var meta_data_inventory_policy = { "198190335108": "continue" } $("#preproperties").remove(); var pid = jQuery('#' + selector.domIdPrefix).closest('form'); var parent = jQuery('#' + selector.domIdPrefix).parents('#ProductSection-product-template'); if (variant) { var form = jQuery('#' + selector.domIdPrefix).closest('form'); for (var i=0,length=variant.options.length; iOriginal price: '+ Shopify.formatMoney(variant.compare_at_price, "${{amount}}") +'Current price: '+Shopify.formatMoney(variant.price, "${{amount}}")+''); } else { parent.find('.product-single__price').html('Current price: '+Shopify.formatMoney(variant.price, "${{amount}}")+''); } setTimeout(function(){ if(typeof window.triggerSwymVariantEvent !== 'undefined'){ window.triggerSwymVariantEvent(variant.id); } if(typeof swat !== 'undefined'){ swat.initializeActionButtons(".cm_add_bag_btns"); } },500); } else { $('.tooltiptext').hide(); pid.find('.product-form__cart-submit').attr('disabled', 'disabled').addClass('disabled'); pid.find('#AddToCartText-product-template').text('Sold Out'); setTimeout(function(){ if(typeof window.triggerSwymVariantEvent !== 'undefined'){ window.triggerSwymVariantEvent(variant.id); } if(typeof swat !== 'undefined'){ swat.initializeActionButtons(".cm_add_bag_btns"); } },500); } const swymWishlistButton = document.querySelector("#" + selector.domIdPrefix).parentElement.parentElement.querySelector('[data-swaction="addToWishlist"]') if(variant != null && swymWishlistButton != null){ swymWishlistButton.setAttribute("data-variant-id", variant.id); } function swymCallbackFn(swat) { _swat.initializeActionButtons("body"); } if (!window.SwymCallbacks) { window.SwymCallbacks = []; } window.SwymCallbacks.push(swymCallbackFn); }; jQuery(document).ready(function($){ new Shopify.OptionSelectors("ProductSelect-product-template", { product: {"id":7046271172673,"title":"SKULL BOSS BUCKET BAG BLACK","handle":"bj35290n-black","description":"\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003ca href=\"https:\/\/betseyjohnson.com\/collections\/skull-styles\" title=\"SKULL\"\u003eSKULL\u003c\/a\u003e BOSS BUCKET BAG BLACK - the perfect bag for those looking to add some edge to their style. With a skull embossed design, this bag is both unique and bold. Carry your essentials in style and show the world who's boss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eManmade materials\u003c\/li\u003e\n\u003cli\u003eRemovable crossbody strap\u003c\/li\u003e\n\u003cli\u003e9\"L x 6\"D x 8.38\"H\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eImported\u003c\/li\u003e\n\u003c\/ul\u003e","published_at":"2024-06-12T23:52:28-04:00","created_at":"2023-12-12T12:10:17-05:00","vendor":"BETSEYJOHNSON","type":"HANDBAGS","tags":["#bj35290n-black","*bj35290n*","all handbags","Black","bucket bag","Category:Handbags","Color:Black","Crossbody","friendsfamily24","halloween","Handbag","Handbags","luckypromo","mothersdaypromo","New Arrivals","notes-pre-up-4\/23\/24","Pre-Order","price_$50-$100","skull","skull bag","skull bags","skull handbags","skull purse","skull purses","skull totes","skulls","top handle bag","Type:Crossbodies","weekend"],"price":9800,"price_min":9800,"price_max":9800,"available":true,"price_varies":false,"compare_at_price":9800,"compare_at_price_min":9800,"compare_at_price_max":9800,"compare_at_price_varies":false,"variants":[{"id":40656058220609,"title":"BLACK \/ ONESZ \/ BLK","option1":"BLACK","option2":"ONESZ","option3":"BLK","sku":"BJ35290N","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"SKULL BOSS BUCKET BAG BLACK - BLACK \/ ONESZ \/ BLK","public_title":"BLACK \/ ONESZ \/ BLK","options":["BLACK","ONESZ","BLK"],"price":9800,"weight":905,"compare_at_price":9800,"inventory_management":"shopify","barcode":"198190335108","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_74_SKULL-BOSS-BJ35290N_26497.jpg?v=1713807680","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_39_BJ35290N_BLACK_24796.jpg?v=1713904799","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK.jpg?v=1713904799","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_LIFESTYLE.jpg?v=1713904799","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_SIDE.jpg?v=1713904799","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_INSIDE.jpg?v=1713904799","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_BACK.jpg?v=1713904799","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_39_BJ35290N_BLACK_24781.jpg?v=1713809593","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_74_SKULL-BOSS-BJ35290N_26478.jpg?v=1713809593","\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_SWATCH.jpg?v=1713809593"],"featured_image":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_74_SKULL-BOSS-BJ35290N_26497.jpg?v=1713807680","options":["Color","Size","Color Code"],"media":[{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":25119948341313,"position":1,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_74_SKULL-BOSS-BJ35290N_26497.jpg?v=1713807680"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_74_SKULL-BOSS-BJ35290N_26497.jpg?v=1713807680","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":25120114245697,"position":2,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_39_BJ35290N_BLACK_24796.jpg?v=1713904799"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_39_BJ35290N_BLACK_24796.jpg?v=1713904799","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":24918038741057,"position":3,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK.jpg?v=1713904799"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK.jpg?v=1713904799","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":24918038839361,"position":4,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_LIFESTYLE.jpg?v=1713904799"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_LIFESTYLE.jpg?v=1713904799","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":24918038872129,"position":5,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_SIDE.jpg?v=1713904799"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_SIDE.jpg?v=1713904799","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":24918038806593,"position":6,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_INSIDE.jpg?v=1713904799"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_INSIDE.jpg?v=1713904799","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":24918038773825,"position":7,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_BACK.jpg?v=1713904799"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_BACK.jpg?v=1713904799","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":25120112934977,"position":8,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_39_BJ35290N_BLACK_24781.jpg?v=1713809593"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_39_BJ35290N_BLACK_24781.jpg?v=1713809593","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":25119948406849,"position":9,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_74_SKULL-BOSS-BJ35290N_26478.jpg?v=1713809593"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEY_2024_MARCH_LIFESTYLE_74_SKULL-BOSS-BJ35290N_26478.jpg?v=1713809593","width":1000},{"alt":"SKULL BOSS BUCKET BAG BLACK - HANDBAGS - Betsey Johnson","id":24918038708289,"position":10,"preview_image":{"aspect_ratio":0.779,"height":1283,"width":1000,"src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_SWATCH.jpg?v=1713809593"},"aspect_ratio":0.779,"height":1283,"media_type":"image","src":"\/\/betseyjohnson.com\/cdn\/shop\/files\/BETSEYJOHNSON_BJ35290N_BLACK_SWATCH.jpg?v=1713809593","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cdiv\u003e\n\u003cp\u003eIntroducing the \u003ca href=\"https:\/\/betseyjohnson.com\/collections\/skull-styles\" title=\"SKULL\"\u003eSKULL\u003c\/a\u003e BOSS BUCKET BAG BLACK - the perfect bag for those looking to add some edge to their style. With a skull embossed design, this bag is both unique and bold. Carry your essentials in style and show the world who's boss.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003eManmade materials\u003c\/li\u003e\n\u003cli\u003eRemovable crossbody strap\u003c\/li\u003e\n\u003cli\u003e9\"L x 6\"D x 8.38\"H\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eImported\u003c\/li\u003e\n\u003c\/ul\u003e"}, onVariantSelected: selectCallback, enableHistoryState: true }); // Add label if only one product option and it isn't 'Title'. });
SKULL BOSS BUCKET BAG BLACK (2024)

References

Top Articles
Latest Posts
Article information

Author: Kelle Weber

Last Updated:

Views: 6316

Rating: 4.2 / 5 (73 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Kelle Weber

Birthday: 2000-08-05

Address: 6796 Juan Square, Markfort, MN 58988

Phone: +8215934114615

Job: Hospitality Director

Hobby: tabletop games, Foreign language learning, Leather crafting, Horseback riding, Swimming, Knapping, Handball

Introduction: My name is Kelle Weber, I am a magnificent, enchanting, fair, joyous, light, determined, joyous person who loves writing and wants to share my knowledge and understanding with you.