{{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
Magnetischer Senklot Mit Schnur, Plumb-Rite Bob Setter, 310g Plumb Bob Magnetisches Lot-Rite Mit 4,5m Automatisch Aufrollendes Kabel, Handlot Magnet Richtlot Maurerlot Lot Schnurlot
$ 14.02
QUICK VIEW
YAVIS Z & L ZL Halter Ständer Halterung Halter Klemme für 180 kg 350lbs elektrisches Magnetschloss Access Control System nach innen und außen
$ 9.34
QUICK VIEW
Confirmat Schrauben Möbelschrauben Möbelverbinder 110Stk 5x40 5x50 6.3x40 6.3x50 7x50 7x70 Verbindungsschrauben für Möbel
$ 7.01
QUICK VIEW
Wiha Langbeck-Rundzange Industrial (32332) 160 mm
$ 14.02
QUICK VIEW
Selbstklebende Lenkrollen, 360° schwenkbare Räder für Möbel, 1' Stahl-Universalrad, 28 LBS Tragfähigkeit pro Rad, Niedrigprofil-Rolle für Büro-Küchengeräte-Lagerbehälter (8 PCS, schwarz)
$ 8.17
QUICK VIEW
ABUS Panzerriegel PR2600 weiß, 51381, 513848
$ 91.21
QUICK VIEW
Thinp 6 Rollen Neon Klebeband Schwarzlicht,Fluoreszierendes Klebeband Wasserfest,Leuchtendes Band Selbstklebend,Markierungsband,Warnband Phosphorband,für Treppen Wänden Bühnenbedarf Partydeko-5mx15mm
$ 4.67
QUICK VIEW
LIANCHEN Holzhammer Klüpfel Holzhammer Werkzeug Holzhammer Rund Solider Hammerkopf mit Komfortablem Gratfrei für die Montage Aller Arten von Holzmöbeln und Schlagwerkzeug für Heimwerker in Lederwaren
$ 8.17
QUICK VIEW
Irwin Vise Grip 4LW Maul-Gripzange 100 mm, Spannbereich 7-14 mm, 08
$ 11.68
QUICK VIEW
DAJAVE 6 Stück Ofenrohrbürste aus Stahldraht, 30/50/80 mm Rohrbürste, Heizkesselbürste Schornsteinbürste Kaminrohr Rohrbürsten für Reinigen Schornsteinen, Kessel, Pipeline
$ 8.17
QUICK VIEW
Metabo Hobel HO 26-82 (Hobelbreite 82 mm, Hobeltiefe einstellbar 0-2,6 mm, Softgrip-Oberfläche, 620 W, mit Staubbeutel + Hobelmesser, weiteres Zubehör) 602682000
$ 90.04
QUICK VIEW
QUARKZMAN 5Stk Polsterstifte Streifen 1Meter Blume Dekorativ Nägel Zierleisten für Sofa Kopfteil Stuhl Möbel mit Polsternägel (11mm Kupfer)
$ 8.17
QUICK VIEW
HELDENWERK 10er-Set Expander TÜV/GS geprüft mit Haken Elastisch in 30, 45, 75 und 100cm I Spanngummi mit Haken für Transport, Camping & Sicherung I Spannseil, Gummispanner & Gepäckspanner (30cm)
$ 7.01
QUICK VIEW
3,0 m bis 4,0 m Achtkant Rolladenwellen Set SW 60 verzinkt, Stahlwelle/Achtkantwelle, individuell kürzbar, Behangewicht bis max. 40 kg, von EVEROXX®
$ 21.04
QUICK VIEW
Abstandshalter für runde Abstandshalter, 10 Stk. M3 x 30 mm Aluminium-Bolzenbefestigungsstangen für Flugzeuge, Quadcopter, Orange
$ 4.67
QUICK VIEW
qxayxa Hydraulik Dichtringe mit Gummilippe, 160 Stk Unterlegscheiben Dichtung, Dichtungsringe Sortiment, Ölablassschrauben Dichtring, Bonded Seals Dichtring, M6-M24
$ 11.68
QUICK VIEW
finder 12.51.8.230.0000 Leistungsrelais weiß 16 A, -20-50 °C, CE, 110-230 V, 50-60 Hz, One Size
$ 30.40
QUICK VIEW
Einfahrtstor Gartentor Matten-Tor Hoftor Törchen Grau Pulverbeschichtung Anthrazit RAL 7016 / 100cm x 143cm (BxH) inkl. Pfosten
$ 105.24
QUICK VIEW
hansgrohe iBox universal 2 - Grundkörper für alle hansgrohe Brausen-, Wannen- und Thermostat-Fertigsets (Unterputz-Installation) ab 2023
$ 40.92
QUICK VIEW
BRILLIANT TOOLS Druckluftschlauch 10m BT160005 Ø 6mm I 10 Meter langer, knickfester PU-Luftschlauch Druckluft mit Schnellkupplungen I 1-15 bar
$ 8.17
QUICK VIEW
Schütte OCEAN Duschsystem mit Thermostat und Glasablage-Duschset mit 30x30cm, Regendusche mit Wandhalterung und Duschkopf-Duschpaneel Duschsäule in Chrom/Anthrazit 60531
$ 115.78
QUICK VIEW
Shelly EM + 1 Amperemeterzange bis 50A zur Messung des Stromverbrauchs zu Hause
$ 33.90
QUICK VIEW
Sicherheitsleine 10M/15M/30M*13mm, Sicherheitsseil Werkzeugleine mit Drahtverschluss & 2 Steigschnallen Absturzsicherung für Outdoor Baumklettern Bergsteigen (Grün+Weiß, 15M)
$ 42.09
QUICK VIEW
INEFA Fallrohr 100 cm, PVC DN 75, Weiß, Regenrohr Dachrinnenzubehör,einfache Steckmontage, Made in Germany
$ 7.01
QUICK VIEW
Nischenmarkt Massive Regenhaube/Kaminabdeckung/Schornsteinabdeckung in Edelstahl abgerundete Ecken (Plewa) DN 180mm
$ 54.95
QUICK VIEW
Relaxdays Badregal Bambus mit 3 Ablagen HBT: 79 x 33 x 33 cm Schickes Standregal aus natürlichem Holz Bambusregal als Küchenregal oder Holzregal zur Aufbewahrung und Lagerung im Badezimmer, natur
$ 18.70
QUICK VIEW
CFH Lötkoffer Turbo Lötprofi LK 2000 - 16-teiliges Lötset zum Hartlöten mit Gas Lötbrenner und Löt Zubehör, Umfangreiches Lötkolben Set im Kunststoffkoffer
$ 42.09
QUICK VIEW
KNIPEX Mini-Zangenset in Werkzeuggürteltasche 1 x 87 01 125, 1 x 86 03 125 160 mm 00 20 72 V04
$ 35.07
QUICK VIEW
WALTER Farb- und Mörtelrührer 1400 Watt mit Softstartfmechanismus und elektronischer Drehzahlregelung inklusive Rondenrührer Ø 115mm
$ 31.56
QUICK VIEW
DOWELL Micro Cutter Flush Cutter Weiche Drahtschneider Professionelle Schneiden Kupfer und Aluminium Drahtkabel
$ 4.67
QUICK VIEW
Bosch Zubehör 2607002149 Schlauch 3 mm, 35 mm
$ 22.21
QUICK VIEW
woshilaoDS 1000 Stk Kleine Schrauben Set, Mini Schrauben Set, M1.6 M1.7 M2 M2.5 M3 Mikro Schrauben Sortiment Kit, Rundkopfschrauben Kreuzkopfschrauben für Brillen Uhren Laptops Computer
$ 5.84
QUICK VIEW
ECD Germany Fugenglätter Set 5-tlg - Fugenabzieher Set für Silikon, Silikonfugen und Acryl - Fugenspachtel Glättspachtel Silikonspachtel Silikonglätter Silikonabzieher Silikon Abzieher Fugenkratzer
$ 2.33
QUICK VIEW
SinkFix Waschbecken-Befestigungsset, strapazierfähig, Gipskartonplatten und feste Wände, Waschbeckenbefestigungen, Sanitärbefestigungen für wandhängende Waschbecken, kostenlose
$ 19.87
QUICK VIEW
FOCSTOL Spiralnutfräser 3mm Kompression - Fräser CNC Spiralfräser, Upcut Spiralfräser Router Bit mit Nano-Blau-Beschichtung zum Nuten und Schnitzen von Holz
$ 9.34
QUICK VIEW
CO2 Messgerät Raumluft Luftqualitätsmessgerät zur Messung HCHO, TVOC, CO2, Temperatur Air Quality Monitor mit Alarmen Kohlendioxid Messgerät für Inneneinrichtung Lager Büro (Schwarz)
$ 36.24
QUICK VIEW
KOHLEBÜRSTEN 4X6X17,5 KOMPATIBEL MIT LICHTMASCHINEN BOSCH
$ 5.84
QUICK VIEW
ABUS HomeTec Pro Tastatur-Sichtschutz CSS3000 S - für die Funk-Tastatur CFT3000 und die Bluetooth -Tastatur CFT3100 - Silber 73361
$ 16.36
QUICK VIEW
ANSIEDIO Madenschrauben Inbusschrauben Innensechskant Gewindestifte Schrauben aus Messing - M6×8mm,10 pcs
$ 7.01
QUICK VIEW
Scheppach Zubehör Band und Tellerschleifer BTS900 / BTS800 Set | 12 teiliges Schleifset - 9x Schleifpapier, 3x Schleifband | Bandschleifer
$ 12.85
1
2
3
4
5
6
...
2871
BACK
Shopping Cart