{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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 %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
USD
USD($)
EUR(€)
AUD(AU$)
CAD(CA$)
GBP(£)
SGD(S$)
NZD(NZ$)
JPY(円)
RUB(₽)
GHS(₵)
RON(L)
ARS(ARS$)
COP(COP)
PEN(S/.)
VND(₫)
NGN(₦)
SAR(S.R.)
TRY(TRY)
CLP(CLP)
ZAR(R)
HKD(HK$)
BRL(R$)
KRW(₩)
MYR(RM)
IDR(Rp)
DKK(Dkr)
CZK(Kč)
CHF(CHF)
TWD(NT$)
THB(฿)
SEK(Kr)
PLN(zł)
PHP(₱)
NOK(Kr)
MXN(MXN$)
ILS(₪)
HUF(Ft)
CNY(¥)
My Account
0
Cart
Catalogs
Flashlight
UV light
S series
C8 series
T series
AAA series
M series
L series
S21 series
S26 series
M21 series
M26 series
L21 series
4X18 series
3X21 series
H series
Z series
LED
CREE
Osram
Nichia
Luminus
Seoul
Samsung
LMP
GETIAN
Other
Driver
for 3V LED
for 6V LED
for 12V LED
for UV LED
for IR LED
for red light
7135 driver
Anduril 1.0
Anduril 2.0
BLF A6
Battery
14500
18350
18650
21700
26650
26800
46800
46950
Charger
Miller
Liitokala
Yonii
Vapcell
Accessory
glass lens
TIR lens
filter
O-ring
reflector
gasket
bezel
MCPCB
battery tube
switch
retaining ring
button
spring
Attachment
diffuser
holster
clip
magnet
handle
remote switch
awl
tactical accessory
accessory for battery
headband
lanyard
Other
Grease
Tool
Home
All products
Search
Contact Us
About shipping
Clearance
More Links
Catalogs
Catalogs
Flashlight
Flashlight
UV light
S series
C8 series
T series
AAA series
M series
L series
S21 series
S26 series
M21 series
M26 series
L21 series
4X18 series
3X21 series
H series
Z series
LED
LED
CREE
Osram
Nichia
Luminus
Seoul
Samsung
LMP
GETIAN
Other
Driver
Driver
for 3V LED
for 6V LED
for 12V LED
for UV LED
for IR LED
for red light
7135 driver
Anduril 1.0
Anduril 2.0
BLF A6
Battery
Battery
14500
18350
18650
21700
26650
26800
46800
46950
Charger
Charger
Miller
Liitokala
Yonii
Vapcell
Accessory
Accessory
glass lens
TIR lens
filter
O-ring
reflector
gasket
bezel
MCPCB
battery tube
switch
retaining ring
button
spring
Attachment
Attachment
diffuser
holster
clip
magnet
handle
remote switch
awl
tactical accessory
accessory for battery
headband
lanyard
Other
Other
Grease
Tool
Home
All products
Search
Contact Us
About shipping
Clearance
USD
USD($)
EUR(€)
AUD(AU$)
CAD(CA$)
GBP(£)
SGD(S$)
NZD(NZ$)
JPY(円)
RUB(₽)
GHS(₵)
RON(L)
ARS(ARS$)
COP(COP)
PEN(S/.)
VND(₫)
NGN(₦)
SAR(S.R.)
TRY(TRY)
CLP(CLP)
ZAR(R)
HKD(HK$)
BRL(R$)
KRW(₩)
MYR(RM)
IDR(Rp)
DKK(Dkr)
CZK(Kč)
CHF(CHF)
TWD(NT$)
THB(฿)
SEK(Kr)
PLN(zł)
PHP(₱)
NOK(Kr)
MXN(MXN$)
ILS(₪)
HUF(Ft)
CNY(¥)
Need help? (Welcome to use your native language for communication.)
Whatsapp / Telegram: +86-13728741161
admin@convoylight.com
Home
/
All products
All products
Sort by "Recently Updated".
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
600
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
Convoy M3-C 26650 flashlight
$ 32.70
(
5.0
)
diffuser for S2+ S3 S6 S8
$ 0.61
(
4.8
)
20MM TIR lens for 3535 LED
$ 0.77
(
5.0
)
reflector for S2+ S3 T4
$ 0.77
(
5.0
)
20*1.6mm ar-coaed glass lens for S2+ S2 S3 S6 S8
$ 0.71
(
5.0
)
diffuser for T2 T3
$ 0.48
(
5.0
)
Red diffuser for S2+ S3 S6 S8
$ 0.61
(
4.6
)
reflector for T2 T3
$ 0.83
(
5.0
)
17mm 7135*8 driver 12groups 3040mA
$ 1.90
(
5.0
)
519A LED , high CRI R9080
$ 2.12
(
5.0
)
GETIAN GT red blue green light LED with 20mm MCPCB
$ 3.78
(
4.8
)
Convoy 3X21E 21700 flashlight
$ 67.82
(
3.0
)
17mm 5050 TIR lens for H1 T5 T7
$ 0.47
(
5.0
)
Convoy S2+ silver 18650 flashlight
$ 15.71
22mm 3V 8A buck driver for KW CULPM1.TG SFT40
$ 5.35
(
4.0
)
Convoy T8 MAO gray AA 14500 flashlight
$ 21.24
Convoy T8 MAO white AA 14500 flashlight
$ 21.24
Convoy S11 silver 26650 flashlight
$ 21.31
Convoy S11 gray 26650 flashlight
$ 21.31
(
5.0
)
Convoy S11 black 26650 flashlight
$ 21.31
(
5.0
)
Convoy T6 orange AA 14500 flashlight
$ 16.21
(
5.0
)
black stainless steel clip , for S2+ / S3 / C8
$ 0.77
(
5.0
)
clip for T6 T7
$ 0.71
(
2.0
)
stainless steel clip for M21B
$ 1.08
(
3.5
)
Convoy M26E 26650 26800 flashlight
$ 30.82
Convoy T8 brass AA 14500 flashlight
$ 30.08
Convoy T4 brass AA 14500 flashlight
$ 31.74
Murata US18650VTC6M 3000mAh 18650 lithium battery
$ 11.22
Amprius SA110 4000mAh 18650 lithium battery
$ 10.79
nickel-plated phosphor bronze spring,Suitable for high current
$ 0.17
Convoy S6 glossy stainless steel 18650 flashlight
$ 20.53
(
5.0
)
28mm 3V 20A buck driver, single lithium battery input. With USB-C charging interface.
$ 7.10
20mm 3V 10A BUCK driver, 12 groups
$ 5.51
20mm 6V 5A boost driver,Single lithium battery input,12groups
$ 4.78
22mm 3V 20A BUCK driver, single Li-ion battery input, with Type-C charging port
$ 6.93
Phosphor bronze nickel-plated spring with triangular buckle on the bottom,suitable for M21C-U,M3,M3-C
$ 0.35
Gold-plated phosphor bronze spring,Suitable for high current
$ 0.24
(
5.0
)
Cylindrical gold-plated phosphor bronze spring,Suitable for high current
$ 0.24
Convoy M21E black 21700 flashlight
$ 27.77
(
5.0
)
Convoy M21E silver 21700 flashlight
$ 27.77
(
4.5
)
Convoy M21F MAO 21700 flashlight
$ 32.88
(
5.0
)
Convoy C8+ orange 18650 flashlight
$ 21.11
(
5.0
)
Convoy M21H 21700 flashlight
$ 32.41
(
4.6
)
Convoy S21E orange 21700 flashlight
$ 19.94
(
4.8
)
AAA flashlight, EDC
$ 9.26
(
4.8
)
Orange Convoy T5 flashlight,AA 14500
$ 17.26
(
5.0
)
Reliance INR21700-RS50 21700 battery
$ 13.61
(
5.0
)
Convoy C8 black 18650 flashlight
$ 19.29
(
5.0
)
red Convoy T5 flashlight,AA 14500
$ 17.26
(
5.0
)
Convoy S26A 26800 26650 flashlight
$ 25.78
(
5.0
)
Convoy 4X18A red 18650 flashlight
$ 52.50
Convoy 4X18A black 18650 flashlight
$ 52.50
Convoy 4X18A blue 18650 flashlight
$ 52.50
Convoy 4X18A orange 18650 flashlight
$ 52.50
(
5.0
)
Convoy M2 18650 flashlight
$ 23.09
(
5.0
)
5mm 3535 gasket (Butterfly shape)
$ 0.16
(
5.0
)
Liitokala Lii-S1 charger
$ 6.43
(
5.0
)
clip for T2 T3
$ 0.71
(
5.0
)
reverse switch 20*20mm
$ 0.15
(
5.0
)
Convoy S12 UV 365nm with filter 21700 flashlight
$ 37.15
(
5.0
)
Convoy S8 18650 flashlight
$ 17.24
(
5.0
)
Convoy S2+,MAO ,18650 flashlight
$ 19.14
(
5.0
)
Convoy M26C black 26650 flashlight
$ 28.50
(
5.0
)
Sold out
Convoy M26C gray 26650 flashlight
$ 28.50
Convoy M26C tan 26650 flashlight
$ 28.50
(
5.0
)
Convoy M21K 21700 flashlight
$ 30.05
(
5.0
)
Convoy T5 MAO AA 14500 flashlight
$ 20.03
Vapcell S4 Plus V3.0 — 4‑Bay 3A Intelligent Fast Charger (Up to 12A Total)
$ 43.51
(
5.0
)
Convoy S21E MAO white 21700 flashlight
$ 23.30
(
5.0
)
Convoy M21A black 21700 flashlight
$ 21.78
(
5.0
)
Convoy M21A tan 21700 flashlight
$ 21.78
(
5.0
)
Silver Convoy T5 flashlight,AA 14500
$ 17.26
(
5.0
)
Gray C8 UVC 255nm , UVB 310nm, no filter
$ 42.43
(
5.0
)
ZWB3 filter for UVC 255nm
$ 3.12
(
5.0
)
Convoy Z1 21700 flashlight,zoomable
$ 29.03
(
4.7
)
Convoy L21B tan 21700 flashlight
$ 28.60
(
5.0
)
Convoy S2 UV 365nm , CUN66A1B
$ 16.03
(
5.0
)
Convoy M21F gray 21700 flashlight
$ 28.04
(
4.8
)
Convoy S2+ brass 18650 flashlight
$ 25.56
(
4.7
)
Convoy 3X21C 21700 flashlight
$ 72.01
(
5.0
)
1
2
3
4
...
8
BACK
Shopping Cart