{{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 %}
Professional jewelry display props and jewelry packaging manufacturers
DIGUexquisite
DIGUexquisite
JEWELRY DISPLAY
JEWELRY PACKING
JEWELRY STORAGE
ACCESSORIES
Contact Us
More Links
USD
USD
$
SEARCH
JEWELRY DISPLAY
JEWELRY PACKING
JEWELRY STORAGE
ACCESSORIES
Contact Us
Log in
Create Account
USD
USD
:
$
Home
/
JEWELRY DISPLAY
JEWELRY DISPLAY
Jewelry display props series set
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price,low to high
Price,high to low
Date, old to new
Date, new to old
55
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price,low to high
Price,high to low
Date, old to new
Date, new to old
S044 DIGU Luxury Wood Microfiber Bracelet Watch Jewelry Storage Display Props
$ 6.00
S054 DIGU High Quality Pu Leather Bracelets Bracelet Watches Jewelry Props Watch Props Display Stand
$ 1.85
S048 GreenDIGU Fashion Metal with Leather Jewellery Display Stand Props
$ 27.38
S043 DIGU Handmade Watch Bangle Bracelet Microfiber Wood Jewelry Display Stand
$ 12.00
S042 DIGU Luxury Microfiber Ring Bangle Necklace Jewelry Display Stand Set
$ 8.92
S040 DIGU Custom Handmade Bracelet Necklace Ring Earring Jewelry Display Stand Set
$ 56.15
S039 DIGU Handmade PU Leather with Microfiber Wood Jewelry Displays Stand Watch Display Rack Holder
$ 7.38
S035 Black DIGU Handmade WholesalePU Leather Earring Jewelry Display Set
$ 1.85
S035 Coffee DIGU Handmade Wholesale PU Leather Jewelry Display Stands
$ 1.85
S034 Gray DIGU Handmade Microfiber Jewelry Display Stands
$ 8.46
S033 DIGU Custom Handmade Microfiber Wood Jewelry Display Wooden Rack
$ 41.23
S032 Beige DIGU Handmade Microfiber Wood Jewelry Display Set for Rings Bracelets Necklaces Earrings
$ 2.92
S032 Gray DIGU Handmade Microfiber Wood Jewelry Display Set for Necklace Rings
$ 2.92
S031 DIGU Jewelry display props made of suede and rubber wood
$ 2.77
S030 DIGU Handmade Custom PU Leather Jewelry Display Set for Ring Bracelet Necklace Earring
$ 1.85
S029 DIGU PU Leather Ring Bracelet Chain Jewelry Display Stand Set
$ 2.77
S028 Gray DIGU Custom Microfiber Jewelry Display Set for Ring Bracelet Necklace
$ 2.77
S027 Gray DIGU Handmade Microfiber Ring Bracelet Necklace Earring Holder Stand Jewelry Display Set
$ 3.85
S027 Beige DIGU Luxury Microfiber Jewelry Display Set
$ 3.85
DIGU New Style Luxury Wood with Microfiber Ring Watch Display Stand
$ 6.92
S025 DIGU Custom Wood and Microfiber Watch Display Stand
$ 5.85
S024 Gray DIGU Luxury Microfiber Jewelry Display Set
$ 1.85
S022 Dark grey DIGU PU Leather Plastic with Metal Luxury Jewelry Display Set for Rings Earrings Necklace
$ 2.92
S021 DIGU Wholesale Solid Wooden and Microfiber Bangle Bracelet Watch Chain Jewelry DIsplay Rack
$ 13.69
S020 Blue DIGU Luxury Wood with Microfiber Jewelry Stand Display Set
$ 4.92
S020 Beige DIGU Wood MIcrofiber Earring Ring Necklace Jewelry Display Set
$ 4.92
S020 Gray DIGU High Quality Solid Wood with Microfiber Bracelet Earring Necklace Jewelry Display Set
$ 4.92
S019 Blue DIGU Handmade Customization Solid Wood Microfiber Jewelry Display Set
$ 6.92
S019 Beige DIGU Handmade Microfiber Jewelry Display Set For Necklace Earring Bracelet Ring
$ 6.92
S019 Gray DIGU Handmade Luxury MIcrofiber Necklace Bracelet Jewelry Display Set
$ 6.92
S013 DIGU Luxury Classic Microfiber Jewelry Display Stand Necklace Earrings Stand Ring Tray Display set
$ 13.23
S012 Black DIGU Microfiber Ring Bracelet Necklace Earring Holder Stand Jewelry Display Set
$ 2.62
S011 Beige DIGU Custom PU Leather Jewelry Showcase Set
$ 1.85
S010 Beige DIGU Design Luxury Beige PU Leather Jewelry Showcase Set
$ 3.85
S009 DIGU Custom Luxury Microfiber PU Pillow for Bracelet Watch Jewelry Container
$ 1.38
S008 Beige DIGU Luxury PU Leather Ring Bracelet Necklace Earring Jewelry Display Set
$ 2.15
S005 Blue DIGU Velvet Jewelry Display Set For Necklaces Rings Earrings & Bracelets
$ 4.62
S005 Green DIGU Velvet Jewelry Display Stand Luxury Jewelry Display props for Ring Earrings Bracelet
$ 4.62
S004 DIGU Luxury Velvet Classic Jewelry Display Set Premium Jewelry Container for Ring Earrings
$ 12.31
S002 DIGU Handmade Microfiber Wood Jewelry Display Set Ring Necklace Earring Holder Stand Jewelry Display Props
$ 34.92
S001 Gray DIGU Handmade Microfiber Jewelry Display Stand Exhibitor Organizer Holder Jewelry Display Set
$ 2.60
S001 Blue DIGU Handmade Microfiber Jewelry Display Set for necklace ring
$ 2.60
S001 Black DIGU Microfiber Jewelry Display Set Earring Display Holder Necklace Jewelry Counter Display Props
$ 2.60
S001 Beige DIGU Handmade high quality Microfiber Necklace Ring Earring Jewelry Display Set
$ 2.60
J009 DIGU Luxury Microfiber wood jewelry display stand necklace bust display for Jewelry Container
$ 9.08
J007 DIGU PU Leather witn Microfiber Jewelry Container Display Stand for Necklace Busts for Shop Counters and Showcases
$ 10.46
P007 beige DIGU OEM/ODM Customization PU Leather with Microfiber Jewelry Display Tray
$ 20.77
P007 Gray DIGU PU Leather with Microfiber Jewelry display tray
$ 20.77
J012 DIGU Factory Custom necklace display PU Microfiber jewelry display stand
$ 3.85
J032 DIGU hotsale Luxury JMicrofiber necklace display neck model props
$ 5.85
1
2
CATALOGUE
JEWELRY DISPLAY
JEWELRY PACKING
JEWELRY STORAGE
ACCESSORIES
View More
BACK
Shopping Cart