{% elsif qty == 0 %} {% if po_date %} {% assign po_ts = po_date | date: '%s' %} {% assign diff_days = today_ts | minus: po_ts | divided_by: 86400 %} {% if diff_days < 7 %} {% assign stock_label = 'On Order, Here Soon' %} {% else %} {% assign stock_label = 'Call for Availability' %} {% endif %} {% else %} {% assign stock_label = 'Call for Availability' %} {% endif %} {% elsif qty < 0 %} {% assign stock_label = 'Usually Ships 1-2 Days' %} {% else %} {% assign stock_label = 'Usually Ships 5-7 Days' %} {% endif %} {%- comment -%} SHIPPING LOGIC (FIXED) {%- endcomment -%} {% assign hour = 'now' | date: '%H' | plus: 0 %} {%- comment -%} IMPORTANT: Use variant price (fix for collection page) {%- endcomment -%} {% assign productPrice = variant.price | plus:0 %} {%- comment -%} 2 PM cutoff {%- endcomment -%} {%- comment -%}{% if hour < 14 %} {% assign ship_time = 'Ships Same Day' %} {% else %} {% assign ship_time = 'Ships Next Day' %} {% endif %}{%- endcomment -%} {%- comment -%} Free shipping only above $199 {%- endcomment -%} {% if qty > 0 %} {% if productprice >= 199 %} {% if hour < 14 %} {% assign shipping_label = "Ships Free Today" %} {% else %} {% assign shipping_label = "Ships Free Next Day" %} {% endif %} {% else %} {% if hour < 14 %} {% assign shipping_label = "Ships Free Today" %} {% else %} {% assign shipping_label = "Ships Free Next Day" %} {% endif %} {% endif %} {% else %} {% if productPrice >= 199 %} {% assign shipping_label = 'Ships Free' %} {% else %} {% if productPrice >= 199 %} {% assign shipping_label = ship_time %} {% endif %} {% endif %} {% endif %}
{% if stock_label != blank %}
{{ stock_label }}
{% endif %} {% if shipping_label != blank %}
{{ shipping_label }}
{% endif %}
{% endif %}
{{ product.title | escape }}
{% assign removePriceDecimal = false -%}{% assign decimalDelimiter = '' -%}{% assign withoutTrailingZeros = true -%}{% assign showCentAsSuperscript = false -%}{% assign moneyFormat = request.money_format | strip_html -%}{% assign showSavingDisplay = false -%}{% assign minPrice = product.price_min | times: 1.0 -%}{% assign maxPrice = 0 -%}{% if product.price_max -%} {% assign maxPrice = product.price_max | times: 1.0 -%}{% endif -%}{% assign compareAtPriceMin = 0 -%}{% if product.compare_at_price_min -%} {% assign compareAtPriceMin = product.compare_at_price_min | times: 1.0 -%}{% endif -%}{% if product.variant_id != "" and product.variant_id != blank -%} {% assign currentVariantId = product.variant_id | times: 1 -%} {% for variant in product.variants -%} {% if variant.id == currentVariantId -%} {% assign minPrice = variant.price | times: 1.0 -%} {% assign maxPrice = variant.price | times: 1.0 -%} {% if variant.compare_at_price and variant.compare_at_price != "0.0" -%} {% assign compareAtPriceMin = variant.compare_at_price | times: 1.0 -%} {% endif -%} {% break -%} {% endif -%} {% endfor -%}{% endif -%}{% assign isSale = false -%}{% assign salePercent = 0 -%}{% assign saleAmount = 0 -%}{% if compareAtPriceMin > minPrice -%} {% assign isSale = true -%}{% endif -%}{% assign compareAtPriceWithFormat = '' -%}{% unless compareAtPriceMin == null or compareAtPriceMin == 0 or isSale == false -%} {% assign compare = compareAtPriceMin | minus: minPrice | times: 100 -%} {% if compareAtPriceMin > 0 %} {% assign salePercent = compare | divided_by: compareAtPriceMin | ceil | append: '%' -%} {% else %} {% assign salePercent = '0%' %} {% endif %} {% assign compareAtPriceWithFormat = compareAtPriceMin | format_currency: moneyFormat, showCentAsSuperscript, removePriceDecimal, decimalDelimiter, withoutTrailingZeros -%} {% assign saleAmount = compareAtPriceMin | minus: minPrice -%}{% endunless -%}{% assign priceMinWithFormat = minPrice | format_currency: moneyFormat, showCentAsSuperscript, removePriceDecimal , decimalDelimiter, withoutTrailingZeros -%}{% assign priceMaxWithFormat = '' -%}{% if product.price_max and maxPrice > minPrice -%} {% assign priceMaxWithFormat = maxPrice | format_currency: moneyFormat, showCentAsSuperscript, removePriceDecimal , decimalDelimiter, withoutTrailingZeros -%}{% endif -%}{% assign hasMultiVariantPrice = false -%}{% if translations.productItem.amount contains "minPrice" -%} {% assign hasMultiVariantPrice = true -%}{% endif -%}{% assign isSamePrice = true -%}{% if minPrice != maxPrice or product.compare_at_price_min != product.compare_at_price_max -%} {% assign isSamePrice = false -%}{% endif -%}{% assign priceValueWithFormat = priceMinWithFormat -%}{% if isSamePrice == false and maxPrice > minPrice and hasMultiVariantPrice -%} {% assign priceValueWithFormat = "productItem.amount" | translate: translations, "" | replace: '{{minPrice}}', priceMinWithFormat | replace: '{{maxPrice}}', priceMaxWithFormat -%}{% endif -%} {% assign savingPriceWithFormat = '' -%}{% unless showSavingDisplay == false or saleAmount == 0 -%} {% assign saleAmountWithFormat = saleAmount | format_currency: moneyFormat, showCentAsSuperscript, removePriceDecimal, decimalDelimiter, withoutTrailingZeros -%} {% assign savingPriceWithFormat = "productItem.savingAmount" | translate: translations, "Save {{saleAmount}}" | replace: '{{saleAmount}}', saleAmountWithFormat | replace: '{{salePercent}}', salePercent -%}{% endunless -%}
{% if isSale %} Regular price {{ compareAtPriceWithFormat }}, now on sale for {{ priceValueWithFormat }}{% if savingPriceWithFormat != '' %}, saving {{ savingPriceWithFormat }}{% endif %} {% else %} Regular price {{ priceValueWithFormat }} {% endif %} {% if savingPriceWithFormat != '' -%} {% endif -%}
{% assign swatches = '' %} {% endfor %} {% assign numberOfProductPerRow = widgetDesignSettings.numberOfProductPerRow %} {% assign numberOfRecommendProduct = widgetDesignSettings.numberOfRecommendProduct %} {% if numberOfRecommendProduct < numberOfProductPerRow %} {% assign sliderPages = 1 %} {% assign disable = "disabled" %} {% else %} {% assign sliderPages = numberOfRecommendProduct | divided_by: numberOfProductPerRow | ceil %} {% assign disable = "" %} {% endif %}
{% comment %}
{{ "search.watermarkPoweredBy" | translate: translations, "Powered by" }}
{{ "search.watermarkPoweredByBranch" | translate: translations, "Boost" }}
{% endcomment %} {% else %} {% assign bundleStyle = widgetDesignSettings.bundleStyle %}
{% for product in products %}
{% if product.checked %} {% endif %}
{% if product.images_info[0] %} {{ product.title | escape }} {% else %} {{ product.title | escape }} {% endif %}
{% if product.checked %}
{% endif %} {% if bundleStyle == 'style2' %}
{% if forloop.index0 == 0 %} This item: {{ product.title | escape }} {% elsif product.checked %} {{ product.title | escape }} {% else %} {{ product.title | escape }} {% endif %}
{%- if product.selectedOption.title != 'Default Title' -%}
{% endif %}
{{ product.selectedOption.price }}
{% endif %}
{% unless forloop.last %}
{% endunless %} {% endfor %}
{% if bundleStyle == 'style1' %} {% for product in products %}
{% if forloop.index0 == 0 %} This item: {{ product.title | escape }} {% elsif product.checked %} {{ product.title | escape }} {% else %} {{ product.title | escape }} {% endif %}
{%- if product.selectedOption.title != 'Default Title' -%}
{% endif %} {{ product.selectedOption.price }}
{% endfor %} {% endif %}
{% if hasSelectedProduct == true %}
Total price: {{ totalPrice }}
{% endif %}
{% endif %}`; ;template["searchTabCollectionsContent"]=`
{% assign currentLocale = '' %} {% if currentLocale != "" %} {% assign currentLocale = currentLocale %} {% endif %} {% for collection in collections %}

