{{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
/
Empire Level
Empire Level
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
155
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
64%
OFF
QUICK VIEW
Empire Level EM81.12M 12" Magnetic Tool Box Level with Metric Vial
$ 12.47
$ 34.80
Save
$ 22.33
70%
OFF
QUICK VIEW
Empire Level EM81.9 9" Heavy-Duty Magnetic Aluminum Torpedo Level
$ 9.55
$ 32.11
Save
$ 22.56
72%
OFF
QUICK VIEW
Empire Level 100IM 8"x12" Steel Carpenter Square w/Inch & Metric Grads.
$ 4.35
$ 15.80
Save
$ 11.45
45%
OFF
QUICK VIEW
Empire Level 905 5 oz. Steel Plumb Bob
$ 4.86
$ 8.90
Save
$ 4.04
42%
OFF
QUICK VIEW
Empire Level 908 8 oz. Steel Plumb Bob
$ 5.99
$ 10.50
Save
$ 4.51
78%
OFF
QUICK VIEW
Empire Level 77-064 600'x1" Yellow Flagging Tape
$ 3.29
$ 15.58
Save
$ 12.29
48%
OFF
QUICK VIEW
Empire Level 77-065 600'x1" Blue Flagging Tape
$ 3.29
$ 6.40
Save
$ 3.11
35%
OFF
QUICK VIEW
Empire Level 77-1002 1000'X3" CAUTION/CUIDADO Tape Yellow w/Black Ink
$ 9.55
$ 14.80
Save
$ 5.25
78%
OFF
QUICK VIEW
Empire Level 33-9 9" POLYCAST Torpedo Level
$ 4.09
$ 19.39
Save
$ 15.30
31%
OFF
QUICK VIEW
Empire Level 720 POLYCAST Post Level
$ 5.34
$ 7.80
Save
$ 2.46
38%
OFF
QUICK VIEW
Empire Level 361 Small Angle Magnetic Protractor
$ 7.41
$ 12.00
Save
$ 4.59
44%
OFF
QUICK VIEW
Empire Level 410-48 1/8" Thick, 47-7/8" Blue Drywall T-Square
$ 14.31
$ 25.70
Save
$ 11.39
73%
OFF
QUICK VIEW
Empire Level 4002 24" Aluminum Straight Edge
$ 4.08
$ 15.36
Save
$ 11.28
37%
OFF
QUICK VIEW
Empire Level 27023 Carbide Tipped Scriber
$ 4.47
$ 7.10
Save
$ 2.63
26%
OFF
QUICK VIEW
Empire Level 2784 5" Vernier Caliper
$ 10.28
$ 13.90
Save
$ 3.62
84%
OFF
QUICK VIEW
Empire Level 93-3 3" Aluminum Line Level
$ 3.81
$ 24.29
Save
$ 20.48
44%
OFF
QUICK VIEW
Empire Level 27058 Magnetic Clean Club with 40" Extendable Aluminum Shaft
$ 20.37
$ 36.79
Save
$ 16.42
39%
OFF
QUICK VIEW
Empire Level 122 Heavy Duty Stainless Steel True BlueR Tri Square
$ 11.31
$ 18.70
Save
$ 7.39
25%
OFF
QUICK VIEW
Empire Level 39203N 250' Orange Twisted Line Reel
$ 5.71
$ 7.70
Save
$ 1.99
41%
OFF
QUICK VIEW
Empire Level 77-001 200'x1" Lime Flagging Tape
$ 2.09
$ 3.60
Save
$ 1.51
54%
OFF
QUICK VIEW
Empire Level 77-003 200'x1" Pink Flagging Tape
$ 1.65
$ 3.60
Save
$ 1.95
45%
OFF
QUICK VIEW
Empire Level 77-062 600'x1" Orange Flagging Tape
$ 3.48
$ 6.40
Save
$ 2.92
71%
OFF
QUICK VIEW
Empire Level 27021 Scriber/Magnet
$ 6.22
$ 21.85
Save
$ 15.63
24%
OFF
QUICK VIEW
Empire Level 27318 18" Stainless Steel Ruler (8ths, 16ths, mm)
$ 12.42
$ 16.40
Save
$ 3.98
22%
OFF
QUICK VIEW
Empire Level 2783 4" Pocket Caliper
$ 8.62
$ 11.10
Save
$ 2.48
39%
OFF
QUICK VIEW
Empire Level 4004IM 48" Aluminum Straight Edge- Inch/Metric Grads.
$ 8.40
$ 13.80
Save
$ 5.40
35%
OFF
QUICK VIEW
Empire Level 77-1001 1000'x3" CAUTION Tape Yellow w/Black Ink
$ 9.55
$ 14.80
Save
$ 5.25
43%
OFF
QUICK VIEW
Empire Level 27030 Precision Pencil Compass
$ 5.26
$ 9.30
Save
$ 4.04
16%
OFF
QUICK VIEW
Empire Level 27059 Magnetic Clean Sweep Rolling Unit
$ 36.07
$ 43.00
Save
$ 6.93
11%
OFF
QUICK VIEW
Empire Level 396 12" POLYSQUARETM Rafter Square
$ 10.56
$ 12.00
Save
$ 1.44
1
2
3
4
5
6
BACK
Shopping Cart