{{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 Over $50
USD
USD($)
CNY(¥)
Cart
0
My Account
Log in
New Arrivals
Bulbs
Colored Bulbs
Blue Light Bulbs
Red Light Bulbs
Green Light Bulbs
Orange Light Bulbs
Multi Colored Bulbs
UV Black Light
Fixture
Outdoor Fixture
Ceiling Fans
String Light
Exit & Emergency Lighting
Electrical
Timer Switch
Pull Chain Switch
Cover Plates
Led Driver
Sockets
Mounts & Connectors
Controllers
Extension Cords
Starter
Wire
Electrical Tapes
Batteries
Holiday
String Lights
C7 Shape Colored Bulbs
C9 Colored Bulbs
Colored Bulbs
Ornaments
S14 Shaped Bulbs
Decorative Light Bulbs
Clearance
LED Strip Tape Lighting
More Links
Cheap-Us
New Arrivals
Bulbs
Colored Bulbs
Toggle menu
Left
Colored Bulbs
Blue Light Bulbs
Red Light Bulbs
Green Light Bulbs
Orange Light Bulbs
Multi Colored Bulbs
UV Black Light
Fixture
Toggle menu
Left
Fixture
Outdoor Fixture
Ceiling Fans
String Light
Exit & Emergency Lighting
Electrical
Toggle menu
Left
Electrical
Timer Switch
Pull Chain Switch
Cover Plates
Led Driver
Sockets
Mounts & Connectors
Controllers
Extension Cords
Starter
Wire
Electrical Tapes
Batteries
Holiday
Toggle menu
Left
Holiday
String Lights
C7 Shape Colored Bulbs
C9 Colored Bulbs
Colored Bulbs
Ornaments
S14 Shaped Bulbs
Decorative Light Bulbs
Clearance
LED Strip Tape Lighting
USD
USD($)
CNY(¥)
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
114828
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
QUICK VIEW
4er set Lenkrollen 100mm mit Bremse, Schwerlastrollen Tragkraft 600 kg, keine Spuren & Leise Rollen für Möbel, Transportrollen für Werkzeugtasche Industrietransport und Logistik
$ 19.87
QUICK VIEW
HomeGoGo Lenkrollen, 4 Stück, Transportrollen mit Sicherheitsverriegelung, 50 mm, Doppelrollen, geräuschlose robuste Möbelrollen mit thermoplastischem Gummi für den Heimgebrauch, 360° drehbar, 400 kg
$ 12.85
QUICK VIEW
wolfcraft 7012000 Tackerklammern Typ 050 10mm
$ 2.33
QUICK VIEW
Fenstersauger Ersatzbezug für Leifheit Fenstersauger Zubehör Ersatzmikrofaser Wischbezug Kompatibel mit Leifheit Window Washer M 4 Stück
$ 5.84
QUICK VIEW
200 Kalotten Anthrazitgrau RAL 7016 Aluminium 24° für Sinus Profil 76/18 Wellplatten Lichtplatten
$ 23.38
QUICK VIEW
4 Stück schwarzes Zinklegierungsscharnier 50x50mm Türrahmenscharniere Aluminiumprofilscharnier Installationskit für 2020 Aluminium-Extrusionsprofilschlitz 6mm
$ 7.01
QUICK VIEW
Signstek Schwarze trapezförmige Tischbeine (20,3cm)
$ 24.55
QUICK VIEW
Bosch Professional 18V System Akku Schnellladegerät GAL 18V-40 (ohne Akku)
$ 16.36
QUICK VIEW
6 mm Andrückrolle, Messing Andrück Rolle Bodenecke Detail Nahtwalze Nahtroller Schweißhandroller Andrückwalze Zum Schweißen von Kunststoff Planen Tapeten Eckennähten Autofolienpressen
$ 8.17
QUICK VIEW
Burkit M14 Spiralspitze Gewindebohrer, HSS Titanbeschichtung M14x2 Spiralspitze Gewindebohrer
$ 9.34
QUICK VIEW
WITTKOWARE D6R PCB Drucktaster mit runder Taste für Leiterplatten-Printmontage, Ø 12mm, Raster 5mm, 1 Schließer, Farbe grau
$ 1.16
QUICK VIEW
Eisenwaren2000 | Sechskantschrauben mit Gewinde bis Kopf M5 x 70 mm (20 Stück) - DIN 933 - ISO 4017 Sechskant Schrauben - Gewindeschrauben - Vollgewinde - Edelstahl A2 V2A - rostfrei
$ 7.01
QUICK VIEW
Bosch Professional 18V System Akku Baustellenradio GPB 18V-5 SC (Empfang über DAB+, Bluetooth, FM und AUX, inkl. AUX Kabel, 2x Batterie (AA))
$ 115.78
QUICK VIEW
Schellenberg 22745 Elektrischer Rolladen Gurtwickler Unterputz RolloDrive 45, bis 4 m² Rollladenfläche, 23 mm Gurtbreite, mit Zeitautomatik und Netzteil
$ 37.41
QUICK VIEW
Ansell HyFlex 11-840, Professionelle Arbeitshandschuhe, Abriebfeste Nylon Handschuhe mit Nitrilbeschichtung, Industrielle Sicherheitshandschuhe, Schwarze Schutzhandschuhe, 1 Paar, Gr. L
$ 2.33
QUICK VIEW
Hilka 70103300 3m x 4mm Sicherheit Kabel mit Schloss, silber
$ 10.51
QUICK VIEW
SCHELL 035450699 Kombi-Eckventil COMFORT 1/2', ohne Belüfter, Kombinatios Ventil chrom, Griff, Fettkammeroberteil, Geräteanschlussventil, Rückflussverhinderer, Schlauchverschraubung, Schubrosette
$ 8.17
QUICK VIEW
WALTER PROFESSIONAL Vorschlaghammer 4,5 kg 90 cm, Abbruchhammer, Sledge Hammer, vibrationsdämpfender Fiberglas-Griff für bequeme Handhabung und präzise Steuerung, robust und langlebig
$ 30.40
QUICK VIEW
Eulenke 10 kW Gasheizgebläse Gasheizer Luftdurchsatz 320 m³/h, Gasheizstrahler inkl. Gasschlauch & Druckminderer, Heizkanone Heißluftgenerator Bauheizer mit Überhitzungsschutz
$ 15.19
QUICK VIEW
Uvex 9715 9790212 Gesichtsschutz, Multicolor, Einheitsgröße
$ 37.41
QUICK VIEW
LEVEL5 Halbautomatisches Trockenbau-Banjo | Professionelle Qualität, Aluminiumkörper in Flugzeugqualität, ergonomisch und korrosionsbeständig | 5-311
$ 100.57
QUICK VIEW
Rfeeuubft ER32 Spannzangenfutter Block Set mit 2 Vierkant- und Sechskanthalterungen für -Drehmaschinen-Graviermaschinen
$ 23.38
QUICK VIEW
VIFERR Leistungsschalter 4P Leitungsschutzschalter Niederspannung AC 16A 400V 50Hz 4 Polig Miniatur Leistungsschalter DIN-Schienen-Montagemontage DZ47‑63 C16
$ 11.68
QUICK VIEW
Hayaww 3 pcs Ersatz-Schweißspitzen aus Eisen für 80 Watt Kunststoff-Schweißset 80-Watt-Kunststoff-Schweißspitzen Kunststoff-Schweißgerät TPO, TEO, PP, Auto-Stoßstange Ersatzspitzen
$ 5.84
QUICK VIEW
Festool Schneidgarnitur SG-350/W-ISC
$ 50.28
QUICK VIEW
Aluleiter Aluminiumleiter 3 Stufen bis 120 kg Arbeitshöhe bis 256 cm Haushaltsleiter mit Antirutschstufen Stehleiter Klapptrittleiter
$ 19.87
QUICK VIEW
Silverline 926157 Vorhänge-Rundschloss aus Edelstahl mit vierstelliger Ziffernkombination 70 mm, Grau
$ 9.34
QUICK VIEW
700 Stück Flach Unterlegscheiben, Nylon Fläche Scheibe Runde Distanzscheibe, Beilagscheiben Sicherungsscheibe Sortiment für Industrie Befestigungen - M2/M2.5/M3/M4/M5/M6/M8/M10/M12 (Schwarz)
$ 3.50
QUICK VIEW
KIM YUAN Extreme Hitze- und feuerfeste Handschuhe aus Leder mit Kevlar-Nähten, perfekt für Kamin, Herd, Ofen, Grill, Schweißen, Grill, Mig, Topflappen, 40,6 cm bis 500 °C
$ 18.70
QUICK VIEW
Bosch Professional 18V System BITURBO Akku Drehschlagschrauber GDS 18V-1000 (inkl. Leiterclip, ohne Akku/ Ladegerät)
$ 115.78
QUICK VIEW
Richterhammer Holz Richter Hammer Set: Nizirioo Holzhammer mit Sound-Block Auktion Hammer Auktionshammer Handgefertigt für Anwalt Studenten Richter Auktion Verkauf Meetings Kinder Rollenspiel
$ 8.17
QUICK VIEW
Prime Design 10cm Zahlen Aufkleber | Selbstklebende hausnummern zum aufkleben | Klebezahlen für Mülltonne, Briefkasten & Hausnummer | Optimal für Außen & Innen, klebeziffer sind Weiss (2, 10cm)
$ 1.16
QUICK VIEW
Generisch Trennplättchen für Werkzeugkasten, 30 Stück, Schwarz, Passend für Stanley Kleinteilemagazin
$ 4.67
QUICK VIEW
sourcing map 25Stk Halbmondkeil 45# Stahl 10mm Länge x 3.7mm Breite x 3mm Dicke
$ 5.84
QUICK VIEW
B75 Storz-Kupplung Außengewinde - alle Größen - Storz AG Adapter inkl. Dichtung für Saug und Druckeinsatz - Festkupplung B 75mm (2' AG)
$ 5.84
QUICK VIEW
Hausse Einziehbare 3-stöckige Feuerleiter, 7,5 m
$ 73.67
QUICK VIEW
Zuglaschen 1,5 mm 3000 Stück Fliesen Nivelliersystem Fliesenstärke 3-12 mm - Verlegesystem Fliesenverlegung Fliesenverlegehilfe Fliesenverlegesystem Fliesennivelliersystem
$ 56.12
QUICK VIEW
Bosch Professional Kreuzlinienlaser GCL 2-50 G (grüner Laser, Innenbereich, Halterung RM 10, Stativ BT 150, sichtbarer Arbeitsbereich: bis 15 m, 4x AA-Batterie, in Kartonschachtel)
$ 101.73
QUICK VIEW
LogiLink Professional WZ0049 LWL Durchgangsprüfer (Fiber Checker) 10mW für 2,5 + 1,25 Hülsen, Schwarz
$ 17.53
QUICK VIEW
Brogachy 100mm Regelbar Rohrventilator 365m³/h, Abluftventilator 3000 RPM,mit Dreiphasiger EC-Motor, für Heizung, Kühlung,Booster, Wachstumszelte, Hydrokulturen, Heimgebrauch, Belüftung.
$ 51.45
1
...
8
9
10
11
12
13
14
15
...
2871
BACK
Shopping Cart