{{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
Electrical
Hardware
Automotive
Housewares
Plumbing Supplies
Cleaning Supplies
Building Products
Lawn & Garden
Paint & Painting Supplies
Plumbing Supplies Pipe Fittings
More Links
Tools
Electrical
Hardware
Automotive
Housewares
Plumbing Supplies
Cleaning Supplies
Building Products
Lawn & Garden
Paint & Painting Supplies
Plumbing Supplies Pipe Fittings
USD
USD
:
$
Home
/
Shop
Shop
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
56549
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
Rust-Oleum Universal 12 Oz. Satin White Paint
$ 6.25
$ 6.25
Milwaukee M/2 SDS-Plus 3/4 In. x 8 In. 2-Cutter Rotary Hammer Drill Bit
$ 13.00
$ 13.00
Hy-Ko Self-Adhesive Polyester 2 In. Black Letter Set
$ 1.50
$ 1.50
Do it Best 4 Fl. Oz. Blue Seal Thread Sealant
$ 3.25
$ 3.25
Corona ComfortGEL Ergonomic Hedge Shear
$ 16.50
$ 16.50
FibaTape Wall Bandage 7 In. x 7 In. Self-Adhesive Drywall Patch (2-Pack)
$ 3.50
$ 3.50
Rain Bird Easy Fit 3/4 In. Female Hose Thread x 1/2 In. Drip Tubing Hose-To-Drip Adapter
$ 1.50
$ 1.50
Saunders Legal Size Hardboard 1-1/4 In. Clipboard
$ 1.65
$ 1.65
Do it 37 In. L x 3/8 In. Wide A-Pulley V-Belt
$ 5.00
$ 5.00
1×4-16′ #2 Treated Pine Board
$ 7.46
$ 7.46
Simpson Strong-Tie 5 In. Galvanized Steel 16 ga Reinforcing L-Angle
$ 1.70
$ 1.70
FibaTape 8 In. x 8 In. Wall & Ceiling Self-Adhesive Drywall Patch
$ 4.50
$ 4.50
Film-Gard 12 Ft. X 200 Ft. Clear 1.5 Mil. Polyethylene Sheeting
$ 29.00
$ 29.00
Lasco Hot/Cold Water Price Pfister No. 5093 Faucet Stem
$ 12.75
$ 12.75
Old English 8 Oz. Scratch Cover Wood Polish for Dark Wood
$ 3.75
$ 3.75
Do it Best Premium Enamel Gray 12 Oz. All-Purpose Spray Paint Primer
$ 2.50
$ 2.50
Home Impressions 100W Oil-Rubbed Bronze Incandescent Lantern Outdoor Wall Light Fixture
$ 16.00
$ 16.00
Surefit 71 In. x 74 in. Bright White Hookless Shower Curtain with PEVA Liner
$ 15.00
$ 15.00
Gilmour Pro Metal Twist Nozzle
$ 4.00
$ 4.00
Milwaukee MX4 SDS-Plus 5/8 In. x 18 In. 4-Cutter Rotary Hammer Drill Bit
$ 19.00
$ 19.00
SharkBite 3/4 In. X 1/2 In. X 1/2 In. Push-to-Connect Tee
$ 8.50
$ 8.50
SharkBite 3/4 In. x 3/4 In. x 3/4 In. Barb Brass PEX Tee (10-Pack)
$ 17.50
$ 17.50
J-B Weld FiberWeld 1 In. Pipe Repair Cast
$ 8.00
$ 8.00
Werner 8 Ft. Fiberglass Step Ladder with 225 Lb. Load Capacity Type II Ladder Rating
$ 67.50
$ 67.50
Global Product Sourcing 4 Ft. x 8 Ft. x 1/8 In. Antique Hickory Random Groove Profile Wall Paneling
$ 14.50
$ 14.50
Lodge Max Temp Oven Mitt
$ 9.00
$ 9.00
FAMOWOOD Cherry 6 Oz. Wood Filler
$ 2.40
$ 2.40
Ortho GroundClear 32 Oz. Concentrate Poison Ivy & Tough Brush Killer
$ 14.00
$ 14.00
Home Impressions 30 In. x 64 In. x 1 In. Ivory Vinyl Light Filtering Cordless Mini Blind
$ 4.95
$ 4.95
Pennzoil 5W30 Quart High Mileage Motor Oil
$ 5.15
$ 5.15
Diablo Rebar Demon 5/16 In. x 18 In. SDS-Plus Full Carbide Rotary Hammer Drill Bit
$ 13.25
$ 13.25
Youngcraft 11 In. Tinsel 3-Dimensional Penguin Holiday Decoration
$ 5.50
$ 5.50
Danco #45 1-3/16 In. x 1-3/8 In. Buna-N O-Ring
$ 0.35
$ 0.35
BestAir WaterPad A10 Humidifier Wick Filter
$ 5.50
$ 5.50
Ideal 8 Ft. Christmas Tree Stand
$ 11.25
$ 11.25
Quik Drive Square Recess #3 Screwdriver Bit Pack
$ 5.00
$ 5.00
1
...
1545
1546
1547
1548
1549
1550
1551
1552
...
1571
BACK
Shopping Cart