{{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 %}
滿1500單倉包郵滿2500雙倉包郵 掃網頁最下方二維碼加客服賴獲取優惠
TWD
TWD(NT$)
USD($)
0
煙彈系列
思博瑞SP2S 一代煙彈 原廠正品
悅刻RELX Pod Pro 2六代煙彈 1刻裝
SP2S Machine X電子煙霧化煙彈
東京魔盒TOKYO MOHOO BOX煙彈
TUTX 透明款一代煙彈
LANA煙彈 3顆裝 透明發光菸彈 通用一代主機
ILIA哩啞五代煙彈 買四盒送五代主機
ILIA哩亞電子煙一代發光煙彈 【原廠正品】通用一代主機
空倉系列35一顆(50顆起)
SP2S 天王星注油式空彈艙 (一盒三顆)
主機系列
思博瑞SP2S 發光主機 通用一代煙彈 INTERNATIONAL EDITION煙杆
思博瑞SP2S 升級版鈦色煙杆 通用一代煙彈
SP2S主機聖誕限定版
ILIA哩亞一代皮革/布纹主機煙桿 正品現貨 通配1代電子煙煙彈
ILIA哩亞一代主機煙桿 正品現貨 通用一代電子煙煙彈
SP2S MACHINE X 電子煙主機系列
TOKYO MOHOO BOX東京魔盒電子菸主機【10種顏色】
思博瑞SP2S URANUS天王星注油式電子煙
悅刻RELX-Prime Kit開放式主機套裝
悅刻RELX Infinity2 plus七代煙杆 四五六代煙彈通用
一次性/抛棄式電子煙/煙油
SP2S APOLLO 抛棄式 12000口 革命性「無煙模式」可室内使用
思博瑞SP2S GEM 一次性9000口 拋棄式 液晶屏
思博瑞SP2S 一次性7000口 抛棄式
ILIA哩亞4代一次性抛棄式 6500口
思博瑞SP2S ONCE PRO 一次性5000口 抛棄式
CHILL 抛棄式鸭嘴兽·電子煙·8800口
MEHA VBar魅嗨8500口拋棄式電子煙|大容量一次性
Meha-X-bar魅嗨小黑條7000口拋棄式電子煙
哇酷WAGOO kis5 6500口拋棄式 自由混搭雙口味雙芯組合
Kiss6500口一次性拋棄式電子煙 凱斯KISS 6500口 正品現貨
LANA 8000口抛棄式 LANA 8000 MAX PUFF 大容量一次性電子煙
思博瑞SP2S高品质煙油 主機通用 30ML
品牌專區
SP2S專區
LANA專區
ILIA專區
東京魔盒專區
魅嗨專區
kiss專區
kiss專區
TUTX專區
CHILL專區
悅刻RELX專區
煙彈系列
思博瑞SP2S 一代煙彈 原廠正品
悅刻RELX Pod Pro 2六代煙彈 1刻裝
SP2S Machine X電子煙霧化煙彈
東京魔盒TOKYO MOHOO BOX煙彈
TUTX 透明款一代煙彈
LANA煙彈 3顆裝 透明發光菸彈 通用一代主機
ILIA哩啞五代煙彈 買四盒送五代主機
ILIA哩亞電子煙一代發光煙彈 【原廠正品】通用一代主機
空倉系列35一顆(50顆起)
SP2S 天王星注油式空彈艙 (一盒三顆)
主機系列
思博瑞SP2S 發光主機 通用一代煙彈 INTERNATIONAL EDITION煙杆
思博瑞SP2S 升級版鈦色煙杆 通用一代煙彈
SP2S主機聖誕限定版
ILIA哩亞一代皮革/布纹主機煙桿 正品現貨 通配1代電子煙煙彈
ILIA哩亞一代主機煙桿 正品現貨 通用一代電子煙煙彈
SP2S MACHINE X 電子煙主機系列
TOKYO MOHOO BOX東京魔盒電子菸主機【10種顏色】
思博瑞SP2S URANUS天王星注油式電子煙
悅刻RELX-Prime Kit開放式主機套裝
悅刻RELX Infinity2 plus七代煙杆 四五六代煙彈通用
一次性/抛棄式電子煙/煙油
SP2S APOLLO 抛棄式 12000口 革命性「無煙模式」可室内使用
思博瑞SP2S GEM 一次性9000口 拋棄式 液晶屏
思博瑞SP2S 一次性7000口 抛棄式
ILIA哩亞4代一次性抛棄式 6500口
思博瑞SP2S ONCE PRO 一次性5000口 抛棄式
CHILL 抛棄式鸭嘴兽·電子煙·8800口
MEHA VBar魅嗨8500口拋棄式電子煙|大容量一次性
Meha-X-bar魅嗨小黑條7000口拋棄式電子煙
哇酷WAGOO kis5 6500口拋棄式 自由混搭雙口味雙芯組合
Kiss6500口一次性拋棄式電子煙 凱斯KISS 6500口 正品現貨
LANA 8000口抛棄式 LANA 8000 MAX PUFF 大容量一次性電子煙
思博瑞SP2S高品质煙油 主機通用 30ML
品牌專區
SP2S專區
LANA專區
ILIA專區
東京魔盒專區
魅嗨專區
kiss專區
kiss專區
TUTX專區
CHILL專區
悅刻RELX專區
煙彈系列
思博瑞SP2S 一代煙彈 原廠正品
悅刻RELX Pod Pro 2六代煙彈 1刻裝
SP2S Machine X電子煙霧化煙彈
東京魔盒TOKYO MOHOO BOX煙彈
TUTX 透明款一代煙彈
LANA煙彈 3顆裝 透明發光菸彈 通用一代主機
ILIA哩啞五代煙彈 買四盒送五代主機
ILIA哩亞電子煙一代發光煙彈 【原廠正品】通用一代主機
空倉系列35一顆(50顆起)
SP2S 天王星注油式空彈艙 (一盒三顆)
主機系列
思博瑞SP2S 發光主機 通用一代煙彈 INTERNATIONAL EDITION煙杆
思博瑞SP2S 升級版鈦色煙杆 通用一代煙彈
SP2S主機聖誕限定版
ILIA哩亞一代皮革/布纹主機煙桿 正品現貨 通配1代電子煙煙彈
ILIA哩亞一代主機煙桿 正品現貨 通用一代電子煙煙彈
SP2S MACHINE X 電子煙主機系列
TOKYO MOHOO BOX東京魔盒電子菸主機【10種顏色】
思博瑞SP2S URANUS天王星注油式電子煙
悅刻RELX-Prime Kit開放式主機套裝
悅刻RELX Infinity2 plus七代煙杆 四五六代煙彈通用
一次性/抛棄式電子煙/煙油
SP2S APOLLO 抛棄式 12000口 革命性「無煙模式」可室内使用
思博瑞SP2S GEM 一次性9000口 拋棄式 液晶屏
思博瑞SP2S 一次性7000口 抛棄式
ILIA哩亞4代一次性抛棄式 6500口
思博瑞SP2S ONCE PRO 一次性5000口 抛棄式
CHILL 抛棄式鸭嘴兽·電子煙·8800口
MEHA VBar魅嗨8500口拋棄式電子煙|大容量一次性
Meha-X-bar魅嗨小黑條7000口拋棄式電子煙
哇酷WAGOO kis5 6500口拋棄式 自由混搭雙口味雙芯組合
Kiss6500口一次性拋棄式電子煙 凱斯KISS 6500口 正品現貨
LANA 8000口抛棄式 LANA 8000 MAX PUFF 大容量一次性電子煙
思博瑞SP2S高品质煙油 主機通用 30ML
品牌專區
SP2S專區
LANA專區
ILIA專區
東京魔盒專區
魅嗨專區
kiss專區
kiss專區
TUTX專區
CHILL專區
悅刻RELX專區
TWD
TWD(NT$)
USD($)
首頁
/
CHILL專區
CHILL專區
过滤
过滤
排序
特色
最暢銷
按字母順序,A-Z
按字母順序,Z-A
價格,低到高
價格,高到低
日期,舊到新
日期,新到舊
1
商品
排序
特色
最暢銷
按字母順序,A-Z
按字母順序,Z-A
價格,低到高
價格,高到低
日期,舊到新
日期,新到舊
添加購物車
【A倉】CHILL 抛棄式鸭嘴兽·電子煙·8800口
NT$ 350
添加購物車
1
返回
購物車