{{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
/
Stanley
Stanley
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
629
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
50%
OFF
QUICK VIEW
Stanley PHT150C Heavy Duty Hammer Tracker
$ 29.19
$ 59.50
Save
$ 30.31
7%
OFF
QUICK VIEW
Stanley PAA54-5B Aluminum Rivets 5/32" X 1/4" - 50 Pack
$ 5.12
$ 5.51
Save
$ 0.39
7%
OFF
QUICK VIEW
Stanley CT306T Heavy Duty Flat Narrow Crown Staples 3/8" - 1,000 Pack
$ 2.27
$ 2.46
Save
$ 0.19
5%
OFF
QUICK VIEW
Stanley CT109T Round Crown Cable Staples 9/16" - 1,000 Pack
$ 2.64
$ 2.80
Save
$ 0.16
38%
OFF
QUICK VIEW
Stanley 96-010 75 Piece Mechanic's Tool Set
$ 74.95
$ 121.93
Save
$ 46.98
35%
OFF
QUICK VIEW
Stanley 90-948 Bi-Material Adjustable Wrench – 8"
$ 16.47
$ 25.43
Save
$ 8.96
44%
OFF
QUICK VIEW
Stanley 89-962 Rotator Ratchet 3/8" Drive
$ 29.56
$ 52.97
Save
$ 23.41
36%
OFF
QUICK VIEW
Stanley 89-875 FatMaxEnd Cutting Plier 6-1/2"
$ 14.19
$ 22.41
Save
$ 8.22
53%
OFF
QUICK VIEW
Stanley 85-610 Locking Adjustable Wrench – 10"
$ 22.74
$ 49.39
Save
$ 26.65
35%
OFF
QUICK VIEW
Stanley 84-113 Basic Lineman Cutting Plier 8-3/4"
$ 9.84
$ 15.20
Save
$ 5.36
34%
OFF
QUICK VIEW
Stanley 84-111 Basic Groove Joint Plier 12-5/8"
$ 12.07
$ 18.56
Save
$ 6.49
35%
OFF
QUICK VIEW
Stanley 84-098 Basic Slip Joint Plier 8-1/4"
$ 6.29
$ 9.81
Save
$ 3.52
34%
OFF
QUICK VIEW
Stanley 84-096 Basic Mini Needle Nose Plier 5-7/8"
$ 5.92
$ 9.07
Save
$ 3.15
38%
OFF
QUICK VIEW
Stanley 68-010 Multi-Bit Ratcheting Screwdriver - 10 Bits
$ 18.00
$ 29.10
Save
$ 11.10
QUICK VIEW
Stanley 66-118 100 PlusCabinet Slotted Tip Screwdriver 1/8" X 8"
$ 5.33
37%
OFF
QUICK VIEW
Stanley 66-097 Vinyl Grip Cabinet Slotted Tip Screwdriver 3/16" X 6"
$ 5.25
$ 8.38
Save
$ 3.13
37%
OFF
QUICK VIEW
Stanley 62-559 FatMaxPhillipsTip Screwdriver 1 Pt X 3"
$ 2.89
$ 4.61
Save
$ 1.72
64%
OFF
QUICK VIEW
Stanley 58-930 Cushion Grip Nail Set - 3 Piece
$ 9.16
$ 25.62
Save
$ 16.46
28%
OFF
QUICK VIEW
Stanley 55-101 14" FatMax Wrecking Bar
$ 8.54
$ 12.02
Save
$ 3.48
34%
OFF
QUICK VIEW
Stanley 54-304 Hickory Handle Magnetic Tack Hammer – 5 Oz.
$ 12.39
$ 19.06
Save
$ 6.67
19%
OFF
QUICK VIEW
Stanley 518150M FatMaxOpen Mouth Tool Bag - 18”
$ 54.20
$ 67.28
Save
$ 13.08
35%
OFF
QUICK VIEW
Stanley 51-508 FatMaxJacketed Graphite Nailing Hammer Rc – 20 Oz.
$ 22.48
$ 35.02
Save
$ 12.54
57%
OFF
QUICK VIEW
Stanley 47-140L FatMaxChalk Reel
$ 12.20
$ 28.66
Save
$ 16.46
34%
OFF
QUICK VIEW
Stanley 42-470 High-Impact ABS Level - 48"
$ 10.56
$ 16.24
Save
$ 5.68
37%
OFF
QUICK VIEW
Stanley 33-272 PowerLockDecimal Tape Rule w/ Metal Case 1/2" X 12'
$ 12.44
$ 19.95
Save
$ 7.51
85%
OFF
QUICK VIEW
Stanley 28-500 Razor Blade Scraper w/ 5 Blades
$ 2.48
$ 17.63
Save
$ 15.15
35%
OFF
QUICK VIEW
Stanley 28-290 Scraper Blade 1-1/2" - 1 Pack
$ 2.06
$ 3.21
Save
$ 1.15
34%
OFF
QUICK VIEW
Stanley 21-293 Surform10" Flat Blade Standard Cut
$ 4.17
$ 6.38
Save
$ 2.21
45%
OFF
QUICK VIEW
Stanley 17-206 12" FatMax PVC Saw
$ 16.41
$ 29.89
Save
$ 13.48
36%
OFF
QUICK VIEW
Stanley 15-922A Carbon Steel 12" Hacksaw Blade 32 TPI
$ 0.92
$ 1.44
Save
$ 0.52
1
...
8
9
10
11
12
13
14
15
...
21
BACK
Shopping Cart