{{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
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 L21A black 21700 flashlight
$ 34.95
(
5.0
)
Convoy S8 18650 flashlight
$ 17.24
(
5.0
)
Convoy M21B 21700 flashlight
$ 22.43
(
5.0
)
Convoy S21E black 21700 flashlight
$ 19.94
(
5.0
)
Convoy T6 brass AA 14500 flashlight
$ 26.45
(
5.0
)
Convoy T7 deep green AA 14500 flashlight
$ 16.84
(
5.0
)
flashlight lanyard with a key buckle
$ 0.49
(
5.0
)
Sold out
17mm 7135*6 4groups driver Attiny 13A
$ 1.72
Convoy S26A 26800 26650 flashlight
$ 25.78
(
5.0
)
Convoy 3X21C 21700 flashlight
$ 72.01
(
5.0
)
Convoy M21G 21700 flashlight
$ 40.11
(
5.0
)
Convoy S2+ , black ,18650 flashlight
$ 14.03
(
5.0
)
silicone tactical ring for flashlight
$ 0.41
(
5.0
)
Convoy S21G gray 21700 flashlight
$ 17.67
(
4.5
)
Convoy S11 gray 26650 flashlight
$ 21.31
(
5.0
)
Convoy L21B , 21700 flashlight
$ 28.60
(
5.0
)
Convoy 3X21D SBT90.2
$ 82.75
(
4.9
)
Sold out
6V XHP70.2 LED
$ 6.63
20mm copper DTP MCPCB for 4*3535 LED
$ 0.55
(
4.0
)
Amprius SA112 21700 lithium battery 6500mAh
$ 13.93
6V XHP70.3 HI LED
$ 8.43
(
3.2
)
brass button
$ 1.23
(
5.0
)
LUMINUS SST40 LED
$ 1.90
(
5.0
)
Convoy T6 MAO gray AA 14500 flashlight
$ 20.03
Convoy T6 MAO white AA 14500 flashlight
$ 20.03
Convoy T6 gray AA 14500 flashlight
$ 16.21
Convoy T6 dark green AA 14500 flashlight
$ 16.21
(
5.0
)
Convoy T6 cyan AA 14500 flashlight
$ 16.21
Convoy T6 copper head glossy Ti AA 14500 flashlight
$ 43.18
Convoy T6 copper head stonewash Ti AA 14500 flashlight
$ 43.18
(
5.0
)
Convoy T6 orange AA 14500 flashlight
$ 16.21
Convoy T6 green AA 14500 flashlight
$ 16.21
View More
Category
Z series
S series
S21 series
M21 series
M series
3X21 series
Shopping Cart