{{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 %}
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(¥)
Log in
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
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
552
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
Acrylic transparent button
$ 0.78
Convoy C8+ black 18650 flashlight
$ 20.50
(
3.9
)
Convoy M1 black 18650 flashlight
$ 20.66
(
5.0
)
Convoy M1 tan 18650 flashlight
$ 20.66
(
4.0
)
Convoy M1 gray 18650 flashlight
$ 20.66
Convoy T6 MAO white AA 14500 flashlight
$ 19.45
Convoy T6 MAO gray AA 14500 flashlight
$ 19.45
Convoy T3 red AA 14500 flashlight
$ 15.75
Convoy T3 blue AA 14500 flashlight
$ 15.75
Convoy L21A black 21700 flashlight
$ 33.93
(
5.0
)
Convoy L21B , 21700 flashlight
$ 27.77
(
5.0
)
Convoy H3 21700 L-shape flashlight
$ 25.56
Convoy M21F gray 21700 flashlight
$ 27.22
(
4.8
)
Convoy M21F MAO 21700 flashlight
$ 31.92
(
5.0
)
Convoy M21B 21700 flashlight
$ 21.78
(
4.9
)
Convoy Z1 21700 flashlight,zoomable
$ 28.18
(
4.6
)
Convoy S2+ with IR LED,infrared 850nm 940nm 18650 flashlight
$ 14.07
(
5.0
)
LMP LHP531
$ 1.57
(
4.8
)
Convoy M21D black 21700 flashlight
$ 33.80
Convoy M21D gray 21700 flashlight
$ 33.80
(
5.0
)
Convoy T6 brass AA 14500 flashlight
$ 25.68
(
5.0
)
Vapcell S4 Plus V3.0 — 4‑Bay 3A Intelligent Fast Charger (Up to 12A Total)
$ 42.24
LUMINUS SST-10-IR infrared LED 850nm 940nm
$ 1.88
(
5.0
)
headband for 22-30mm flashlight
$ 1.48
(
3.0
)
Convoy L8 SBT90.2 with 26800 battery inside
$ 76.40
(
4.5
)
Convoy M21H 21700 flashlight
$ 31.47
(
4.6
)
Convoy S2+ purple 18650 flashlight
$ 15.25
(
4.8
)
Convoy S2 gray UV 365nm 18650 flashlight , CUN66A1G LED inside
$ 17.17
(
5.0
)
Convoy H4 21700 headlamp
$ 24.38
(
4.2
)
Convoy T8 tan AA 14500 flashlight
$ 17.68
(
5.0
)
Convoy M26C black 26650 flashlight
$ 27.67
(
5.0
)
LMP LHP73B
$ 1.77
(
5.0
)
Convoy T3 brass AA 14500 flashlight
$ 23.12
(
5.0
)
Convoy C8+ tan 18650 flashlight
$ 20.50
(
5.0
)
30mm 3V 20.5A driver for L7 SBT90.2 LHP73B
$ 9.60
(
5.0
)
Stainless steel button
$ 0.99
(
4.7
)
Convoy S2+ , black ,18650 flashlight
$ 13.62
(
5.0
)
22mm 3V 8A buck driver for KW CULPM1.TG SFT40
$ 5.19
(
3.0
)
Convoy M21A black 21700 flashlight
$ 21.15
(
5.0
)
Convoy T6 copper head stonewash Ti AA 14500 flashlight
$ 41.92
(
5.0
)
LUMINUS SFT-42R
$ 2.72
(
5.0
)
Convoy S21G gray 21700 flashlight
$ 17.16
(
4.4
)
22mm 3V 20A buck driver for SFT-90 SBT90.2 LHP73B
$ 4.07
(
5.0
)
Convoy S12 UV365nm
$ 34.48
(
5.0
)
Convoy 3X21C 21700 flashlight
$ 69.91
(
5.0
)
Convoy T3 copper head titanium glossy AA 14500 flashlight
$ 37.62
(
5.0
)
stainless steel bezel for M21H M26D
$ 2.28
(
5.0
)
Convoy M21A tan 21700 flashlight
$ 21.15
(
5.0
)
MAO Convoy M21H , 21700 flashlight
$ 36.25
(
4.8
)
Convoy T2 black AA 14500 flashlight
$ 15.75
(
5.0
)
Silver Convoy T5 flashlight,AA 14500
$ 16.76
(
5.0
)
Convoy T8 black AA 14500 flashlight
$ 17.68
Convoy M2 18650 flashlight
$ 22.42
(
5.0
)
Convoy S2+ copper 18650 flashlight,Checkered texture
$ 36.25
(
5.0
)
Convoy S2+ copper 18650 flashlight,Smooth surface
$ 36.25
(
5.0
)
Convoy S11 black 26650 flashlight
$ 20.69
Convoy S11 gray 26650 flashlight
$ 20.69
(
5.0
)
Convoy S11 silver 26650 flashlight
$ 20.69
flashlight lanyard with a key buckle
$ 0.48
Convoy S12 UV 365nm with filter 21700 flashlight
$ 36.07
(
5.0
)
Convoy S21A MAO 21700 flashlight
$ 22.11
Convoy S21A green 21700 flashlight
$ 17.19
(
5.0
)
Convoy S21A orange 21700 flashlight
$ 17.19
Convoy S21A gray 21700 flashlight
$ 17.19
Convoy S21A , red , 21700 flashlight
$ 17.19
35mm TIR lens for M21H M26D
$ 1.20
(
5.0
)
Convoy S6, 18650 flashlight
$ 16.32
(
5.0
)
Convoy M21G 21700 flashlight
$ 38.94
(
5.0
)
Convoy M21C gray 21700 flashlight
$ 27.67
(
5.0
)
N52 D18*3mm magnet for H3 H4
$ 0.76
clip for T2 T3
$ 0.69
(
5.0
)
stainless steel clip for T4
$ 0.80
(
5.0
)
reflector for M1 M21B
$ 1.67
(
5.0
)
D25*2mm magnet sheet for H1 ,H2 S21E flashlight
$ 0.69
(
3.3
)
Convoy M21J 21700 flashlight
$ 53.35
(
5.0
)
Convoy 3X21A black 21700 flashlight
$ 54.60
(
4.8
)
6V XHP70.3 HI LED
$ 8.18
(
2.0
)
22mm 3V 12A FET driver
$ 2.36
(
4.0
)
clip for T6 T7
$ 0.69
(
2.3
)
Convoy S21E MAO gray 21700 flashlight
$ 22.62
(
5.0
)
1
2
3
4
...
7
BACK
Shopping Cart