{{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
A2077 Mushroom Silicone Pipe Bong
$ 7.20
$ 13.00
A2076 Doraemon Silicone Pipe Bong
$ 6.80
$ 12.50
A1965 Luminous Silicone Pipe Hot Sell
$ 2.50
$ 7.00
A2078 Ice Cream Silione Pipe Bong
$ 7.30
$ 14.00
A2019 Luminous Mushroom Silicone Pipe
$ 3.00
A2082 Snorlax Silicone Pipe Bong
$ 7.50
$ 15.00
A2079 Venom Silione Pipe Bong
$ 8.00
$ 16.00
A2090 Hello Kitty Silicone Pipe Bong
$ 8.00
$ 16.00
Click Here and View More
A3441 Silicone Jar 5ml
$ 0.80
$ 1.10
A3310 Hello Kitty Silicone Jar Hot Sell
$ 0.30
$ 1.80
A3434 Silicone Jar 5ml
$ 0.95
$ 1.50
A3388 Doraemon Silicone Jar 5ml
$ 0.30
$ 0.95
A3440 Batman 7ml Silicone Jar
$ 0.90
$ 1.20
A3389 Silicone Jar 5ml Hot Sell
$ 0.35
$ 0.95
A3416 Silicone Jar 5ml Size Hot Sell
$ 0.43
$ 0.95
A3324 Mushroom Silicone Jar 5ml
$ 0.28
$ 0.90
Click Here and View More
A470 Hot Sell Scissors Different Color
$ 0.15
$ 0.95
A469 Metal Scissors With Small Hole High Quality
$ 0.70
$ 1.95
A94 Rolling Paper Plastic Storage Tube 115mm Length Joint Cone
$ 0.08
$ 0.45
A829 Rolling Paper Storage Case 122MM Length Hot Sell
$ 0.14
$ 0.28
A510 Metal Scissors Customized LOGO Hot Sell
$ 0.50
$ 1.95
A396 Metal Scissors Hot Seller Different Color
$ 0.12
$ 0.95
A199 Metal Scissors Hot Sell 3Kinds Of Color High Quality
$ 0.30
$ 1.30
A465 Plastic Storage Tube Ruller Customized LOGO/Color For Rolling Paper Or Other Item
$ 0.10
$ 0.35
Click Here and View More
A1165 The Powerpuff Girls Metal Grinder 40/50/63mm 4Layer
$ 2.90
$ 6.50
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
A1095 SpongeBob Grinder 40/50/63mm Diameter Super Mario and Morty 4Layer
$ 2.30
$ 6.00
A1110 Dragon Ball Grinder 3Layer 50mm Diameter Hot Sell
$ 2.00
$ 5.00
A1023 Pokemon Grinder 3Layer Diameter 55mm Hot Sell
$ 3.20
$ 4.50
A1111 Star Wars Grinder 50mm Diameter Hot Sell
$ 2.20
$ 5.00
A1004 Plastic Grinder Diameter 44mm With Storage Function
$ 0.60
$ 1.00
Click Here and View More
A885 Silicone Bowl 67mm Diameter
$ 0.58
$ 0.95
A884 Rolling Paper Machine with Storage Tube Hot Sell
$ 6.80
$ 13.00
A867 Spiral Shape Glass Mouthpiece Tip Diameter 1cm and Length 3cm
$ 0.90
$ 1.80
A293 Key Remote Control Small Scale For 0.01-200g Weight
$ 1.50
$ 3.90
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
A878 6x8cm Size For 1g and Many Different Model Storage Pocket
$ 1.00
$ 2.00
A559 Glasses With Stoage items Function Hot Sell
$ 3.80
$ 7.90
Click Here and View More
Smoke Tool2
tray and ashtray
Bong and Accessories
CBD Tool
Smoking Set
Sniffer Snuff
Rolling Paper Roller
A43 Rolling Paper Tray 18x12.5cm Size Metal Tray
$ 0.35
$ 2.20
A8 Round Silicone Ashtray Different Color
$ 0.40
$ 2.20
A588 Hello Kitty Rolling Paper Tray 13x8cm Metal Tray
$ 0.45
$ 1.90
A826 Metal Tray 13x8cm Size Hot Sell
$ 0.30
$ 0.95
A481 Silicone Ashtray With Lid
$ 0.90
$ 5.00
A70 Metal Ashtray Different Model
$ 0.30
$ 1.50
A595 Rolling Paper Tray 18x14cm Size Metal Tray
$ 0.40
$ 2.70
A581 Hello Kitty Ashtray Hot Sell
$ 2.30
$ 7.00
Click Here and View More
A2062 Fluorescent Glass Pipe about 25cm High
$ 13.00
$ 27.00
A2058 Rick Glass Bong 20cm High
$ 13.00
$ 25.00
A1975 Glass Bong With Silicone 116mm High
$ 1.90
$ 8.50
A347 Glass Bowl 10/14/18mm TO Chooes
$ 0.30
$ 1.00
A2007 Glass Bong Pipe Hot Sell
$ 11.00
$ 20.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
A2008 Silicone Bong Hot Sell
$ 3.95
$ 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
A886 US Dollar Rolling Paper 102pcs For 1Box
$ 7.80
$ 15.00
A848 Rolling Paper Ruller Tool Hot Sell
$ 4.80
$ 9.00
A558 Rick And Morty Rolling Paper 2Kinds Of Size (78mm and 110mm)
$ 4.80
$ 13.00
A525 Rolling Paper King Size 110x44mm
$ 4.00
$ 12.00
A521 Rolling Paper Machine Ruller 110mm Size
$ 0.30
$ 1.10
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
A833 Rolling Paper 110mm Size and 50Pcs For 1Box
$ 2.50
$ 5.90
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