{{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
SEZAM Massive Revisionstür für Öfen aus Gusseisen 17 x 3,5 x 17 cm, Kamintür - Klappe - Räumungstür, für Backöfen, Feueröfen & Kamine - schwarze Bemalung
$ 23.38
QUICK VIEW
Insaga 100pcs Zaunklammern, 304 Edelstahl Krampennägel Zaunbefestigungsnägel 45mm M5 Stahlkrampen zum Holzschrauben für Maschendraht und Geflochtene Zäune mit Drahtfixer Halten Fest / M8 Adapter
$ 19.87
QUICK VIEW
WISEUP Rollgabelschlüssel Verstellbarer, Cr-V geschmiedet Große Öffnung wrench,TPR Komfortabler und rutschfester Gummigriff, multifunktional schraubenschlüssel 8'/200mm (300MM)
$ 9.34
QUICK VIEW
Vanderfields Gehörschutz für Erwachsene - SNR 26dB - Schwarz - Baustellen Kopfhörer - Kopfhörer Schule - Gehörschutz Schießsport - Gehörschutz Arbeit für Garten - Lärmschutz Kopfhörer - Lärmschutz
$ 11.68
QUICK VIEW
MARIE Türschließer Automatischer mit Feststellfunktion, Puffer Geschlossen für Gewerbliche und Private Zuhause 25-45 kg Tür mit Videoinstallation EN1154 Zertifizierung Silber
$ 15.19
QUICK VIEW
Spezial Gripzange Feststellzange Zähne ø 5-28 mm f. beschädigte Mutter Schraube Leitung und vieles mehr
$ 19.87
QUICK VIEW
OTTO Schachner 34872100 Ninja Maxim Halbtauchhandschuh, Grau/Schwarz, Größe 10
$ 2.33
QUICK VIEW
QWORK® Safe Tresor 31 x 20 x 20 cm mit Triple-Bit Schlüssel, Möbeltresor Hohe Sicherheit Stahlkonstruktion für Wertsachen
$ 21.04
QUICK VIEW
Kantenschneider mit zwei Ersatzpads – Kantenschneider Werkzeug für den Innenbereich, Präzisions-Lackkantenschneider mit Zierleiste und Ausbesserungspad, ideal für Wände, hohe Decken und Schutzecken
$ 12.85
QUICK VIEW
sourcing map 5 Stück Tonhöhe 4P Einschub PCB Klemmschiene Stecker Grün AC300V 8A 3.81mm
$ 4.67
QUICK VIEW
Agawa Canyon BOREAL21-21-Zoll-Klappbogensäge – schwarzer Rahmen, gelber Griff, 21-Zoll-Allzweckklinge
$ 51.45
QUICK VIEW
Edelstahl 6mm 8mm Glastür Scharnier Duschtür Türbeschlag Türbeschläge Beschlag
$ 5.84
QUICK VIEW
co2CREA Harte Tasche für Bosch Home and Garden Akku Reinigungsbürste UniversalBrush Etui Tragetasche
$ 10.51
QUICK VIEW
Stahlia Schubladenschienen (1 Paar) Edelstahl Teilauszug H: 17 / L: 310mm Schubladenauszug Schrankauszug Teleskopauszug Schubladenführung Schienen
$ 5.84
QUICK VIEW
Yorraka Elektrische Reinigungsbürste - 9 in 1 Electric Cleaning Brush, Badezimmerschrubber 2 Geschwindigkeiten, Elektrische Bürste zum Putzen mit Verstellbarem Griff
$ 15.19
QUICK VIEW
S&R Klett-Schleifpapier Set 105x152 mm (93x93x93 mm) – 60-teilig für Delta- & Dreieckschleifer: Ideal für Holz, Metall, Kunststoff & mehr - Körnung P40 bis P240, 11-Loch, langlebig und effizient
$ 8.17
QUICK VIEW
ProPlus 580786 Automatischer Kabelaufroller 15M, Schwarz, Blau
$ 45.60
QUICK VIEW
SOLIDO 9003076003976 5/4' x 30 mm Raumspar-Möbelsiphon, weiß
$ 14.02
QUICK VIEW
Steinel Heißklebe-Pistole Gluematic 3002, Förderleistung 16 g/min, Inkl. 3 Klebesticks 11 mm, zum Basteln und Reparieren
$ 10.51
QUICK VIEW
Anschluss-Set 1' AG x 1/2' AG Messing für Zirkulationspumpen DN15 (1/2')
$ 8.17
QUICK VIEW
vidaXL Fliegengitter Fliegennetz Insektenschutz Gitter Gewebe Gaze Rolle Meterware Mückengitter Mückenschutz Tür Fenter Fiberglas 60x1000cm Grau
$ 10.51
QUICK VIEW
Neodtx Klettband 10m X 2cm Mit 50 Schnalle Klettverschluss Selbstklebend, Frei Zuschneidbar Klett Kabelbinder Wiederverschließbar,Kabelbinder Schwarz 2cm Breit Klettband Selbstklebend Extra Stark
$ 3.50
QUICK VIEW
Schleifscheiben 150mm Klett, 50 Stück Schleifpapier Set, 6-Loch Schleifpads, Körnung 60-320, für Exzenterschleifer, Holz und Metall
$ 9.34
QUICK VIEW
Leatherman Signal – Hochwertiges Multi-Tool mit 19 praktischen Werkzeugen – Multifunktionstool für den Outdoor- und Camping-Bereich – Grün
$ 88.87
QUICK VIEW
RATTMMOTOR CNC Staubschuh,80mm Spindelmotor Staubschutzhaube für CNC Router Spindel Motor Fräsmaschine Gravurwerkzeug
$ 12.85
QUICK VIEW
Bohrerbürstenaufsatz bohrbürste - 5 Stück elektrische Bohrerbürsten-Kit Bohrmaschine – ideal für Poolfliesen, Badezimmer, WC, Keramik, Marmor, Auto
$ 5.84
QUICK VIEW
Alberts 413422 Schlosskasten | mit verzinktem Schloss | Stahl | Dornmaß 55 mm | 185 x 90 x 40 mm
$ 18.70
QUICK VIEW
Esschert Design Jute Gartengerätegürtel mit Rosendruck, 46 x 1 x 34 cm, mit Bauchtasche, mit Clip-Verschluss
$ 8.17
QUICK VIEW
Türkette aus Edelstahl Tür Sicherheitskette Edelstahl Türkette Sicherheitsschloss Türkettenschloss mit Schrauben und Nagelkleber für Hotel Familie Innentüren Türen Fenster (1 Packung, Schwarz)
$ 3.50
QUICK VIEW
Spachtelbrett „Premium“ mit 100 Lagen Spezialpapier
$ 11.68
QUICK VIEW
Leifheit Fenstersauger Nemo inkl. Wandhalterung und Baddüse, Badsauger mit wasserdichtem Gehäuse ideal für die Dusche, verwendbar bis zu 45 min, handlicher und leichter Fensterreiniger
$ 32.73
QUICK VIEW
CHM GmbH ! EPDM Membran Gummiblase für 24-150 Liter Druckkessel Hauswasserwerk Trinkwasser geeignet, Größe: 20-24 Liter
$ 9.34
QUICK VIEW
GROHE Ablaufgarnitur (1 1/4″, langlebige Oberfläche, für Waschtisch-/Bidet-Armaturen), chrom, 28910000
$ 21.04
QUICK VIEW
Multifunktionales Kalibrier- und Entgratwerkzeug, Kalibrierer für mehrschichtige Rohre, Kalibrierschlüssel aus langlebigem Kunststoff für Rohre aus PEX und Aluminiumverbund, 16-20-25 mm
$ 4.67
QUICK VIEW
Delock Druckausgleichselement M12 schwarz 2 Stück
$ 1.16
QUICK VIEW
LANZZAS Pelletrohr Erweiterung von Ø 80 mm auf Ø 150 mm in schwarz Pelletrauchrohr Pelletofenrohr Pelletkaminrohr Ofenrohr
$ 19.87
QUICK VIEW
Planetmöbel Aquil Elegant Waschbecken Oval | Aufsatzwaschbecken für Badezimmer und Gäste-WC | Handwaschbecken ohne Hahnloch und Überlauf | Weiß, 55 x 34 x 14 cm
$ 54.95
QUICK VIEW
Laserliner DigiLevel Plus 0.8m Grau Wasserwaage
$ 30.40
QUICK VIEW
ALLEGRA 2x Ankerplatten Weiß
$ 15.19
QUICK VIEW
220V Auto Karosserie Ausbeulmaschine Schweißgerät - MOTOCOCHE 1800 Watt 6 Modus Punktschweißgerät Dellenabzieher Bolzenschweißer Dellenreparaturset 3500A Digitales Panel Ausbeulspotter Karosserie
$ 115.78
1
...
4
5
6
7
8
9
10
11
...
2871
BACK
Shopping Cart