{{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 %} {%- 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(¥)
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
S series EDC
Small size, big power - choose our EDC flashlight to easily meet your lighting needs in daily life and emergencies.
S series flashlight
4X18A Search flashlight
Four 18650 batteries can greatly provide long runtime, and the excellent long-range capability is suitable for large-scale searches.
4X18A flashlight
H series headlamp
Flexible, wide lighting range and easy to free your hands, the angle can be adjusted to adapt to different illumination needs
H series headlamp
Fast delivery
Orders are processed within one business day.
Satisfied or refunded
If the goods have quality problems, We will provide free repair parts or a full refund.
We are available 24/7
Please send me an Email if you have any questions, I will respond positively and quickly.
100% Secure payments
Visa, Mastercard, Diners club,Discover, American Express, PayPal
Video test
from Youtube author "protechteus - nocny kanał"
Recently uploaded products
Round nose pliers for retaining ring
$ 3.09
(
5.0
)
Convoy T6 black AA 14500 flashlight
$ 15.74
(
5.0
)
Convoy S12 21700 flashlight
$ 29.68
(
5.0
)
Convoy M21B 21700 flashlight
$ 21.78
(
4.9
)
Convoy L7 26650 flashlight
$ 78.21
(
5.0
)
Convoy C8+ red 18650 flashlight
$ 20.50
(
5.0
)
Convoy M21B MAO 21700 flashlight
$ 27.66
(
5.0
)
Convoy S2+,gray,18650 flashlight
$ 13.62
(
5.0
)
Convoy M26C tan 26650 flashlight
$ 27.67
(
5.0
)
Convoy M21C tan 21700 flashlight
$ 27.67
(
5.0
)
21mm TIR lens
$ 0.73
(
3.0
)
silver stainless steel clip , for S2+ / S3 / C8
$ 0.75
(
4.4
)
35mm TIR lens for M21H M26D
$ 1.20
(
5.0
)
Convoy S6, 18650 flashlight
$ 16.32
(
5.0
)
MAO Convoy M21H , 21700 flashlight
$ 36.25
(
4.9
)
clip for T6 T7
$ 0.69
(
2.2
)
silicone button for S2+
$ 0.07
(
5.0
)
Convoy T4 green AA 14500 flashlight
$ 19.79
(
5.0
)
Convoy T4 red AA 14500 flashlight
$ 19.79
(
5.0
)
Convoy S7 stonewash stainless steel 18650 flashlight
$ 19.93
(
5.0
)
Convoy S16 21700 flashlight
$ 22.76
(
5.0
)
Convoy M21C black 21700 flashlight
$ 27.67
20mm light switch, metal button
$ 2.17
(
5.0
)
Convoy H4 21700 headlamp
$ 24.38
(
4.2
)
17mm 5050 TIR lens for H1 T5 T7
$ 0.46
(
5.0
)
Convoy S21D 21700 flashlight
$ 30.82
(
4.8
)
Convoy S2+, blue ,18650 flashlight
$ 15.25
Convoy M21C gray 21700 flashlight
$ 27.67
(
5.0
)
(for T2 T3 T5 ) 16mm light switch, rubber button
$ 1.05
(
5.0
)
Convoy M2 18650 flashlight
$ 22.42
(
5.0
)
Liitokala Lii-S2 charger
$ 9.36
(
5.0
)
Vapcell P54 26650 lithium battery 5400mAh
$ 12.09
View More
Category
Z series
S series
S21 series
M21 series
M series
3X21 series
Shopping Cart