{{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 %}
首页
分类
搜索
关于我们
产品
更多鏈接
CNY
CNY(¥)
EUR(€)
JPY(円)
HKD(HK$)
USD($)
0
首页
分类
搜索
关于我们
产品
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
本网所有商品都是正规合法渠道采购,致力于为客户提供更好的服务和更安心的购买环境。
热门搜索
尿路
美白
减重
外皮用药
助眠
心血管
糖尿病
肠胃药
镇痛消炎
痛风
眼部用药
药品分类
热门商品
处方药
呼吸道疾病用药
皮肤类用药
痛风
助眠
糖尿病
津村汉方
镇痛消炎
眼部用药
心血管
OTC(非处方)
土耳其版 欧唐静 恩格列净片 JARDIANCE 10MG 30'S/盒 调节血糖 精准控糖 血糖控制 2型糖尿病
¥ 228.00
¥ 285.00
土耳其版 欧唐静 恩格列净片 JARDIANCE 25MG 30'S/盒 调节血糖 精准控糖 血糖控制 2型糖尿病
¥ 239.00
¥ 299.00
Kracie 八味地黄丸精华(EKT-7):252片 易疲劳 四肢容易冰冷 下肢痛,腰痛 麻木 老人涩眼 瘙痒 排尿困难 尿频 浮肿 补肾强肾 温补肾阳
¥ 298.00
¥ 373.00
GSK制药贵妇鼻炎 Allermist氟替卡松呋喃羧酸盐鼻喷雾27.5μg56:6g 过敏性鼻炎 急慢性鼻炎 花粉导致的鼻炎 适用大于2岁鼻炎人群
¥ 178.00
¥ 223.00
小野制药腰椎改善剂 腰椎管狭榨治疗剂 Opalmon 利马前列素片 5μg:100片
¥ 249.00
¥ 312.00
Manjaro替泽帕肽/替西帕肽/替尔帕肽 皮下注射剂长效GIP/GLP-1受体激动剂 5mg 2型糖尿病 阻糖控糖降脂减重 胰岛素 减肥 降糖 减肥笔
¥ 798.00
¥ 998.00
兴和制药 Parmodia培马贝特片 高脂血症治疗剂 0.2mg*100片/盒 心血管 降血脂 胆固醇
¥ 728.00
¥ 910.00
卡麦角林 土耳其 进口 回奶片 抑汝 抑制泌乳素 0.5mg 8粒/瓶 辉瑞 Pfizer 蓝卡
¥ 298.00
¥ 372.00
Vibramycin辉瑞盐酸多西环素片50mg 四环素 抗生素 皮肤感染 呼吸道感染 耳科感染 尿路感染 细菌感染 各类炎症 消炎药 咽喉炎 扁桃体炎 支气管炎 肺炎 膀胱炎 宫颈炎 :100片/盒
¥ 198.00
¥ 248.00
多替诺雷片 Dotinurad Tablets 富士 持田 痛风药 高尿酸治愈 降尿酸 2mg:100粒
¥ 581.00
¥ 830.00
Urocalun 优克龙 片225mg:100片 尿路结石 肾结石 优客龙 结石 碎石 柳栎浸膏胶囊 免手术
¥ 198.00
¥ 248.00
万赛维 盐酸缬更昔洛韦片(土耳其版) VALCYTE 450MG 60'S/盒
¥ 4,318.00
¥ 5,080.00
Dayvigo(lemborexant)莱博雷生片5mg 雷神片 安眠药 睡眠导入剂 失眠症 失眠 睡眠:100片 失眠 助眠
¥ 730.00
¥ 913.00
Feburic非布司他(非布索坦)片10mg帝人痛风药 高尿酸治愈:100片
¥ 152.00
¥ 218.00
津村汉方 Tsumura 牛车肾气丸精华颗粒 2.5g(107):42包(14日分)下肢痛 腰痛 排尿困难 尿频 尿少 肾气不足 腰膝酸软
¥ 248.00
土耳其版 欧唐静 恩格列净片 JARDIANCE 10MG 30'S/盒 调节血糖 精准控糖 血糖控制 2型糖尿病
¥ 228.00
¥ 285.00
土耳其版 欧唐静 恩格列净片 JARDIANCE 25MG 30'S/盒 调节血糖 精准控糖 血糖控制 2型糖尿病
¥ 239.00
¥ 299.00
Kracie 八味地黄丸精华(EKT-7):252片 易疲劳 四肢容易冰冷 下肢痛,腰痛 麻木 老人涩眼 瘙痒 排尿困难 尿频 浮肿 补肾强肾 温补肾阳
¥ 298.00
¥ 373.00
GSK制药贵妇鼻炎 Allermist氟替卡松呋喃羧酸盐鼻喷雾27.5μg56:6g 过敏性鼻炎 急慢性鼻炎 花粉导致的鼻炎 适用大于2岁鼻炎人群
¥ 178.00
¥ 223.00
小野制药腰椎改善剂 腰椎管狭榨治疗剂 Opalmon 利马前列素片 5μg:100片
¥ 249.00
¥ 312.00
Manjaro替泽帕肽/替西帕肽/替尔帕肽 皮下注射剂长效GIP/GLP-1受体激动剂 5mg 2型糖尿病 阻糖控糖降脂减重 胰岛素 减肥 降糖 减肥笔
¥ 798.00
¥ 998.00
兴和制药 Parmodia培马贝特片 高脂血症治疗剂 0.2mg*100片/盒 心血管 降血脂 胆固醇
¥ 728.00
¥ 910.00
卡麦角林 土耳其 进口 回奶片 抑汝 抑制泌乳素 0.5mg 8粒/瓶 辉瑞 Pfizer 蓝卡
¥ 298.00
¥ 372.00
Vibramycin辉瑞盐酸多西环素片50mg 四环素 抗生素 皮肤感染 呼吸道感染 耳科感染 尿路感染 细菌感染 各类炎症 消炎药 咽喉炎 扁桃体炎 支气管炎 肺炎 膀胱炎 宫颈炎 :100片/盒
¥ 198.00
¥ 248.00
多替诺雷片 Dotinurad Tablets 富士 持田 痛风药 高尿酸治愈 降尿酸 2mg:100粒
¥ 581.00
¥ 830.00
Urocalun 优克龙 片225mg:100片 尿路结石 肾结石 优客龙 结石 碎石 柳栎浸膏胶囊 免手术
¥ 198.00
¥ 248.00
万赛维 盐酸缬更昔洛韦片(土耳其版) VALCYTE 450MG 60'S/盒
¥ 4,318.00
¥ 5,080.00
Dayvigo(lemborexant)莱博雷生片5mg 雷神片 安眠药 睡眠导入剂 失眠症 失眠 睡眠:100片 失眠 助眠
¥ 730.00
¥ 913.00
Feburic非布司他(非布索坦)片10mg帝人痛风药 高尿酸治愈:100片
¥ 152.00
¥ 218.00
津村汉方 Tsumura 牛车肾气丸精华颗粒 2.5g(107):42包(14日分)下肢痛 腰痛 排尿困难 尿频 尿少 肾气不足 腰膝酸软
¥ 248.00
土耳其版 欧唐静 恩格列净片 JARDIANCE 10MG 30'S/盒 调节血糖 精准控糖 血糖控制 2型糖尿病
¥ 228.00
¥ 285.00
土耳其版 欧唐静 恩格列净片 JARDIANCE 25MG 30'S/盒 调节血糖 精准控糖 血糖控制 2型糖尿病
¥ 239.00
¥ 299.00
Kracie 八味地黄丸精华(EKT-7):252片 易疲劳 四肢容易冰冷 下肢痛,腰痛 麻木 老人涩眼 瘙痒 排尿困难 尿频 浮肿 补肾强肾 温补肾阳
¥ 298.00
¥ 373.00
GSK制药贵妇鼻炎 Allermist氟替卡松呋喃羧酸盐鼻喷雾27.5μg56:6g 过敏性鼻炎 急慢性鼻炎 花粉导致的鼻炎 适用大于2岁鼻炎人群
¥ 178.00
¥ 223.00
小野制药腰椎改善剂 腰椎管狭榨治疗剂 Opalmon 利马前列素片 5μg:100片
¥ 249.00
¥ 312.00
Manjaro替泽帕肽/替西帕肽/替尔帕肽 皮下注射剂长效GIP/GLP-1受体激动剂 5mg 2型糖尿病 阻糖控糖降脂减重 胰岛素 减肥 降糖 减肥笔
¥ 798.00
¥ 998.00
兴和制药 Parmodia培马贝特片 高脂血症治疗剂 0.2mg*100片/盒 心血管 降血脂 胆固醇
¥ 728.00
¥ 910.00
卡麦角林 土耳其 进口 回奶片 抑汝 抑制泌乳素 0.5mg 8粒/瓶 辉瑞 Pfizer 蓝卡
¥ 298.00
¥ 372.00
Vibramycin辉瑞盐酸多西环素片50mg 四环素 抗生素 皮肤感染 呼吸道感染 耳科感染 尿路感染 细菌感染 各类炎症 消炎药 咽喉炎 扁桃体炎 支气管炎 肺炎 膀胱炎 宫颈炎 :100片/盒
¥ 198.00
¥ 248.00
多替诺雷片 Dotinurad Tablets 富士 持田 痛风药 高尿酸治愈 降尿酸 2mg:100粒
¥ 581.00
¥ 830.00
Urocalun 优克龙 片225mg:100片 尿路结石 肾结石 优客龙 结石 碎石 柳栎浸膏胶囊 免手术
¥ 198.00
¥ 248.00
万赛维 盐酸缬更昔洛韦片(土耳其版) VALCYTE 450MG 60'S/盒
¥ 4,318.00
¥ 5,080.00
Dayvigo(lemborexant)莱博雷生片5mg 雷神片 安眠药 睡眠导入剂 失眠症 失眠 睡眠:100片 失眠 助眠
¥ 730.00
¥ 913.00
Feburic非布司他(非布索坦)片10mg帝人痛风药 高尿酸治愈:100片
¥ 152.00
¥ 218.00
津村汉方 Tsumura 牛车肾气丸精华颗粒 2.5g(107):42包(14日分)下肢痛 腰痛 排尿困难 尿频 尿少 肾气不足 腰膝酸软
¥ 248.00
更多热销
关键词搜索
找到您的最爱
搜索
联系我们【Contact US】
欢迎联系我们!如果您有任何问题或建议,请随时与我们取得联系
【Welcome to contact us! If you have any questions or suggestions, please feel free to get in touch with us.】
Email
wilder_hk@163.com
Wechat
客服:Xdl20kjhw
营业时间
10:00 AM to 6:00 PM
購物車