{{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 %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
FREE SHIPPING ON ORDER $50
FAQ
Sizing Guide
About Us
Contact Us
USD
USD($)
Home
Dress
Jumpsuit
Bridal
Set
Top
Pants
Skirt
Body
More Links
0
icon-X
Home
Dress
Jumpsuit
Bridal
Set
Top
Pants
Skirt
Body
Log in
FAQ
Sizing Guide
About Us
Contact Us
Home
/
Shop
Shop
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
74491
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
HUIZHU Wooden Slide Stand holder with Female Quartz Glass adaptor for holding 14mm 18mm 10mm glass tubes(square-14mm x 10)
$ 20.99
Quick 900/UW Anchor Lifting Foot Switch - White
$ 18.99
12' Conveyor Clipper Belt Lacing Fasteners Stainless Steel Wire Hook Joint Splicing Carded Fastener for PVC PU Belt, Thickness from 0.12”to 0.217”(Pack of 12)
$ 20.99
4 Pack 1/2' Clevis Slip Hooks with Safety Latch, G70 Heavy-Duty Clevis Grab Hook, G70 Trailer Chain Hook, Tow Chain Grab Hooks for Trailers, Trucks & Transport
$ 14.99
LEXININ 2 Pack 12 x 12 x 1/4 Inch 6061 Aluminum Sheet, Plain Aluminum Plate with Protective Film, Metal Flat Aluminum Sheet for Industrial, 305 x 305 x 6mm
$ 18.99
Hydraulic Seal Kit - Bucket Tilt Cylinder fits Case 1830 1835 1845 1845S 480B 580 580B 580C 480 480B 580 580B 580C G105507
$ 16.99
Set of 3 Micropipette Variable Volume 5-50 ul,10-100 ul,100-1000 ul Total 3 no. Combo Pack of Adjustable Volume Single Channel pipettes
$ 21.99
Wound Packing Trainer Kit, Stop the Bleed Training Kit for Medical Education, First Aid Emergency Practice, Military Trauma Trainer
$ 31.99
Bosch 00746881 Washer Electronic Control Board Genuine Original Equipment Manufacturer (OEM) Part
$ 99.00
6 Pcs Plastic Pallets for Basement Storage, HDPE Waterproof Grid Ventilation Garage Floor Pallets, Lightweight Breathable Pallet for Pet Mats Basements Balcony Supermarket (23.62'x15.75'x1.97')
$ 47.99
SPARTA Flo-Pac Flagged Sweep Floor Broom for Cleaning, 36 Inches, Orange
$ 26.99
Heavy - Duty Wire Pulling Cart, 5 - Level Axles Professional Wire Spool Dispenser, for Bulk Cable Handling, 55 L x 30 W x 40 H inches, Blue
$ 82.99
12540 5/8 Inch x 14 Inch Galvanized Carriage Bolts, 10-Count
$ 30.99
Replacement for NS2-0544-00 Cleveland Air Pressure Sensing Switch, Mechanical, Plunger, Automatic, Black
$ 25.99
1-3/4' Ring GALV Coil Roofing Nails 7,200ct | CRN134R
$ 51.99
TeeJet 3/4' Flush-Out Line Strainer Poly Head & Bowl w/ 30 Mesh Screen Farmer Bob's Parts AA126ML-3-30
$ 15.99
S55015-0355-46K-128 Feed Cylinder Seal Kit (Pack of 2)
$ 20.99
CGOLDENWALL Large Range Lab Digital Analytical Balance Lab Precision Scale Jewelry Kitchen Scales Electronic Balance Weighing and Counting Scale 0.1g Calibrated Pan Size 180140mm Yellow (5kg, 0.1g)
$ 42.99
LABO Oil Centrifuge Tube - 6 Inch Short Cone 200% Rounded Shoulder
$ 17.99
50 Pieces Gridwall Hooks Gridwall Panel Hooks Metal Gridwall Hanging Hangers Gridwall Accessories Gridwall Pegs for Retail Shop Display Trade Garage Storage (White, 6 Inch)
$ 16.99
CALT 3000mm Analog Draw Wire Encoder Linear Displacement Sensor Length Measurement 24Vdc Supply 0-10V Output
$ 99.00
Groen 149880 Black Float Probe
$ 19.99
Manitowoc Ice 000000709 Door Gasket Seal
$ 29.99
MGRL4P1215 Polyethylene (LDPE/LLDPE Blend) Clear Reclosable Bag, 15' Length, 12' Width (Pack of 500)
$ 83.99
Flexco 10096 Alligator #7 Steel Lacing with Steel Corrugated Hinge Pin (24') …
$ 34.99
Leakproof BPA-Free 5.5 oz Souffle Cups and Lids 200 Pk. Stackable Portion Containers for Sampling, Salad Dressing, Sauces, Jello Shot. Plastic Food Prep Supplies for Restaurant Cafe Catering Deli.
$ 14.99
1Pcs New COD.42556 Seal Kit for AR RRV4G40 High-Pressure Pump
$ 46.99
4E's USA Magnetic Bead Rack Separator for DNA - Magnetic Separator for Purification of DNA, RNA Holds 16 (1.5 mL) Eppendorf Tubes, Microcentrifuge Tubes - Model MRK100216
$ 48.99
T447S-5 Double Dipped Spiral Shank Pressure Treated Lumber Nail, 5-Pound 8D 2-1/2-Inch
$ 16.99
Wellden Anatomical Occipital Bone, Atlas Axis (C1 & C2), W/Base, 1.5X Enlarged, Rotable
$ 73.99
Foot Pedal Heat Sealing Machine 22.83' Plastic Bag Sealing Machine 850W 6 Time Gears Foot Pedal Impulse Sealer 0.6mm Width Foot-pedal Sealer for Industrial, Commercial Use
$ 43.99
Hein-Werner Arbor Plates, Steel, 11 in. L, PK2, Blue, AP25
$ 99.00
Apera Instruments LabSen 241-6 Professional Combination pH Electrode for Small Samples (0.2 mL), BNC Connector, Lead-Free Glass
$ 91.99
Outwater Plastics White 3/16'' Styrene Plastic U-Channel/C-Channel 46 Inch Lengths (Pack of 3)
$ 19.99
Robertson 2P10133 Quik-Pak of 10 Step Down Voltage Transformer, 277Vac, 60Hz Primary, 120Vac. Secondary, 25VA Max Load, Model VT235 AM (Replaces Robertson 2M10006, VT235 /A)
$ 95.99
Fine Pitch Thread Acorn Cap Nut M8 M10 M12 M14 M16 M20 304 Stainless Steel Fine Tooth Decorative Dome Cap Nuts(M8x1.0(5Pcs))
$ 16.99
1
...
70
71
72
73
74
75
76
77
...
2070
BACK
Shopping Cart