{{ collection.title | escape }}

{% endfor %} {% capture pageSize %} 25 {% endcapture %} {% assign pageSize = pageSize | plus: 0 %} {% if pageSize <= 0 %} {% assign pageSize = 1 %} {% endif %} {% if pageSize < totalCollection %} {% assign totalPage = totalCollection | divided_by: pageSize | ceil %} {% assign pagination = currentPage | pagination_list: totalPage | split: "," %} {% assign toProduct = currentPage | times: pageSize %}
{% if currentPage != 1 %} {% endif %} {% for page_string in pagination %} {% assign page = page_string | plus: 0 %} {% if page == 0 %} {% elsif page == request.page %} {% else %} {% endif %} {% endfor %} {% if currentPage != totalPage %} {% endif %}
{% endif %}
`; ;template["searchTabPagesContent"]=`
{% for page in pages %}

{{ page.title | escape }}

{% endfor %} {% capture pageSize %} 25 {% endcapture %} {% assign pageSize = pageSize | plus: 0 %} {% if pageSize <= 0 %} {% assign pageSize = 1 %} {% endif %} {% if pageSize < totalPageTab %} {% assign totalPage = totalPageTab | divided_by: pageSize | ceil %} {% assign pagination = currentPage | pagination_list: totalPage | split: "," %} {% assign toProduct = currentPage | times: pageSize %}
{% if currentPage != 1 %} {% endif %} {% for page_string in pagination %} {% assign page = page_string | plus: 0 %} {% if page == 0 %} {% elsif page == request.page %} {% else %} {% endif %} {% endfor %} {% if currentPage != totalPage %} {% endif %}
{% endif %}
`; ;template["searchTabCollectionsContentPagination"]=`{% assign pagination = currentPage | pagination_list: totalPage | split: "," %}{% assign toProduct = currentPage | times: pageSize %}
{% if currentPage != 1 %} {% endif %} {% for page_string in pagination %} {% assign page = page_string | plus: 0 %} {% if page == 0 %} {% elsif page == request.page %} {% else %} {% endif %} {% endfor %} {% if currentPage != totalPage %} {% endif %}
`; ;template["placeholderFilterTree"]=`
`; ;template["preOrder"]=`

