{{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 %}
Log in
0
Cart
Home
Smoke Tool1
Pipe
Grinder
Silicone Jar
Joint Cone Scissors
Smoking Accessories
Smoke Tool2
Sniffer Snuff
Smoking Set
Tray and Ashtray
CBD Accessories
Bong and Accessories
Rolling Paper and Roller
Hookah
Glass Bottle
Customized Logo
Storage Bag
More Links
Home
Smoke Tool1
Smoke Tool1
Pipe
Grinder
Silicone Jar
Joint Cone Scissors
Smoking Accessories
Smoke Tool2
Smoke Tool2
Sniffer Snuff
Smoking Set
Tray and Ashtray
CBD Accessories
Bong and Accessories
Rolling Paper and Roller
Hookah
Glass Bottle
Customized Logo
Storage Bag
Smoke Tool1
Pipe
Silicone Jar
Joint Cone Scissors
Grinder
Smoking Accessories
A1872 Silicone Pipe Hot Sell
$ 3.30
$ 8.00
A2067 Christmas Silicone Pipe
$ 1.30
$ 2.60
A1886 Violent Bear Silicone Pipe With Glass Bowl
$ 1.10
$ 3.30
A2066 Switch Game Silicone Pipe
$ 2.60
$ 5.30
A1803 Yoda Silicone Pipe Hot Sell
$ 2.00
$ 7.00
A1921 Hello Kitty Glass Pipe Hot Sell
$ 1.10
$ 2.90
A1893 Silicone Pipe With Glass Bowl Hot Sell
$ 1.20
$ 3.50
A2064 Cat Shape Glass Pipe
$ 3.90
$ 7.50
Click Here and View More
A3310 Hello Kitty Silicone Jar Hot Sell
$ 0.30
$ 1.80
A3438 Yoda Shape Silicone Jar 16ml
$ 1.60
$ 3.30
A3434 Silicone Jar 5ml
$ 0.95
$ 1.50
A3436 Bee Silicone Jar 5ml Size
$ 0.65
$ 1.00
A3389 Silicone Jar 5ml Hot Sell
$ 0.35
$ 0.95
A3416 Silicone Jar 5ml Size Hot Sell
$ 0.43
$ 0.95
A3298 Rick Silicone Jar 2/5ml
$ 0.25
$ 1.00
A3220 Silicone Jar 2/3/5/7/10/22ml Different Color
$ 0.10
$ 1.50
Click Here and View More
A469 Metal Scissors With Small Hole High Quality
$ 0.70
$ 1.95
A465 Plastic Storage Tube Ruller Customized LOGO/Color For Rolling Paper Or Other Item
$ 0.10
$ 0.35
A199 Metal Scissors Hot Sell 3Kinds Of Color High Quality
$ 0.30
$ 1.30
A829 Rolling Paper Storage Case 122MM Length Hot Sell
$ 0.14
$ 0.28
A396 Metal Scissors Hot Seller Different Color
$ 0.12
$ 0.95
A470 Hot Sell Scissors Different Color
$ 0.15
$ 0.95
A513 Rolling Paper Storage Tube Hot Sell
$ 0.20
$ 0.95
A510 Metal Scissors Customized LOGO Hot Sell
$ 0.50
$ 1.95
Click Here and View More
A1165 The Powerpuff Girls Metal Grinder 40/50/63mm 4Layer
$ 2.90
$ 6.50
A1208 Rick Plastic Grinder 60mm With Storage Case Function
$ 3.50
$ 7.50
A1207 Plastic Grinder 60mm Diameter 3Layer
$ 1.30
$ 2.60
A1095 SpongeBob Grinder 40/50/63mm Diameter Super Mario and Morty 4Layer
$ 2.30
$ 6.00
A1004 Plastic Grinder Diameter 44mm With Storage Function
$ 0.60
$ 1.00
A1092 Rick And Morty Grinder 40/50/63/75mm Diameter 4Layer
$ 2.50
$ 6.00
A1203 Plastic Grinder 60mm Hello Kitty
$ 0.95
$ 1.80
A1202 Plastic Grinder 60mm Size Hot Sell
$ 0.98
$ 1.65
Click Here and View More
A270 Silicone Bowl 67mm Size Different Color Customized LOGO
$ 0.35
$ 0.90
A883 Lighter Holder For Bic Lighter and Clipper Lighter
$ 1.10
$ 2.00
A867 Spiral Shape Glass Mouthpiece Tip Diameter 1cm and Length 3cm
$ 0.90
$ 1.80
A878 6x8cm Size For 1g and Many Different Model Storage Pocket
$ 1.00
$ 2.00
A134 Lighter Holder Customized Logo Different Model
$ 0.30
$ 1.30
A881 Rolling Paper Storage Case and Storage Bic Lighter
$ 1.10
$ 2.50
A555 Pocket 7x9cm For 1g Storage Bag Different Model Chooes
$ 2.60
$ 8.50
A858 Pocket 7x10cm Size For 1g and Many Different Model to chooes
$ 3.90
$ 5.50
Click Here and View More
Smoke Tool2
tray and ashtray
Bong and Accessories
CBD Tool
Smoking Set
Sniffer Snuff
Rolling Paper Roller
A588 Hello Kitty Rolling Paper Tray 13x8cm Metal Tray
$ 0.45
$ 1.90
A8 Round Silicone Ashtray Different Color
$ 0.40
$ 2.20
A581 Hello Kitty Ashtray Hot Sell
$ 2.30
$ 7.00
A481 Silicone Ashtray With Lid
$ 0.90
$ 5.00
A83 Plastic Ashtray Hot Sell
$ 0.60
$ 4.00
A43 Rolling Paper Tray 18x12.5cm Size Metal Tray
$ 0.35
$ 2.20
A163 Square Silicone Ashtray Different Color
$ 0.30
$ 1.95
A826 Metal Tray 13x8cm Size Hot Sell
$ 0.30
$ 0.95
Click Here and View More
A2052 Luminous Bong Pipe
$ 18.00
A2058 Rick Glass Bong 20cm High
$ 13.00
$ 25.00
A347 Glass Bowl 10/14/18mm TO Chooes
$ 0.30
$ 1.00
A2062 Fluorescent Glass Pipe about 25cm High
$ 13.00
$ 27.00
A2059 Glass Bong and High about 13cm
$ 7.90
$ 18.00
A2060 Bee Pattern Glass Bong about 25cm High
$ 13.00
$ 28.00
A2061 Glass Bong With Silicone and About 26cm High
$ 13.00
$ 26.00
A1975 Glass Bong With Silicone 116mm High
$ 1.90
$ 8.50
Click Here and View More
A543 CBD Accessories Hot Sell 0.5/0.8/1ml
$ 0.22
$ 0.95
A878 6x8cm Size For 1g and Many Different Model Storage Pocket
$ 1.00
$ 2.00
A555 Pocket 7x9cm For 1g Storage Bag Different Model Chooes
$ 2.60
$ 8.50
A858 Pocket 7x10cm Size For 1g and Many Different Model to chooes
$ 3.90
$ 5.50
A555 Pocket 12.5x10cm Size For 3g and Many Different Model Chooes Storage Bag
$ 2.90
$ 10.50
A857 Pocket 12.5x10cm For 3g and Many Different Model To Chooes
$ 4.10
$ 6.80
A541 CBD Accessories Hot Sell 900Mah
$ 2.20
$ 7.50
A859 Astronaut Pocket For 3g
$ 4.50
Click Here and View More
A613 Hello Kitty Smoking Kit With 40mm Grinder
$ 5.00
$ 10.50
A845 Smoking Kit
$ 3.50
$ 7.00
A475 Smoking Kit Hot Sell
$ 2.50
$ 6.80
A573 Smoking Kit Hot Sell With 40mm Grinder
$ 3.00
$ 8.50
A815 Hello Kitty Smoking Kit Hot Sell
$ 1.50
$ 4.60
A609 Smoking Kit Hot Sell 2 Kinds of Model
$ 8.80
$ 19.00
A806 Smoking Kit Hot Sell
$ 2.50
$ 8.50
A570 Smoking Kit Hot Sell
$ 0.65
$ 1.50
Click Here and View More
A722 Snuff Sniffer Metal Material and Hot Sell
$ 0.50
$ 1.60
A707 Sniffer Snuff Different Color
$ 0.30
$ 1.30
A727 Plastic Sniffer Box 2Kinds Of Size Different Color Hot Sell
$ 0.30
$ 0.95
A724 Bullet Small Spoon Metal Hot Sell
$ 0.12
$ 0.85
A711 Snuff Sniffer Tool Different Color
$ 0.08
$ 0.80
A702 Snuff Sniffer Metal Box With Spoon Diameter 18mm
$ 0.50
$ 1.50
A767 Snuff Sniifer Kit With Pipe
$ 1.10
$ 3.30
A719 Sniffer Snuff With Knife Function Hot Sell
$ 1.20
$ 2.60
Click Here and View More
A558 Rick And Morty Rolling Paper 2Kinds Of Size (78mm and 110mm)
$ 4.80
$ 13.00
A848 Rolling Paper Ruller Tool Hot Sell
$ 4.80
$ 9.00
A525 Rolling Paper King Size 110x44mm
$ 4.00
$ 12.00
A521 Rolling Paper Machine Ruller 110mm Size
$ 0.30
$ 1.10
A833 Rolling Paper 110mm Size and 50Pcs For 1Box
$ 2.50
$ 5.90
A73 Cigarette Rolling Machine 78mm And 110mm
$ 0.50
$ 1.95
A606 Rolling Paper 110mm King Size 50Pcs For 1Box
$ 2.30
$ 8.00
A540 RAW Rolling Paper Machine Ruller 110mm Size
$ 0.60
$ 1.95
Click Here and View More
Hookah
A318 Hookah Accessories Aluminum Alloy
$ 3.90
$ 7.50
A1541 Hookah Pipe Hot Sell Different Color
$ 0.50
$ 2.80
A335 Hookah Tool Aluminum alloy
$ 2.90
$ 4.50
A62 Hookah Tool
$ 3.90
$ 8.00
A153 Metal Hookah Fork 2Kinds Model
$ 1.30
$ 2.60
A183 Hookah Mouthpiece Resin Material Different Color
$ 1.30
$ 2.60
A123 Hookah Filter Smoke Accessories
$ 1.00
$ 2.00
A159 Hookah Tool Water-to-smoke separator
$ 3.80
$ 6.50
Click Here and View More
Glass Bottle
A3322 Glass Box 9ml Customized LOGO/Color
$ 0.98
$ 1.35
A3382 Ceramics Glass Box 9ml Customized LOGO
$ 1.00
$ 1.45
A3409 Glass Box 9ml Customized LOGO Hot Sell
$ 0.95
$ 1.50
A3321 Glass Box 3ml/9ml Customized Logo/Color
$ 0.18
$ 0.39
A3412 Glass Storage Box Protect Against UV Rays 100ml/50ml/10ml/5ml Hot Sell
$ 0.30
$ 1.95
A3236 Silicone Lid Glass Box 5ml Customized LOGO/Color
$ 0.16
$ 0.29
A3351 Glass Box 3ml Customized LOGO
$ 0.65
$ 1.15
A3350 Glass Box 5ML Customized LOGO/Color
$ 1.00
$ 1.45
Click Here andView More
Customized Logo
A270 Silicone Bowl Customized Logo/Customized Color 67mm and 50mm Diameter Size
$ 0.20
$ 0.90
A134 Lighter Holder Customized LOGO/Customized Color 19mm and 24mm Different Size
$ 0.50
$ 1.35
A3220 Silicone Jar Customized Logo/Color Different Size
$ 0.10
$ 0.25
A199 Metal Folding Scissors Customized Logo Laser Engraving
$ 0.95
$ 1.30
A43 Metal Tray Customized LOGO/Color Customized Size
$ 0.65
$ 1.30
A3030 Glass Storage Box Customized LOGO/Customized Pattern Different Size
$ 1.00
$ 2.50
A8 Silicone Ashtray Customized Logo/Color
$ 0.85
$ 1.95
A465 Plastic Storage Tube Ruller Customized LOGO/Color For Rolling Paper Or Other Item
$ 0.10
$ 0.35
Click Here and View More
Storage Bag
A3003 Storage Bag 14x10cm Customized LOGO/Color/Size
$ 0.65
$ 0.95
A3399 Hello Kitty Storage Bag 135x95mm Size Different Model Hot Sell
$ 0.85
$ 1.59
A3003 Storage Bag Customized LOGO/Color/Size
$ 0.70
$ 1.20
A3242 Plastic Tool Case 3Kinds Size Different Color
$ 1.90
$ 5.50
A3001 Storage Bag Customized LOGO/Color Different Size To Chooes
$ 0.80
$ 1.25
A3302 Storage Bag (41x26x9.5cm) Customized LOGO/Color/Size
$ 2.90
$ 9.50
A3004 Hard EVA Storage Bag(31x21x8cm) and (25.5x20.5x7cm) Customized LOGO/Color/Size
$ 2.90
$ 8.00
A3428 Plastic Storage Case
$ 2.90
Click Here and View More
Factory Cheap Price For You
Provide you a wide variety of best-selling products..Give you a better competitive advantage in the local market.
Shopping Cart