{{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
Whatman 1001-125 Whatman 1001-125 Qualitative Filter Papers; 12.5 cm Diameter; Pore Size, 11 µ (Pack of 100)
$ 16.99
RF610 Series Bob Red Brass Float Valve with Compound Operating Lever, 1-1/2' NPT Female Inlet x Free Flow Outlet, 180 gpm at 85 psi Pressure
$ 40.99
Expansion Plug, T-Handle, 2-3/4 in
$ 28.99
Inteplast HDPE Can Liners, 10 Microns, 30' x 37', Natural, Pack of 500 Liners
$ 15.99
Electronic Starter FG-7E 4-10W Jet TE E17 Base FG7E
$ 36.99
Industrial Radio Remote Control Hoist Crane Dump Trailer Remote Control
$ 17.99
Killer Filter Replacement for NAPA 1483
$ 32.99
50 Packs Interlocking Drainage Tiles, 12' x 12' Interlocking Floor Tiles, Non-Slip Joints Drainage Tiles Outdoor with Non-Slip Foot Interlocking Drainage Mat, Black
$ 33.99
FMX Bimetallic Thermal Overload Relay, 2 Pole (Single-Phase), 15-23A Current Range, Class 10, Screw Clamp Terminal
$ 27.99
120mm,Amber Glass Vacuum Desiccator Jar,12cm,Laboratory Brown Drying Dryer,Lid with Valve
$ 45.99
Goplus Service Utility Cart, 3-Tier Heavy-Duty PP Rolling Cart with 550 LBS Capacity, 2 Universal Wheels, Ergonomic Handle, Multi-Functional Work Carts for Garage, Kitchen, Hotel, Office, Warehouse
$ 53.99
66209261593 9261593 for F20 F30 F31 F32 F33 F34 PDC Parking Sensor Auto Parts
$ 20.99
19 Volt AC Replacement MKS-1902000H Transformer,Compatible with Mighty Mule RP1010 Power Supply
$ 16.99
FLASHFORGE Adventurer 5M /Pro 3D Printer Camera Kit for Real-time and Remote Monitoring, Compatible with Flash Maker App
$ 16.99
FOUR E'S SCIENTIFIC Lab Scale 5000gx0.01g High Precision Digital Laboratory Analytical Balance Scale 0.01g Accuracy Sensitive Science Scale Jewelry/Kitchen Scale
$ 34.99
12 in - Carbon Fiber Aramid Fabric - Yellow - 3K - 240g/meter - Twill Weave Rolled 12” Wide Hemmed Fabric for Repair, Drones, RC & DIY Projects
$ 31.99
Turning Holders 7 Sets 5/8' Shank Lathe Turning Tool Holders with Indexable Carbide Inserts for Turning Boring Grooving Cutting Threading
$ 35.99
ED1000-R-F-EO-3-26D Grade1 Exit Only R,F Series rim fire exit hardware, 26D, Satin Chrome
$ 82.99
ORIENTEK TPM-35 Optical Power Meter TLS-35 SM MM SM&MM PON Optical Light Source (TLS-35-MS optical light source)
$ 69.99
Zoeller 30-0181 PVC Plastic Check Valve, 1-1/2 Inch (2 Pack)
$ 22.99
Retail Lingerie Display Stand - 4 Tier Floor Standing Boutique Commercial Shelves, Metal Large Double Sided Clothing Rack for Lingerie,Socks,Panties,Black-80x45x150cm
$ 55.99
Star Manufacturing Co K9-11160-17 QTZ HTR 208V/1800W 3FT
$ 29.99
Future Mobility Hospital Bed Table - Table with Wheels for Hospital and Home Use, Standing Desk - Over The Bed Table – Adjustable Bed - Over Bed Desk, STB 01, White
$ 36.99
New GOYEN RCA20MX/715 3/4 in NPT Aluminum Threaded Diaphragm Valve D540449
$ 27.99
Heat Sealer Machine 24Inch, 530W Powerful Heater Packaging Sealing Machine with 1500W Heat-gun, Temperature Adjustable Wrap Bag Sealers
$ 61.99
Magnet Wire, Enameled Copper Wire, 17 AWG, 2.5 Lbs, 399' Length, 0.0469' Diameter, Red
$ 27.99
Artisan Power Replacement Battery for Drummond Scientific Portable Pipet-Aid XL, XP2 | Replaces Battery 4-000-036
$ 13.99
3/8-16 X 1-3/4 Hex Rod Coupling Nuts Steel Zinc 50 Pack
$ 14.99
Whatman 1450-042 Quantitative Filter Paper Circles, 2.7 Micron, Grade 50, 42.5mm Diameter (Pack of 100)
$ 15.99
Injection Molding Electronic Ruler Pull Rod Linear Displacement Sensor, IP67 Level Machine Electronic Ruler Stainless Steel Linear Position Sensors Transducer (KTC-75)
$ 16.99
SPARTA 41225EC25 Fiberglass Broom Handle, Mop Handle, Replacement Handle With Acme Threaded Tip For Commercial Cleaning, 48 Inches, Tan, (Pack of 12)
$ 29.99
Durham Manufacturing 32.75' H x 19.88' W x 12.75' D Specialty Storage Aerosol Utility Cabinet
$ 99.00
Laboratory Grade PTFE Film Scientific Research Teflon Film Oriented PTFE Film (0.01mm×50mm×10M)
$ 74.99
500ml,24/40,Glass Pyriform Separatory Funnel,Pear Shape,PTFE Stopcock
$ 22.99
24Inch Shrink Wrap Machine, 530W Shrink Wrap Sealer with Heat Gun, 572-968℉ Heat Sealer Machine, Shrink Film Shrink Wrap Sealer Compatible with PVC POF PP PE Film
$ 73.99
SPT BUFFERS-989AA: Replacement buffers for UC-989
$ 25.99
1
...
1959
1960
1961
1962
1963
1964
1965
1966
...
2070
BACK
Shopping Cart