{{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 Orders Over $50
USD
USD
$
Home
Login
Register
Products
Search
Tools
Tools Accessories
Power & Electrical Supplies
Heating
Locks & Keys
Fencing & Barriers
Plumbing
Building Materials
Hardware Pumps
Hardware Accessorie
More Links
Tools
Tools Accessories
Power & Electrical Supplies
Heating
Locks & Keys
Fencing & Barriers
Plumbing
Building Materials
Hardware Pumps
Hardware Accessorie
USD
USD
:
$
Home
/
All Products
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
127224
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
72%
OFF
ZLINE Crown Molding #2 for Wall Range Hood (CM2-KB/KL2/KL3)
$ 59.95
$ 219.95
64%
OFF
ZLINE 30 in. Professional Gas Range in DuraSnow® Stainless Steel with Red Matte Door, RGS-RM-30
$ 145.00
$ 412.00
64%
OFF
ZLINE 36 in. Dual Fuel Range with Black Matte Doors & 36 in. Range Hood Appliance Package, 2KP-RABLMRH36
$ 145.00
$ 412.00
44%
OFF
Blaze 16 Inch Single Access Drawer, BLZ-LPH-COVER
$ 27.99
$ 49.99
60%
OFF
Thor Kitchen Package - 48 In. Propane Gas Range, Range Hood, Refrigerator, Dishwasher, Microwave Drawer, Wine Cooler, AP-HRG4808ULP-20
$ 199.00
$ 499.00
59%
OFF
ZLINE 36 in. Under Cabinet Stainless Steel Range Hood 520-36
$ 125.00
$ 309.00
74%
OFF
Cuisinart Pastafecto Pasta & Bread Dough Maker | PM-1C
$ 75.00
$ 299.95
62%
OFF
Thor Kitchen Package - 30" Gas Range, Range Hood, Microwave, AP-LRG3001U-C-4
$ 159.00
$ 420.00
76%
OFF
ZLINE Sierra Kitchen Faucet, SRA-KF-CH
$ 105.00
$ 452.95
Moccamaster 2 Tablespoon Coffee Scoop Stainless Steel Black Silicone Handle
$ 17.50
60%
OFF
ZLINE 60 in. Professional Gas Burner, 7.6 cu. ft. Electric Oven in DuraSnow® Stainless and Brass Burner Set, RAS-SN-BR-60
$ 199.00
$ 499.00
62%
OFF
Big Ass Fans Haiku 52" Ceiling Fan with Caramel Bamboo Blades and Black Finish, Downrod 32", Indoors with LED
$ 132.00
$ 350.00
JNP1530 | Inner Lid Assembly for JNP-0550/0720
$ 11.95
76%
OFF
ZLINE 5 ft. Chimney Extension for Ceilings up to 12.5 ft., 8KBB-E
$ 105.00
$ 454.95
47%
OFF
Henckels 6" Utility Knife, Forged Premio Series
$ 22.99
$ 43.99
40%
OFF
DeLonghi Dragon4 Oil-Filled Heater: 6 fins with patented thermal chimneys, digital controls | TRD40615E
$ 112.99
$ 189.95
64%
OFF
Vanity Art 60 in. Single Sink Vanity in Carrara Marble & Mirror - White, VA2060W
$ 145.00
$ 412.00
58%
OFF
ZLINE Appliance Package - 30 in. Dual Fuel Range, Range Hood, Microwave Drawer, 3 Rack Dishwasher, Refrigerator, 5KPR-RARH30-MWDWV
$ 192.00
$ 459.00
65%
OFF
ZLINE 30 in. Dual Fuel Range with Black Matte Door & 30 in. Range Hood Appliance Package, 2KP-RABLMRH30
$ 139.00
$ 399.00
63%
OFF
Empava 30" Built-In Induction Cooktop with 4 Elements, EMPV-30EC04
$ 109.00
$ 299.00
61%
OFF
Thor Kitchen Appliances Set - 36 in. Natural Gas Range, Range Hood, Refrigerator, Dishwasher, Wine Cooler, AS-LRG3601U-4
$ 172.00
$ 450.00
61%
OFF
Kucht Gemstone Professional 48" 6.7 cu. ft. Propane Gas Range in Titanium Stainless Steel with Gold Accents, KEG483/LP
$ 172.00
$ 450.00
49%
OFF
Griddle Plancha Insert For Gas, Electric or Charcoal Grills - 19.2" x 13.3", AFINS192x133
$ 49.00
$ 97.44
64%
OFF
Big Ass Fans Haiku 52" Ceiling Fan with Natural Bamboo Blades and Oil Rubbed Bronze Finish, Downrod 12" with LED, Uplight
$ 135.00
$ 385.00
Thermostat 180 for RO-2058 Toaster Oven
$ 6.55
62%
OFF
Big Ass Fans i6 60" Ceiling Fan in White, Covered Outdoors
$ 132.00
$ 350.00
67%
OFF
ZLINE 34 in. Outdoor Range Hood Insert in Stainless Steel (21 in. Depth), 721-304-34
$ 115.00
$ 349.00
60%
OFF
Vanity Art 59 in. x 30 in. Freestanding Soaking Bathtub, VA6835
$ 119.00
$ 299.00
60%
OFF
ZLINE 36" Autograph Built-In Refrigerator with Internal Water & Ice Dispenser, Fingerprint Resistant with Gold Accents
$ 198.00
$ 498.00
7313254481 | Water Container (No Lid) for ESAM-6600
$ 18.96
1
...
53
54
55
56
57
58
59
60
...
4241
BACK
Shopping Cart