{{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
CNCTOPBAOS 6 Axis USB Wired Mach3 Handwheel MPG,Remote Hand Control E-Stop,CNC Router Electronic Manual Pulse Generator Controller for CNC Milling Lathe Engraving Machine LHB04B-6
$ 47.99
Roots and All PD Blower Oil, ISO 320, 1 Gallon (Replacement)
$ 34.99
SIEMENS 3RU2116-1CB0 Overload Relay 1.8-2.5 AMP
$ 24.99
Beckett BK171UL Condensate Pump with Safety Switch, 115V, 17 ft Max Lift, 112 GPH, Automatic On/Off Operation, Black
$ 25.99
1' Neptune T-10 Water Meter Rebuild Kit
$ 19.99
NSF Stainless Steel Table for Prep & Work, 48' x 24' with Adjustable Undershelf, Commercial Heavy Duty Table for Restaurant, Home and Hotel
$ 47.99
1pcs For HB961 6-digit electronic counter digital display
$ 32.99
Danfoss Filter 023Z4522 023Z452291 DCL 164S (12mm) hermetic filter dehydrator
$ 17.99
Schneider Electric LRD35 TeSys LRD Thermal Overload Rels, 30… 38A, Class 10A, 70 mm x 45 mm x 70 mm
$ 25.99
20 Grams Pterostilbene Pure Powder 98.5% cas# 537-42-8
$ 45.99
SOFTT Wide Tourniquet w/Rigid Case w/TEK Attachment Fits 2.5' Duty Belt (Black Tourniquet Black case)
$ 28.99
VEVOR Rubber Curb Ramp 3.7 Rise Height, Driveway Ramp for Car, 15T Heavy Duty Rubber Sidewalk Curb Ramp for Forklifts, Trucks, Buses, Cars, Wheelchairs, Bikes
$ 21.99
Wenglor Reflex Sensors HO08PA3 PNP New
$ 53.99
Killer Filter Replacement for WIX 51491
$ 17.99
BC-3856ST, Enclosure, Steel Back Panel, W13.58 x L21.06 x T0.063' for Box Size W14.96 X L22.05'
$ 14.99
RANCO C12-9024 67-83F, Discharge AIR, NO Off Position, Return Sensor, SPDT
$ 42.99
LCR Meter Smart SMD Tweezers Component Tester Diode Capacitance Resistance Measurement 9999 Count Portable Tools
$ 16.99
Polypropylene Sterile Disposable L-Shaped Cell Spreaders, Disposable Plastic Coating Rod, Cell Spreader, Microbial Coating Rod, Laboratory Consumables (1000)
$ 42.99
Hach 2507200 pH Buffer Solution Kit, Color-Coded, pH 4.01, pH 7.00 and pH 10.01, 4L Each
$ 62.99
Cavicide 01CD078128 Metrex Model 13-1000 CaviCide Surface Disinfectant/Decontaminant Cleaner, 1 Gallon
$ 16.99
1 1/4'-18 UNEF Round Die, Right Hand Machine Thread Die 1-1/4 x 18 UNEF
$ 13.99
Water Sampling Dipper Long Handle Telescopic, Stainless Steel Water Sample Collection Pole with Graduated Cup, Reservoir/Pond/River Portable Pendulum Beaker Sampler Cup, Extend to 23 20 16 12 8 5 2ft(
$ 50.99
Simpson Strong-Tie THDB62600HMG Titen HD 5/8 in. x 6 in. Mechanically Galvanized Heavy-Duty Screw Anchor (10-Qty)
$ 30.99
PKMS2SET Pen Mandrel Saver Package, #2 Morse Taper (2MT)
$ 20.99
DC 24V Table Top Belt Conveyor, Mini Cargo Conveyor 504MM Belt Vending Machine Track Cargo Lane Grocery Pickup Contactless
$ 32.99
Fowler 52-085-024-0, Master Vernier Caliper with 0-24'/600mm Measuring Range
$ 99.00
Cylinder Seal Kit 2 post/Rebuild Kit fits Rotary FJ783-12TH Texas Hyd
$ 18.99
Graham Medical 70181N Towel, TTTP, 13.5'w x 18'l (Pack of 500)
$ 20.99
Fiberglass Warehouse 4 oz Fiberglass Cloth - 50' Wide x 10 Yards Long, Ideal for Automotive, Boat, Pool, Surfboard Repairs, General Use - High Strength, Easy to Cut, UV Resistant
$ 38.99
Handpiece For Foredom Foredom Handpiece Foredomflex Shaft For Foredom, Handpiece Chuck Key Rotary Machine Flexible Shaft Tools
$ 13.99
Nashfuel Propane Tank Forklift Service Valve Aftermarket Style Pv3310 Pv 3300 Lpg Coupler 7141M
$ 24.99
GRANNY SAYS Bundle of 2-Pack Wicker Baskets & 2-Pack Wicker Shelf Baskets
$ 23.99
1PCS TECO CU-11 CU11 3A1a 220VAC Contactor #uxs
$ 18.99
2-5/8' Aluminum Round Solid 6061 Rod 7' Long T6511 2.625' Lathe Bar Stock
$ 18.99
VBoard Strapping Protector, Medium-Duty, .0.16, 2' x 2' x 3' - Case of 1,000
$ 39.99
Medline SelectSilicone Foley Catheters, 100% Silicone, 12 Fr, 10 mL, 2-Way, Bullet-Shaped Tip, Symmetrical Balloon, Radiopaque Strip, Case of 10 Each
$ 22.99
1
...
2033
2034
2035
2036
2037
2038
2039
2040
...
2070
BACK
Shopping Cart