{{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
Frost King L341h Poly-Schaum-Klebeband, L342H
$ 7.01
QUICK VIEW
EXTRWORY Stichsäge Bodenplatte Für 4304 Stichsäge Boden Set Stichsäge Zubehör Grundplatte für Stichsäge, Schnellwechsel für effizientes Arbeiten, kompatibel mit Stichsäge 4304
$ 5.84
QUICK VIEW
RUKO Terrax 234050TX Maschinengewindebohrer M5 HSS
$ 3.50
QUICK VIEW
Ästhetischer und funktionaler selbstschließender Luftschalter für Müllentsorgung und mehr (32 mm schwarz)
$ 8.17
QUICK VIEW
CMT ORANGE TOOLS 915.002.11 - V-NUTFRÄSER 135° S=8 D=18X3,3X60 RE
$ 23.38
QUICK VIEW
EATON M22LW LEUCHTMELDER IP66 FLACH WEISS 216771
$ 4.67
QUICK VIEW
Killerbody Lexan Platte Kohlefaser Optik (203 x 305 x 0,8mm)
$ 8.17
QUICK VIEW
Fotosensor für Pelletöfen, Pelltech Fotosensor, Pelletheizung
$ 24.55
QUICK VIEW
Yardwe Schneefräse Abdeckung Zubehör für Auto Traktor Schneepflug Schneeschleuder, Schwarz, 12 inches, 6 Geschwindigkeiten, SNOW_BLOWER
$ 11.68
QUICK VIEW
Williyatt 12 Stück Lindenholz Sperrholzplatte 300 x 200 x 2 mm Bastelholz Holzplatten für DIY Modell,Kunst und Handwerk, Gemälde und Laserprojekte
$ 8.17
QUICK VIEW
Optimer Home - Thermo-Fensterdämmung schützt vor Kälte und Hitze - 1.5x1.2m - Selbstklebende Wärmeisolierung mit Klettverschluss
$ 15.19
QUICK VIEW
Drenky Duschkopf Regendusche Schwarz, Regendusche 12 Zoll Runden Große Duschkopf Aus Echter A2 Edelstahl Mit 304 SUS Prüfzeichen Regenduschkopf Mit 144 Anti-Kalk Düsen Regendusche Duschkopf 30x30cm
$ 19.87
QUICK VIEW
Yonico Oberfräsen-Bits Fensterbank 1' 1/2' Schaft 18141
$ 15.19
QUICK VIEW
Bristan WBASIN01C Ablaufgarnitur für Waschbecken mit Überlauf aus Porzellan, chrome, Plug and Chain
$ 9.34
QUICK VIEW
wondever Wandtattoo Rosa Kirschblüten Blumen Wandaufkleber Vögel auf Ast Vogelkäfig Wandsticker Wanddeko für Schlafzimmer Wohnzimmer TV Hintergrund
$ 8.17
QUICK VIEW
Brennschale pellets brenntopf für pelletofen Brenner pellets
$ 18.70
QUICK VIEW
Kleiderspind mit Sockel, 3 Abteile á 300 mm, HxBxT 1800x900x500 mm, lichtgrau
$ 115.78
QUICK VIEW
328Feet/100M Bäcker Bindfäden, Natürlicher Baumwolle Schnur,Bastelschnur Dekokordel Schnur Perfekt für DIY Kunsthandwerk, den Garten, Basteln und Dekorieren (Golddraht)
$ 4.67
QUICK VIEW
Flex Bandsäge SBG 4910 + 3 Bänder & Spannbacken
$ 115.78
QUICK VIEW
Reidl Splinte 5 x 100 mm DIN 94 Stahl galv. verzinkt farblos 10 Stück
$ 1.16
QUICK VIEW
Lessmann Heizkesselbürste ø 35 mm mit Stiel (zur Reinigung von Heizkesseln, Bürste aus Stahldraht gewellt, Gesamtlänge 850 mm) 545311
$ 7.01
QUICK VIEW
U-POL Raptor Roller & Tray Kit - Roller und Wanne Kit
$ 7.01
QUICK VIEW
Wera 784 A 1/4' Verbindungsteile mit Wera-Schnellwechselfutter, 1/4 Zoll x 30 mm, Wera 05042750001
$ 10.51
QUICK VIEW
SHT 10 kg Mineralwolle Steinwolle, Isolierung, lose ohne Bindemittel, für Schalldämmung und Wärmedämmung
$ 24.55
QUICK VIEW
Makita Saegeschiene, 40 cm, 1,1 mm, 3/8 Zoll, 165247-4 L
$ 12.85
QUICK VIEW
ERGO line LUCA Schwarz Türbeschlag Türgriff für Zimmertüren, L-FORM, Rund-Rosette, Drückergarnitur, Türbeschlag, Türklinke, Türdrücker
$ 9.34
QUICK VIEW
10 Stücke Einzel Heizungsrohr Rosette, für 17 mm Durchmesser Abdeckrosette, Rohrmanschetten Heizkörper Schmücken, Für Wasserleitungen, Heizungsrohre, Gasleitungen
$ 2.33
QUICK VIEW
aghoer 2 Stück Schlüssel Spanner Set, Werkzeug Schraubenschlüssel, Montage-Werkzeug für Stecker, Solar-Schraubenschlüssel, für Solarpanel Kabel Systemdraht Steckverbinder Solar Stecker
$ 3.50
QUICK VIEW
Türmagnete stark Magnetische Schranktür, 4 Stück selbstklebend für Möbel, Schrankmagnete, Edelstahl Möbelmagnete für Schiebetüren, Küche, Fenster, Schrank
$ 2.33
QUICK VIEW
Knipex Automatische Abmantelungszange 175 mm 12 74 180 SB
$ 37.41
QUICK VIEW
40 Stück Mouse Schleifpapier Schleifblätter mit Extra 2 Tipps, 4 Löcher Klett-Schleifpapier, Verschiedene Körnungen 40/60/ 80/120/ Körner für Fine Palm Sander
$ 5.84
QUICK VIEW
8PCS Heben Ringmuttern, Innenringmutter zum Heben von Edelstahl 304, Pack-of-8, M10
$ 10.51
QUICK VIEW
Vliesschleifblatt ROLOC 76,2mm Vlies vfn 3M
$ 5.84
QUICK VIEW
HOPPE 3286420 Drückergarnitur Amsterdam mit Rosetten PZ (Profilzylinder), Edelstahl matt
$ 11.68
QUICK VIEW
ILOKNZI Aluminium Klapptritt Trittleiter 1 stufe Arbeitsplattform Wohnmobiltrittstufen Max Belastung 300 kg für Camping/Autowäsche/Küche, faltbare, höhenverstellbare Hockerleiter mit Anti-Rutsch-Matte
$ 33.90
QUICK VIEW
JZK 20A Amperemeter Panel Amp Messgerät, analoger Stromzähler DC 0-20A 75mv Analog Strompanel-Messgerät, Gleichstromzeiger 20 Ampere 91C4 DC Stromzeiger Amperemeter, Ampere Tester Messgerät
$ 4.67
QUICK VIEW
KS Tools 140.2075 Gummiaufsatz für Fäustel, 72x40mm
$ 2.33
QUICK VIEW
Maler Set Farbwanne 32 x 26 cm inkl. 3X Farbwanneneinsatz Kunststoff Lackwanne Lackierwanne Malerwanne
$ 8.17
QUICK VIEW
Hutschienen Adapter - LNSYSNS 2 Schaltschrank Hutschienen Klemmen mit 12 Schrauben, 200 × 35 mm DIN-Schiene - Zur Befestigung von Leiterplatten und Elektronik
$ 5.84
QUICK VIEW
Bosch DIY Accessories 2609255859 DIY Handtacker HT 14 für Typ 53: 4-14 mm;Typ 41: 14 mm;
$ 15.19
1
...
9
10
11
12
13
14
15
16
...
2871
BACK
Shopping Cart