{{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
Gardena Cleansystem Fahrradbürste: Reinigungsbürste zum Säubern von Fahrrädern, Anhängern oder Kinderwagen, inkl. austauschbarem Schwamm, mit Durchflussregulierung (18848-20)
$ 8.17
QUICK VIEW
Absaugschlauch transparent D=120 mm L=10,0 m - Zubehör für die Absauganlage
$ 43.26
QUICK VIEW
tesa Aluminium Klebeband/Selbstklebendes Aluminiumband für Reparaturen von metallischen Oberflächen / 10m x 50mm
$ 4.67
QUICK VIEW
Hans Schourup 13501055 Lagerregal mit 5 böden aus MDF, Traglast von bis zu 275 kg pro Boden, 180 cm x 75 cm x 35 cm, Verzinkt
$ 63.14
QUICK VIEW
Kombinierte Absetzzange Ø5mm Lochzange Falzzange Blechlocher Karosseriezange zum Lochen
$ 15.19
QUICK VIEW
2 Karabinerhaken Karabiner Haken Schnapphaken 80x8mm V
$ 2.33
QUICK VIEW
SHANFO Wasserhahn Bad Hoch Waschtischarmatur Einhebel-Mischbatterie Badarmatur Waschbecken Badezimmer Kaltes und Heißes Wasser Vorhanden,Edelstahl Gebürstet Matt,M2OK-T
$ 28.06
QUICK VIEW
AVANTEK Funkklingel, Türklingel Funk Set, 400m Reichweite IP55 Aussen Wasserdicht Haustür Klingel mit 2 Plug-In-Empfänger, 52 Melodien, 5 Lautstärkestufen, Empfänger einfach in die Steckdose
$ 18.70
QUICK VIEW
Alex Tech 13mm-3.1m selbstschließend Kabelschlauch gewebter Kabelmantel Kabelschutz zuschneidbar Schwarz Für TV Computer Heimkino Automobilkabel zu Hause und im Büro
$ 4.67
QUICK VIEW
Abraxas Übergrößen Warnweste orange EN 471, Größe:10XL
$ 8.17
QUICK VIEW
0,5 m Teleskopwelle SW 60 verzinkt, Verlängerung einer Achtkantwelle um bis zu 0,3 m, Verstellbereich 0,1 m, inkl. Walzenkapsel mit Achsstift 12 mm außenliegend, von EVEROXX®
$ 8.17
QUICK VIEW
Optrel clearmaxx Helm - schwarz, 1100.000
$ 32.73
QUICK VIEW
QUARKZMAN 50 Stücke Nitrilkautschuk Gummiringe Abdichtung 12mm x 8mm x 2mm für Wasserhahn Klempner Reparatur Dichtung Verbindung, Schwarz
$ 3.50
QUICK VIEW
S&R Schaumpistole, Dosierpistole in Industriequalität für Bauschaum Dosen, ergonomischer Griff, Teflon-beschichteter Dosen-Halter, präzise Schaumabgabe, PU Bauschaumpistole für Pistolenschäume
$ 11.68
QUICK VIEW
Solar Crimpzange Werkzeugsätze - TUBTAP® Solar Crimpwerkzeuge mit 30 Stück Male Female Solarpanel Kabelstecker für 2.5/4/6mm² Solarpanel Kabel, 1 Paar Solar Steckverbinder Schraubenschlüssel
$ 10.51
QUICK VIEW
Moseem Kabelmanagement 142Pcs, 1Cable Management Kabelschlauch(2m),100 Kabelbinder Befestigen,1Selbstklebende Klettband,10 Silikon Kabelhalter,10 Kabelhalter,10 Kabelklemmen,10 Kleiner Basishalter
$ 7.01
QUICK VIEW
LPZMPZ 242 Stk Schleifhülsen Nagelfräser mit 80/120/180 Körnung Schleifzylinder Kompatibel mit Dremel Drehwerkzeug Schleifaufsätze Einschließlich 240 Stück Schleifhülsen+2 Stück Schleiftrommel
$ 5.84
QUICK VIEW
SPEEDWOX Glaszange, flache Backen, 20,3 cm, Glasbrechzange, Buntglaszange, Glasbrechwerkzeug, langlebiges Mosaik-Brechwerkzeug, Glaszange, strapazierfähig für Fliesen, Buntglasarbeiten
$ 5.84
QUICK VIEW
REHKITTZ Taschenlampe, Extrem Hell Tragbare Handlampe 2 Stück, 2000 Lumen, Wandern Camping Taschenlampe LED, Taktische Taschenlampe Outdoor Aluminium Alloy Material Mit 5 Licht Modi und Zoom
$ 4.67
QUICK VIEW
Schneider Electric Mita FM2W Spiral-Mini-Kofferraum, 15 m, 25 x 16 mm, Weiß
$ 31.56
QUICK VIEW
HOTREGA Kaminscheiben Reiniger, Hochleistungs-Aktivschaum-Reiniger für Glas Kunststoffe Metalle – Effektive Entfernung von Ruß Fett Öl 300ml, Mengen:3
$ 14.02
QUICK VIEW
Bosch 1/2' Ratsche, Set 25-teilig (Leistungsstarke Ratsche; Hohes Drehmoment bis 768 Nm; Verriegelungsknopf; Intuitiver Richtungswechsel; Gebogener Hals; Ergonomischer Softgrip; 24 Zubehöre; Koffer)
$ 46.77
QUICK VIEW
BRILLIANT TOOLS BT162000 Automatischer Kabelaufroller, 15 + 1 m [Powered by KS TOOLS]
$ 45.60
QUICK VIEW
Steinel Heißluftgebläse HG 2520 E im Koffer, Profi-Heißluftpistole, 3 m Kabel, LCD-Display, 700°C|500 l/min, 2300 W
$ 115.78
QUICK VIEW
VA-Cerulean 2x Radstopper Parkbegrenzung Gummi Parkplatzbegrenzung für Garage Parkplätze 60x12x10cm Parkstopper Garagenstopper mit Reflexionsstreifen Rad Halt Stopper für Anfahrschutz
$ 14.02
QUICK VIEW
VANPO Digitaler Drehmomentschlüssel 1/2 Zoll Fahrrad & Motorrad, ± 2% Fehlergenauigkeit, 6.8-135 Nm Drehmomentschlüssel Set mit Summer und LED-Anzeige
$ 50.28
QUICK VIEW
TOPWAY 1000mm Manuelle Fliesenschneider Professioneller mit Einzelschiene und Laserführung, Aluminiumbasis, zum Präzisionsschneiden von Porzellanfliesen Keramik 347714
$ 54.95
QUICK VIEW
Montage Werkzeug Set für Verbundrohr 20mm | Rohrschere Kalibrierer Biegefeder
$ 9.34
QUICK VIEW
TIMESETL 10Stück Glas und Fliesenbohrer 6mm Glasbohrer Satz Spitze mit Titanbeschichtung für Fliesen, Glas, Alumiunium, Keramik, Ziegel, Porzellan, Spiegeln, Kunststoff und Holz
$ 4.67
QUICK VIEW
MOSHAY Fahrrad Wandhalterung S-Rack Fahrradhalter Aluminium Holz - Fahrradhalterung für Rennrad Gravel Bike Tourenrad - Fahrradständer Wand Innenaufbewahrung für Garage Wohnzimmer
$ 22.21
QUICK VIEW
Tilswall Heißklebepistole mit 2000mAh Heißklebepistole akku, 5 Minuten Abschaltautomatik, Anti-Tropf-Düse und 20 Heissklebepistole Klebesticks, Mini Klebepistole Kabellos Zum Basteln - Blau
$ 12.85
QUICK VIEW
KOVA® Abdeckplane 2 x 3m GRÜN Wasserdicht + 1x Bildmagnet! Gewebeplane mit Ösen Gartenplane Tarnplane Plane für Outdoor & Garten Holz Gartenmöbel Camping & Survival Ausrüstung
$ 7.01
QUICK VIEW
GENYED Arbeitsschutzbrille, CE EN166 zertifiziert, Schutzbrille, Anti-Beschlag und Anti-Kratz-Beschichtung, UV400-Gläser, Seitenschutz, Für Männer und Frauen, Arbeitsbrille, Sicherheitsbrille
$ 9.34
QUICK VIEW
Sechskantschrauben mit Schaft M8x100 mm aus Edelstahl A2 (5 Stück) | DIN 931 - Maschinenschrauben - Gewindeschrauben - Schrauben von MESAROS®
$ 5.84
QUICK VIEW
Bolatus 6 Stück Kabelverschraubung M36 x 1,5 Grau Kabeldurchführung IP68 Wasserdicht Fire Prevention Kabelverschraubungen mit Gegenmutter zur Kabeldurchführung
$ 5.84
QUICK VIEW
VEVOR Kaminrost, 46x18x10cm Feuerbock für Kamin mit 6 Stützbeinen, 19 mm pulverbeschichtete Stahlstangen, Feuerrost, Kaminholzrost, Ofenrost, Brennholzhalter für Innen- & Außenkamine
$ 28.06
QUICK VIEW
KS Tools 129.0022 Schraublochstanze, 22,5mm
$ 11.68
QUICK VIEW
Hörmann Optionsrelais HOR1-HCP 4514081 nur für Supramatic Promatic Serie 4
$ 30.40
QUICK VIEW
Harnart Regendusche Duschsystem Ohne Armatur Edelstahl Chrom Duscharmatur Komplettset Set Duschstange mit brause Duschkopf mit Schlauch und Halterung 3 Strahlarten, 30x30cm Eckig Kopfbrause Duschset
$ 25.72
QUICK VIEW
Feuerfeste Unterlage 96 x 96cm, Feuerschutzmatte Hitzebeständig, Faltbare Grillmatte Bodenschutz Hitzebeständig, Kohlenstoff Filz Feuerfeste Matte, Grillteppich Bodenschutzmatte für Außenbereich
$ 7.01
1
2
3
4
5
6
7
8
9
...
2871
BACK
Shopping Cart