{{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
Dreikantschlüssel,Schlüssel Dreikant Utilities Mülltonne Absperrpfosten Cross Bauschlüssel Universal Dreieck Multifunktionale Key Set Poller Schaltschrankschlüssel Universeller Dreiecksschlüssel
$ 3.50
QUICK VIEW
Geberit 115228111 Betätigungsplatte Kappa20 für 2-Mengen-Auslösung, weiß-alpin
$ 25.72
QUICK VIEW
Pinzetten Set 12PCS Edelstahl Pinzette Anti-Statik Präzise Pinzette für Elektronik Industrie Schönheit Präzisionsarbeit(schwarz)
$ 4.67
QUICK VIEW
HiLook by HIKVISION PoE Überwachungskamera Set Außen, 4 x 6MP Dome Kameras mit SD-Karten-Slot | Hybrid Light Nachtsicht Farbe & IR | KI Person-/Fahrzeugerkennung | 8CH NVR 4K | 2TB HDD | App-Steuerung
$ 115.78
QUICK VIEW
100 Dübelteller Auflagevergrößerung auf 90mm für Steinwolle Dämmplatten Dämmstoffhalter Mineralwolle EPS Dämmstoffdübel
$ 11.68
QUICK VIEW
Festool Fräskette MC-CM 28x40x150 A
$ 115.78
QUICK VIEW
Heilmetz® Haltestange Stabilisierungsstange für Duschwände Stabilisator für Glas - Decke 6-10 mm Dusche Duschwand Edelstahl 50cm Rund Haltestange (1 Pack)
$ 17.53
QUICK VIEW
PGROUP Schlagschrauber Nüsse Set 1/2”, SAE-Größen von 3/8 Zoll bis 1-1/4 Zoll(9.5mm-31.75mm)mit 3, 5, 10-inch Verlängerungsstange, 17 Stück Sechskantschlüssel Set, Cr-V-Stahl, SAE to Metrish
$ 11.68
QUICK VIEW
JOAASU Etagenbett Leiterabdeckung, Etagenbett-Leiterabdeckung, Etagenbett-Leiterpolster, mit Verstellbaren Schnallen, Verhindert, dass Kinder Klettern, Kinder Etagenbett Leiterabdeckung (schwarz)
$ 12.85
QUICK VIEW
Kraftwerk Schneideisen 23020 – mit portaterraja M2
$ 9.34
QUICK VIEW
FSWWSF 30 Typ Führungsschiene Stop Für T-Nut T-Tracks 30 Rutschen T-Schienen Aluminiumlegierung Rutsche Locator für die Werkbank Holzbearbeitung
$ 7.01
QUICK VIEW
GOMETY Diamant-Handpolierpads, 5 Stück Diamant-Schleifblock-Set, Diamant-Polierpad Block Schleifblock, Glas-Schleifpads zum Schleifen von Beton Granit, Marmor, Keramik 60#, 120#, 240#, 400#,1000#
$ 9.34
QUICK VIEW
bauFIT Gewebeeckwinkel 8cm x 12cm x 2m | Gewicht: 165g/m² | Alkalibeständig | Glasfaser-Gewebe mit PVC-Ecken | 50m Armierungsgewebe | Hohe Reißfestigkeit | Schiebefest & Imprägniert
$ 30.40
QUICK VIEW
6-teiliges NPT-Rohrgewindebohrer-Set, Kohlenstoffstahl, Präzises Schneiden von 1 Zoll, 3/4 Zoll, 1/2 Zoll, 3/8 Zoll, 1/4 Zoll, 1/8 Zoll NPT-Gewindebohrer-Set, Langlebiges,
$ 21.04
QUICK VIEW
Sechskantschrauben DIN933 M12x40 Edelstahl V2A 25 Stk. Maschinenschrauben Schlüsselschrauben A2
$ 3.50
QUICK VIEW
Keiler fit schutzhandschuh gr. 11 ideal für garten, hobby, freizeit
$ 9.34
QUICK VIEW
WD-40 Multifunktionsprodukt Smart Straw (6x 400ml)
$ 26.89
QUICK VIEW
EZARC Ersatzrädchen für Rohrabschneider Durchmesser (Ø) 18 mm für Groß Leitungsschneider
$ 5.84
QUICK VIEW
BOOSDEN Spitzzangen Set, 5 Stücke, 127mm, Spitzzange lang, Mini-Spitzzange, Elektronik-Spitzzange, Flachrundzange mit Schneide, Rundzange für Schmuck
$ 8.17
QUICK VIEW
Ronoza DIN 985 Sechskantmuttern M3, 50 Stück Sicherungsmuttern 304 Edelstahl A2 V2A M3 Muttern, Selbstsichernde Muttern, Stoppmuttern(Schwarz)
$ 3.50
QUICK VIEW
Schellenberg 70081 Insektenschutz Fenster Telescope, Aluminium-Rahmen ohne Bohren und Sägen zu Montieren, Individuelle Größe durch Herausziehen, 140 x 150 cm, Anthrazit
$ 36.24
QUICK VIEW
D.RECT 7212 Abbrechklingen Cuttermesser - 10x Cutter Klingen - Ersatzklingen für Universalmesser - Cutterklingen groß - Teppichmesser Messerklingen - Cuttermesser Klingen 18mm
$ 5.84
QUICK VIEW
GeZu Impex® Parallelkupplung Distanzkupplung 48 x 48 mm SW 22, Gerüstschelle, Distanzschelle für Gerüstrohre
$ 4.67
QUICK VIEW
WEDAMOO 16 Stück Hammerkopfschrauben M8x20 Set, Hammerkopfschraube mit Sperrzahnmuttern Flanschmuttern M8 Schrauben für PV Solar Montageschienen, Gewächshaus und Photovoltaik
$ 5.84
QUICK VIEW
sourcing map Runde Schneideisen Maschinen Rechtsgewinde Matrize Legierter Werkzeugstahl 1/4'-28 UNF
$ 5.84
QUICK VIEW
riva MULTI Ersatzkartusche, Trink- und Duschwasserfilter, Zertifizierter, sicherer Schutz gegen Legionellen, Bakterien, Keime in Küche, Dusche und Bad
$ 33.90
QUICK VIEW
WORKPRO Zangen Set Haushalt, 4tlg. Zangensatz, Kombizange Spitzzange Seitenschneider Wasserpumpenzange, für Heimwerker und Profis
$ 14.02
QUICK VIEW
Aceteel M9 x 1,25 Titanbeschichteter Spiralspitzgewindebohrer, HSS-TiN-beschichteter Spiralspitzgewindebohrer M9 x 1,25
$ 7.01
QUICK VIEW
Jadeshay Mini Kondensatpumpe, Ersatzzubehör Mini-Split-Automatik-Klimaanlagenablaufentfernung Leises Gerät S1 AC110‑240V
$ 33.90
QUICK VIEW
Schleifstein grob und fein, 15cm x 5cm x 2.5cm
$ 2.33
QUICK VIEW
CEEYSEE 140 Stück (70 Set) Buchschrauben Set 6 Größen Metall-Rundkopf Buchschrauben Für Leder Dekoration, Bookbinding, DIY (Lang Buchschrauben)
$ 5.84
QUICK VIEW
Sechskant-Selbstverriegelungsmuttern, 10 Stück, M5-Mutter, CNC-Aluminium, Flansch, Nylon, selbstsichernde Metallmuttern, dunkelrot
$ 4.67
QUICK VIEW
LUNEKUCK 4 Stück Klammerentferner mit Tack Abzieher Werkzeug Entklammerer Enthefter Heftklammern Entferner Nagelheber Polster Klammerheber zum Entfernen aller Arten von Klammern
$ 4.67
QUICK VIEW
shinfly Winkelverbinder, 20 Stück 20 x 20 mm, Winkel Metall 90 Grad mit 45 Stück Schrauben, Edelstahl MetallWinkel L Klammern, für Möbel, Stuhl, Tisch, Fenster, Winkel Bracket
$ 2.33
QUICK VIEW
TECPO 10x Universal Mehrzweckfett 400g– Kartusche Schmierfett, Lithiumfett, Universalfett, KFZ-Schmierung, wasserbeständig
$ 23.38
QUICK VIEW
hansgrohe Schlauchbox (sBox) Montageplatte (für Fliesenrandmontage) Mehrfarbig
$ 30.40
QUICK VIEW
6Pcs Lötspitzenreiniger und Lötkolben-Spitzenreiniger Halter Messing Spitzenreiniger Kit mit 6Pcs Lötspitzen Reinigungsschwamm und 2 Blechschaber zum Reinigen von Lötkolben und Spitzen
$ 9.34
QUICK VIEW
Bwintech 5 Stück 6mm Schlauch AD x 1/8' BSP-Außengewinde mit O-Ring-Winkelstück Vernickeltes Messing Push-to-Connect Pneumatische Push-Lock-Verschraubung
$ 8.17
QUICK VIEW
Streusalz 2x 15 kg Sack Effektiv und Schnell Tellerstreuer geeignet Grobkörnig Hochwertiges Auftausalz
$ 10.51
QUICK VIEW
30 Stück Verbindungsschrauben M4x20 (15xHülsenmutter,15xMöbelverbinder) Edelstahl A2 V2A Schrankverbinder Möbelschrauben Hülsenschrauben mit Innensechskant,Sechskantschlüssel Wird für Möbeln,Schränken
$ 2.33
1
...
5
6
7
8
9
10
11
12
...
2871
BACK
Shopping Cart