{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
🎁 {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
FREE SHIPPING ON ORDER $100+
USD
USD($)
CNY(¥)
Cart
0
My Account
Log in
Home
Milwaukee
DeWalt
Makita
Ridgid
Greenlee
Bosch
Ego
FLEX
Reed
Southwire
Jet
Sumner
Weather Guard
Klein
Knaack
Occidental Leather
Bosch
More Links
Moutools
Home
Milwaukee
DeWalt
Makita
Ridgid
Greenlee
Bosch
Ego
FLEX
Reed
Southwire
Jet
Sumner
Weather Guard
Klein
Knaack
Occidental Leather
Bosch
USD
USD($)
CNY(¥)
Home
/
Irwin
Irwin
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
473
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
QUICK VIEW
Irwin 6523ZR 1/4" - 28 NF, HCS Hex 1" Ac
$ 5.91
4%
OFF
QUICK VIEW
Irwin 66510 Lumber Crayon Holder
$ 14.56
$ 15.25
Save
$ 0.69
39%
OFF
QUICK VIEW
Irwin 66712 3/16" x 6" Aircraft Extension Straight Shank Drill Bit
$ 4.01
$ 6.59
Save
$ 2.58
10%
OFF
QUICK VIEW
Irwin 6703 1/4" - 18 NPT, HCS Hex 1" A
$ 7.90
$ 8.78
Save
$ 0.88
35%
OFF
QUICK VIEW
Irwin 80260 Hanson 2-Pack Sae Tap And Drill Set
$ 15.00
$ 23.35
Save
$ 8.35
9%
OFF
QUICK VIEW
Irwin 8343 Metric Thread Tap 12.0 mm - 1.50 mm
$ 7.94
$ 8.82
Save
$ 0.88
QUICK VIEW
Irwin 87916 1" x 4" SPEEDBOR BLUE GROOVE DRILL BIT
$ 6.23
16%
OFF
QUICK VIEW
Irwin 88710 Speedbor Blue Groove Extra Long Drill Bit, 5/8" x 16"
$ 10.64
$ 12.81
Save
$ 2.17
QUICK VIEW
Irwin 92005 #1 Phillips Insert Bit 1/4"
$ 0.66
QUICK VIEW
Irwin 92336 T40 Insert Bit x 1"
$ 2.37
QUICK VIEW
Irwin 92369 T45 Insert Bit Shank Diamet
$ 3.66
QUICK VIEW
Irwin 92431 5/32" Hex Head Insert Bit x
$ 2.06
QUICK VIEW
Irwin 9427 5/16" - 18 NC, HCS Hex Die
$ 6.69
QUICK VIEW
Irwin 94812 1/4" Mag. Nutsetter 2-9/16"
$ 6.63
QUICK VIEW
Irwin 94832 5/16" Mag. Nutsetter 2-9/16
$ 5.66
QUICK VIEW
Irwin 9502ZR 1/8" - 27 NPT, HCS Hex Die
$ 6.69
45%
OFF
QUICK VIEW
Irwin 10505870NA 8" 1000V Bent Nose Insulated Vise-Grip Pliers
$ 33.04
$ 60.16
Save
$ 27.12
31%
OFF
QUICK VIEW
Irwin 373338BX bi-metal 3-3/8" hole saw
$ 13.48
$ 19.55
Save
$ 6.07
44%
OFF
QUICK VIEW
Standard Snap Knife 9mm
$ 5.14
$ 9.33
Save
$ 4.19
47%
OFF
QUICK VIEW
Irwin 13125 Strait-Line Hexagon Plumb Bob 12 oz.
$ 8.01
$ 15.16
Save
$ 7.15
13%
OFF
QUICK VIEW
Irwin 373334BX bi-metal 3-3/4" Hole Saw
$ 24.03
$ 27.81
Save
$ 3.78
26%
OFF
QUICK VIEW
Irwin 88702 Speedbor Woodboring 6" Bit Extension
$ 5.08
$ 6.87
Save
$ 1.79
35%
OFF
QUICK VIEW
Irwin 4935656 7/16 Quick Change Bit Holder 18" Oal
$ 24.98
$ 38.89
Save
$ 13.91
46%
OFF
QUICK VIEW
Irwin T-Handle Tap Wrench for No. 0 - 1/4" Taps
$ 4.63
$ 8.72
Save
$ 4.09
44%
OFF
QUICK VIEW
Irwin 1739 Metric Thread Taps (HCS) 10 mm - 1.25
$ 3.57
$ 6.47
Save
$ 2.90
37%
OFF
QUICK VIEW
Hexagon Metric Dies (HCS) 8 mm - 1.25
$ 2.98
$ 4.79
Save
$ 1.81
30%
OFF
QUICK VIEW
Irwin 372418P5 4" Metal Cutting Reciprocating Bi-Metal Blades
$ 6.83
$ 9.81
Save
$ 2.98
45%
OFF
QUICK VIEW
Irwin 372618B Recip 6" 18Tpi-25 Pk
$ 29.95
$ 54.60
Save
$ 24.65
42%
OFF
QUICK VIEW
Irwin 512QCN 12" Clamp/Spread Next Generation
$ 29.24
$ 50.57
Save
$ 21.33
40%
OFF
QUICK VIEW
Irwin 1801099 48" 2500E Electronic Box Level
$ 179.00
$ 303.33
Save
$ 124.33
1
2
3
4
5
6
7
8
...
16
BACK
Shopping Cart