{{ "quickView.qvQuantity" | translate: translations, 'Quantity' }}

{{ "quickView.qvQuantityError" | translate: translations, 'Please input quantity' }}
{% if product.variants %} {% assign variants = product.variants %} {% else %} {% assign variants = variants %} {% endif %} {% for variant in variants %} {% if variant.preorder %} {% assign paymentType = variant.preorder.payment.type %} {% assign discountType = variant.preorder.payment.discountType %} {% assign discountValue = variant.preorder.payment.discountValue %} {% assign originalPrice = variant.price %} {% assign paymentLabel = '' %} {% if paymentType == 'full' %} {% assign paymentLabel = 'Full payment' %} {% endif %} {% if paymentType == 'partial' %} {% assign paymentLabel = 'Partial payment' %} {% endif %} {% if paymentType == 'none' %} {% assign paymentLabel = 'No payment' %} {% endif %} {% capture showCurrencyCodes %}false{% endcapture %} {% assign moneyFormat = request.money_format | strip_html -%} {% if showCurrencyCodes == 'true' %} {% assign moneyFormat = request.money_format_with_currency | strip_html -%} {% endif %} {% assign moneyRate = request.currency_rate | strip_html -%} {% if discountType == 'percentage' %} {% assign percentNum = originalPrice | times: discountValue | divided_by: 100 %} {% assign discountedPrice = originalPrice | times: 1.0 | minus: percentNum %} {% elsif discountType == 'amount' %} {% assign discountValue = discountValue | times: moneyRate %} {% assign discountedPrice = originalPrice | times: 1.0 | minus: discountValue %} {% else %} {% assign discountedPrice = originalPrice %} {% endif %} {% assign removePriceDecimal = false -%} {% assign showCentAsSuperscript = false -%} {% assign decimalDelimiter = '' -%} {% assign withoutTrailingZeros = true -%} {% assign originalPriceFormat = originalPrice | format_currency: moneyFormat, showCentAsSuperscript, removePriceDecimal, decimalDelimiter, withoutTrailingZeros -%} {% assign discountedPriceFormat = discountedPrice | format_currency: moneyFormat, showCentAsSuperscript, removePriceDecimal, decimalDelimiter, withoutTrailingZeros -%} {% assign discountValueFormat = discountValue | format_currency: moneyFormat, showCentAsSuperscript, removePriceDecimal, decimalDelimiter, withoutTrailingZeros %}

