Filter

Stocky AutoWorks Dad Hats

: In stock

: Apparel

: Stocky AutoWorks

$25.00

Introducing Stocky AutoWorks Dad Hats! Perfect for any proud dad, these stylish hats are a must-have accessory. Made with high-quality materials, these...
Color
Red
Blue
Teal
Green
Purple
$25.00

QUESTIONS & ANSWERS

Have a Question?

Be the first to ask a question about this.

Ask a Question
files/card-payments-small_fdcb0983-c8e1-4a96-b58f-9fe633c0e0bd.png

Introducing Stocky AutoWorks Dad Hats! Perfect for any proud dad, these stylish hats are a must-have accessory. Made with high-quality materials, these hats not only look great but are also comfortable to wear. Show off your dad pride with Stocky AutoWorks Dad Hats!

Your order of $100 or more gets free standard delivery.

  • Standard delivered 4-5 Business Days
  • Express delivered 2-4 Business Days

Orders are processed and delivered Monday-Friday (excluding public holidays)


eMarket members enjoy free returns.

Stocky AutoWorks Dad Hats

Regular price $25.00

jQuery(function($) { new Shopify.OptionSelectors('product-selectors', { product: {"id":7322216464566,"title":"Stocky AutoWorks Dad Hats","handle":"stocky-autoworks-dad-hats","description":"\u003cp\u003eIntroducing Stocky AutoWorks Dad Hats! Perfect for any proud dad, these stylish hats are a must-have accessory. Made with high-quality materials, these hats not only look great but are also comfortable to wear. Show off your dad pride with Stocky AutoWorks Dad Hats!\u003c\/p\u003e","published_at":"2022-04-28T16:40:05-04:00","created_at":"2022-04-28T16:35:32-04:00","vendor":"Stocky AutoWorks","type":"Apparel","tags":["Apparel","Hat","Stocky AutoWorks"],"price":2500,"price_min":2500,"price_max":2500,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41420300452022,"title":"Red","option1":"Red","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Stocky AutoWorks Dad Hats - Red","public_title":"Red","options":["Red"],"price":2500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":41420300484790,"title":"Blue","option1":"Blue","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Stocky AutoWorks Dad Hats - Blue","public_title":"Blue","options":["Blue"],"price":2500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":41420300517558,"title":"Teal","option1":"Teal","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":false,"name":"Stocky AutoWorks Dad Hats - Teal","public_title":"Teal","options":["Teal"],"price":2500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":41420300550326,"title":"Green","option1":"Green","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Stocky AutoWorks Dad Hats - Green","public_title":"Green","options":["Green"],"price":2500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]},{"id":41420300583094,"title":"Purple","option1":"Purple","option2":null,"option3":null,"sku":"","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Stocky AutoWorks Dad Hats - Purple","public_title":"Purple","options":["Purple"],"price":2500,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"Custom Product","requires_selling_plan":false,"selling_plan_allocations":[]}],"images":["\/\/stockyautoworks.com\/cdn\/shop\/products\/DadHats.jpg?v=1651178135"],"featured_image":"\/\/stockyautoworks.com\/cdn\/shop\/products\/DadHats.jpg?v=1651178135","options":["Color"],"media":[{"alt":null,"id":24160843530422,"position":1,"preview_image":{"aspect_ratio":1.333,"height":3024,"width":4032,"src":"\/\/stockyautoworks.com\/cdn\/shop\/products\/DadHats.jpg?v=1651178135"},"aspect_ratio":1.333,"height":3024,"media_type":"image","src":"\/\/stockyautoworks.com\/cdn\/shop\/products\/DadHats.jpg?v=1651178135","width":4032}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003eIntroducing Stocky AutoWorks Dad Hats! Perfect for any proud dad, these stylish hats are a must-have accessory. Made with high-quality materials, these hats not only look great but are also comfortable to wear. Show off your dad pride with Stocky AutoWorks Dad Hats!\u003c\/p\u003e"}, onVariantSelected: selectCallback, enableHistoryState: true }); $('.selector-wrapper:eq(0)').prepend(''); $('.single-option-selector:eq(0)').val("Red").trigger('change'); }); //get variant form url var getVariant = function () { var params; var parser = document.createElement('a'); parser.href = window.location.href; var query = parser.search.substring(1); var vars = query.split('&'); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split('='); var params = decodeURIComponent(pair[1]); } return params; } var showAddtocart = jQuery(".product-options-bottom").offset().top; //check position to show form in bottom function checkPosition(){ var scrollTop = jQuery(window).scrollTop(); if (scrollTop > showAddtocart) { jQuery(".add-to-cart-fixed").addClass('active'); //sync variant : content form => bottom form var idVariant = getVariant(); $("#second-select").val(idVariant); } else { jQuery(".add-to-cart-fixed").removeClass('active'); } }; jQuery(window).scroll(function () { checkPosition() }); //send request in bottom form jQuery(".button-addtocard").click(function(){ jQuery(".product-options-bottom #AddToCart-product-template").click(); }); //sync variant : content form => bottom form jQuery('#second-select').change(function(){ data_variant1 = ($(this).find(':selected').data('variant1')); data_variant2 = ($(this).find(':selected').data('variant2')); data_variant3 = ($(this).find(':selected').data('variant3')); if (data_variant1 != "") { jQuery("#swatch-0-" + data_variant1).click(); } if (data_variant2 != "") { jQuery("#swatch-1-" + data_variant2).click(); } if (data_variant3 != "") { jQuery("#swatch-2-" + data_variant3).click(); } });