{{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
SHARS 3/4' RH CTGP Tri-Lock Indexable Tool Holder for TPG Inserts 404-1784 P]
$ 20.99
StonyLab Borosilicate Glass Buchner Filtering Funnel 500ml with Medium Frit(G2), 94mm Inner-Diameter, 100mm Depth, with 24/40 Standard Taper Inner Joint and Vacuum Serrated Tubulation (500ml)
$ 26.99
IV Poles IV Stands Portable Rolling 2 Hook 5 Legs Adjustable Height with Brake Wheels, Stainless Steel
$ 28.99
Baxter Healthcare H93813901 Rapid Fill Connectors (Pack of 50)
$ 49.99
Healthometer Physician Beam Scale -77519 - Model 402LB - Each
$ 99.00
Upgraded Stair Climbing Cart, 330Lbs Heavy Duty Folding Hand Truck Dolly, Portable Stair Climbing Dolly Personal Folding Shopping Cart with Bag for Moving, Luggage, Groceries, Travel, Office
$ 43.99
HIGH Impact 99.5% Ethyl Alcohol Denatured 40-B 200 Proof Alcohol - Made in The USA - Gallon (Pack of 1)
$ 21.99
SWAGELOK SS-1610-9 Stainless Steel, 1' Tube Outside Diameter, Union Elbow
$ 86.99
Simport T100-30 Biotube System Plug Cap, Non-Sterile, Polypropylene, Bulk, Strip of 8 (Pack of 600)
$ 43.99
Industrial Test Systems 486218 Exact iDip 570 Marine Water Reagent Refill Box
$ 32.99
Vortex-Genie SI-0511 Vortex 2 Large Ampule Shaker Attachment
$ 81.99
Liftex® 5 Gallon Bucket Sling | 200 lbs. Vert. | Made in USA
$ 15.99
【SINVT-TTL Voltage-Output-Type Tilt Switch】High-Stability Dual-axis Analog (0-5V, 0.05° Accuracy) Secury Inclinometer, Anti-Vibration Tilt Angle Sensor (IP67 Approved) for Building/Bridge Monitoring
$ 39.99
Fit for Panasonic EX-24A
$ 29.99
Isopropyl Alcohol 99% Strength - 5 Gallons Packed in 20-32 Oz Bottles- 100% Pure
$ 42.99
Shimpo TTC-RD-6 Rundown Adaptor with 6 N-m (53.1 in-lb) Capacity
$ 99.00
12 Pack - Professional Urinal Floor Mats for Men Bathroom | Non-Slip Urinal Mats | Disposable Bathroom Urinal Pads for Commercial Restrooms
$ 27.99
Geofrey Hydraulic Motor 101-1700-009 1011700009 101-1700 1011700 Compatible with Eaton Char-Lynn H Series
$ 91.99
MPC Epoxy Flakes, Flakes for Epoxy Floor Projects, 25-Pound Box, Basalt
$ 42.99
stonylab 10pk Glass Petri Dishes, 75x15 mm Autoclavable Borosilicate Glass Cell Culture Dishes Petri Dishes with Clear Lid for Laboratory
$ 18.99
Firgelli Automations 2' Stroke Light Duty Linear Actuator 200 lbs Force
$ 57.99
Henny Penny 29575 Coil Solenoid, 24Vac, 50Hz
$ 88.99
Killer Filter Replacement for CASE 398080R2 (Pack of 4)
$ 24.99
HAKZEON 4 Pack 6061 1/4 Inch Metal Aluminum Sheet, 6 x 12 Inch Flat Plain Aluminum Plate Covered with Protective Film, Rectangle Mateal Sheets Plates for Framing Base Plate Crafting
$ 15.99
TV98 PRO 8K@60fps HDMI Media Player for USB Drive and TF Card, HD Digital Signage Player, H.265/MP4/MKV/MOV/AVI/MP3/WMV, Multi-Video Decoder, Picture Decoding, Remote Control, Home Theater
$ 31.99
EISCO Beaker, 10,000ml - Low Form with Spout - White, 500ml Graduations - Borosilicate 3.3 Glass - 10L Beaker, Large Beaker
$ 82.99
Antiseptic Solution Concentrate 3WEA 8 Oz (1 Bottle Makes 1 Gallon) Mowbray
$ 26.99
Lab Water Bath 6L Digital Thermostatic Stainless Steel Liner Electric Laboratory Heating Devices Timing Function
$ 56.99
Wells Switch Infinite Inf-240-3 WS-50572 - Genuine OEM Replacement Part
$ 20.99
Brass Hose Ferrules 7330-B Pack of 50
$ 28.99
Mop Bucket with Wringer,Mop Bucket Separate Dirty Water for Floor Cleaning,Commercial Mop Buckets on Wheels,Blue
$ 63.99
T56 Counter Shaft, 2.66 Close, 2-Piece Design, 36-33-28-17 Teeth
$ 99.00
Filter,1/2' NPT,20 cfm,0.01 Micron
$ 74.99
Acrylic Countertop Display Case 12' x 7' x 16' Locking Security Showcase Cupcake
$ 39.99
Pin Gauge Handle 1pc Needle Gauge Handle pin Gauge Stop-Gauge - PIN Gauge - Gauge Holder Adjustable Double - end gage(Clamping Range 10-11)
$ 12.99
EAI Oil Seal 45mm X 72mm X 10mm (5 PCS) TC Double Lip w/Spring. Metal Case w/Nitrile Rubber Coating
$ 18.99
1
...
81
82
83
84
85
86
87
88
...
2070
BACK
Shopping Cart