{{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
/
Proto
Proto
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
4368
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
26%
OFF
QUICK VIEW
Proto J5441-8M 1/2" Drive Hex Bit Socket - 8 mm
$ 17.02
$ 23.17
Save
$ 6.15
62%
OFF
QUICK VIEW
Proto J5436H 1/2" Drive Socket 1-1/8" - 6 Point
$ 11.70
$ 30.84
Save
$ 19.14
25%
OFF
QUICK VIEW
Proto J5442H 1/2" Drive Socket 1-5/16" - 6 Point
$ 25.33
$ 33.79
Save
$ 8.46
25%
OFF
QUICK VIEW
Proto J5429 1/2" Drive Socket 29/32" - 12 Point
$ 12.58
$ 16.97
Save
$ 4.39
23%
OFF
QUICK VIEW
Proto J5430 1/2" Drive Socket 15/16" - 12 Point
$ 13.24
$ 17.36
Save
$ 4.12
26%
OFF
QUICK VIEW
Proto J5424S 1/2" Drive Socket 3/4" - 8 Point
$ 12.51
$ 17.01
Save
$ 4.50
26%
OFF
QUICK VIEW
Proto J5426S 1/2" Drive Socket 13/16" - 8 Point
$ 15.99
$ 21.82
Save
$ 5.83
26%
OFF
QUICK VIEW
Proto J5424M 1/2" Drive Socket 24 mm - 12 Point
$ 13.45
$ 18.29
Save
$ 4.84
28%
OFF
QUICK VIEW
Proto J5425M 1/2" Drive Socket 25 mm - 12 Point
$ 14.15
$ 19.70
Save
$ 5.55
35%
OFF
QUICK VIEW
Proto J5318H 1/2" Drive Deep Socket 9/16" - 6 Point
$ 15.12
$ 23.31
Save
$ 8.19
17%
OFF
QUICK VIEW
Proto J5320H 1/2" Drive Deep Socket 5/8" - 6 Point
$ 19.48
$ 23.59
Save
$ 4.11
23%
OFF
QUICK VIEW
Proto J5330 1/2" Drive Deep Socket 15/16" - 12 Point
$ 21.20
$ 27.76
Save
$ 6.56
29%
OFF
QUICK VIEW
Proto J5336 1/2" Drive Deep Socket 1-1/8" - 12 Point
$ 24.58
$ 34.86
Save
$ 10.28
45%
OFF
QUICK VIEW
Proto J5325M 1/2" Drive Deep Socket 25 mm - 12 Point
$ 16.52
$ 30.59
Save
$ 14.07
23%
OFF
QUICK VIEW
Proto J5246 3/8" Drive Slotted Screwdriver Bit Socket 1/4"
$ 18.66
$ 24.45
Save
$ 5.79
23%
OFF
QUICK VIEW
Proto J5220 3/8" Drive Socket 5/8" - 12 Point
$ 7.91
$ 10.33
Save
$ 2.42
50%
OFF
QUICK VIEW
Proto J5213M 3/8" Drive Socket 13 mm - 12 Point
$ 5.09
$ 10.33
Save
$ 5.24
23%
OFF
QUICK VIEW
Proto J5210S 3/8" Drive Socket 5/16" - 8 Point
$ 9.00
$ 11.76
Save
$ 2.76
20%
OFF
QUICK VIEW
Proto J5232H 3/8" Drive Socket 1" - 6 Point
$ 12.34
$ 15.47
Save
$ 3.13
45%
OFF
QUICK VIEW
Proto J52128 3/8" Drive 12 Piece Socket Set - 6 Point
$ 120.00
$ 219.28
Save
$ 99.28
25%
OFF
QUICK VIEW
Proto J5014H 3/8" Drive Deep Socket 7/16" - 6 Point
$ 10.88
$ 14.56
Save
$ 3.68
23%
OFF
QUICK VIEW
Proto J5020H 3/8" Drive Deep Socket 5/8" - 6 Point
$ 11.66
$ 15.26
Save
$ 3.60
46%
OFF
QUICK VIEW
Proto J4900-7C 3/8" Drive 7 Piece Hex Bit Set
$ 64.91
$ 121.21
Save
$ 56.30
26%
OFF
QUICK VIEW
Proto J4759 1/4" Drive Extension 2"
$ 8.58
$ 11.67
Save
$ 3.09
29%
OFF
QUICK VIEW
Proto J4920FL 3/8" Drive Crowfoot Wrench 5/8" Flare Nut
$ 24.86
$ 35.16
Save
$ 10.30
39%
OFF
QUICK VIEW
Proto J4926FL 3/8" Drive Crowfoot Wrench 13/16" Flare Nut
$ 23.86
$ 39.25
Save
$ 15.39
53%
OFF
QUICK VIEW
Proto J4900BD 3/8" Drive 7-Piece Ball Style Extra Long Hex Bit Socket Set, 1/8" - 3/8"
$ 64.22
$ 137.09
Save
$ 72.87
59%
OFF
QUICK VIEW
Proto J4760 1/4" Drive Extension 3"
$ 10.00
$ 24.70
Save
$ 14.70
28%
OFF
QUICK VIEW
Proto J4716L 1/4" Drive Deep Socket 7/16" - 6 Point
$ 9.82
$ 13.74
Save
$ 3.92
28%
OFF
QUICK VIEW
Proto J4718L 1/4" Drive Deep Socket 9/16" - 6 Point
$ 9.83
$ 13.84
Save
$ 4.01
1
...
111
112
113
114
115
116
117
118
...
146
BACK
Shopping Cart