{{ paymentLabel }}

{% if discountType == 'percentage' %} Save {{ discountValue }}% {% elsif discountType == 'amount' %} Save {{ discountValueFormat }} {% endif %}
{% if discountType != 'none' %} {{ originalPriceFormat }} {% endif %} {{ discountedPriceFormat }}
{% endif %} {% endfor %} {% assign buttonLabel = 'Pre-Order' %} {% assign preOrderButtonText = variants[0].preorder.settings.buttonText %} {% assign preOrderDeliveryText = variants[0].preorder.settings.deliveryText %} {% if preOrderButtonText and preOrderButtonText != '' %} {% assign buttonLabel = preOrderButtonText %} {% endif %}

Please note: {{ preOrderDeliveryText }}

`; ;template["preOrderPlaceholder"]=`
`; ;template["backInStock"]=``; ;return{templateUrl:"https://services.mybcapps.com/bc-sf-filter/ssr-template",templateId,templateMetadata,template,templateSettings}}};TemplateManagement.moduleName="TemplateManagement";var VolumeBundle=class extends BoostTAEAppModule{constructor(){super(...arguments);this.initBlock=()=>{const volumeBundleDom=document.querySelector(".boost-sd__widget-volume-bundle");if(!volumeBundleDom){return}this.block={id:volumeBundleDom.id||"bc-volume-bundle",document:volumeBundleDom};this.backwardCompatibilityV1Module?.legacyAssignDefaultBlockAttributes(this.block,volumeBundleDom,"volumeBundle");this.TAEApp.registerBlock(this.block)}}get backwardCompatibilityV1Module(){return this.TAEApp.getModule(BackwardCompatibilityV1)}onModuleInit(){document.addEventListener("DOMContentLoaded",this.initBlock)}onModuleDestroy(){document.removeEventListener("DOMContentLoaded",this.initBlock)}};VolumeBundle.moduleName="VolumeBundle";var application=new Application().loadModule(AppSettings).loadModule(ShopifyDataObject).loadModule(ShopifyMetafield).loadModule(TemplateManagement).loadModule(CollectionFilter).loadModule(AdditionalElement).loadModule(Search).loadModule(Recommendation).loadModule(Cart).loadModule(Analytics).loadModule(B2B).loadModule(BackInStock).loadModule(VolumeBundle).loadModule(PredictiveBundle).loadModule(PreOrder).loadModule(SimplifiedIntegration).loadModule(SEOEnhancement).loadModule(Fallback).loadModule(AssetFilesLoader).loadModule(BackwardCompatibilityV1);application.start();function getBoostTAE(){return application}})(); Skip to content
Bosch 5-32 x 4 x 6 in Daredevil Multipurpose Drill Bit MP02

Bosch 5/32 x 4 x 6" Daredevil Multipurpose Drill Bit MP02

Regular price $3.63
Sale price $3.63 Regular price

Free Shipping Over $199

Upgrade your shop without extra costs. We offer free shipping on most orders over $199. Every premium tool is packed in industrial-grade protection to ensure it arrives shop-ready.

Central USA Warehouse

Strategically located to serve you better. Our central location ensures lightning-fast delivery nationwide with same-day shipping on orders placed before 2 PM. Whether it's a small tool or LTL freight, we get your gear moving immediately.

Returns, Exchanges & Warranties

As an official partner, we provide full factory-backed security. Your tools are covered by authentic warranties, including Festool’s 3-2-1 plan and FEIN’s 3-year protection. Plus, access a network of 750+ authorized service centers nationwide.

Customer Service

Mon-Fri, 7:30am- 4:30 pm CT.

Call Us

314-773-5999

Address

2111 January Avenue, Saint Louis, MO 63110