{{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(¥)
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
Convoy M21G 21700 flashlight
$ 40.11
(
5.0
)
Convoy S21D 21700 flashlight
$ 31.74
(
4.9
)
Convoy M21H 21700 flashlight
$ 32.41
(
4.7
)
Convoy M21K 21700 flashlight
$ 30.05
(
5.0
)
Wide-toothed black stainless steel bezel for M21C M21C-U M21D M26C M21G
$ 3.55
Convoy M3-C 26650 flashlight
$ 32.70
(
5.0
)
Convoy M21E black 21700 flashlight
$ 27.77
(
5.0
)
Convoy M21E silver 21700 flashlight
$ 27.77
(
4.5
)
Convoy M21F gray 21700 flashlight
$ 28.04
(
4.9
)
Convoy M21F MAO 21700 flashlight
$ 32.88
(
5.0
)
MAO Convoy M21H , 21700 flashlight
$ 37.34
(
4.9
)
Convoy M26D 26650 26800 flashlight
$ 34.14
(
5.0
)
AA / 14500 / 16340 driver for T2 T3,4modes
$ 2.10
(
5.0
)
black stainless Steel bezel for C8 C8+ M21A, sawtooth shape
$ 2.76
(
5.0
)
6V 5A boost driver for M21E M21F M21H XHP70
$ 6.29
(
5.0
)
Convoy L21A black 21700 flashlight
$ 34.95
(
5.0
)
Yonii magnetic USB Li-ion Battery Charger
$ 2.52
EVE 30PL 18650 lithium battery 3000mAh
$ 9.51
Ampace JP30 18650 lithium battery 3000mAh
$ 9.18
Amprius INR21700-5000Q 21700 lithium battery 5000mAh
$ 12.65
Ampace JP50 21700 lithium battery 5000mAh
$ 14.58
Tenpower 30XG 18650 lithium battery
$ 9.83
Flat black stainless steel bezel for M21C M21C-U M21D M26C M21G
$ 3.55
Serrated black stainless steel bezel for M21C M21C-U M21D M26C M21G
$ 3.55
Convoy T7 orange AA 14500 flashlight
$ 16.84
(
5.0
)
Convoy S6, 18650 flashlight
$ 16.81
(
5.0
)
Convoy S6 glossy stainless steel 18650 flashlight
$ 20.53
(
5.0
)
Convoy T6 cyan AA 14500 flashlight
$ 16.21
(
5.0
)
Convoy T6 black AA 14500 flashlight
$ 16.21
(
5.0
)
Convoy T8 camouflage green AA 14500 flashlight
$ 20.97
(
5.0
)
Convoy C8+ silver 18650 flashlight
$ 21.11
(
5.0
)
Convoy 3X21D SBT90.2
$ 82.75
(
4.8
)
View More
Category
Z series
S series
S21 series
M21 series
M series
3X21 series
Shopping Cart