{{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
PIG Home Solutions Absorbent Mat Combo in Dispenser Box – 50 Pads per Box - 15” x 20” per Pad - Absorbs up to 11 gal per Box – Heavyweight - PM50783
$ 50.99
3LD9200-5C | SIEMENS Auxiliary Switch, 1 NO+1 NC, Accessories for Main and Emergency Switching-Off
$ 25.99
AHS Storage Dispenser [Pack of 1] | Acrylic Glove Dispenser with Freestanding Mount | Heavy Duty, Clear Storage Holder for Glasses, Masks, Gloves, Shoe Covers, Hair Nets, Tide Pods, and Trash Bags
$ 18.99
Shark Motorized Powered Floor Nozzle Head Attachment for NV472 NV470 Rocket Pro Performance Plus Upright Vacuum
$ 34.99
U.S. Solid Automatic Label Dispenser with Fibre Optic Sensor for Transparent and Opaque Labels - Label Width 0.4-4.3 in, Automatic Counting 0-999999 & 9 Level Speed
$ 99.00
2' x 2' x 0.083' Sidwall Thickness | Various Lengths | 12', 24', 36', 48' & 60' Long | Mild Steel Square Tube, Hot Rolled Steel (60 Inches)
$ 18.99
Lab Water Bath Digital WB100-2 Thermostatic Heater Electric Heating Device | Stainless Steel Liner 6L Capacity 2 Selectable Openings Laboratory Experiment Use 110V/60Hz
$ 54.99
Fit for KEYENCE FS-N11P FSN11P Sensor Amplifier Digital Fiber Optic Multichannel I/O
$ 33.99
4Pcs 316 Stainless Steel Swageless Eye Terminals, Marine Grade DIY Cable Fitting Kit for Rigging, Balustrade
$ 33.99
ForeverPRO 2962510500 Condens Pump for Blomberg Appliance
$ 27.99
3114BC 5/16' x 2-1/4' Breeching Snap - Zinc Plated
$ 16.99
5L Lab Water Bath, 220V Stainless Steel Liner Thermostatic Heater Equipment, Digital Heating Devices with Precise Temperature Control, for Chemistry, Chemical Engineering, Pharmaceuticals
$ 73.99
8inch Fence Gate Wheel for Metal Tube Wooden Gate, 600lbs Capacity 360 Degree Rotation Spring Shock Absorbing, Heavy Duty Casters Wheels with Screws and Wrenches
$ 22.99
HIWIN Linear Guide Slider HGH20 HGH20CA HGH20HA (1, 1200mm(Only Rail))
$ 91.99
FLEXMAN Wireless Crane Remote Control, Industrial Waterproof Hoist Crane Remotes Controller for Bridge Cranes, Top Cranes, Chain Cranes, Monorails (DC 24V)
$ 34.99
Metabo HPT Framing Nails | 2-3/8 in. x 0.113 | 21 Degree | Full Round Head | Ring Shank | Bright Basic | 2,000 Count | 10103MHPT
$ 24.99
Weiler 68322 Tiger ZIRC Type 18 Straight Portable Grinding Cone, Z20-S, 1-1/2' X 3' X 5/8-11, (Pack of 12)
$ 99.00
LAUCO Aerosol Rack Assortment Display - Holds up to 150 Aerosol Cans - 5 Tier Spray Paint Can Storage Rack Organizer - 68.8' H x 18.3' L x 18.3' W
$ 97.99
Turfchek II Rough Grass Height Cut Gauge
$ 19.99
Chief TC Cylinder Seal Kit 3' Bore, 1.5' Rod Diameter, Seal Kit Retracted, 2500 PSI, 203029
$ 95.99
Large Round Foldable Table Top Only Wood Round Folding Table Top Extender 39in 43in 47in 51in 55in 59in 63in 67in 71in 75in 79in Space Saving Catering Banquet for Party Dining Game No Legs(Diameter:59
$ 99.00
Baomain Pneumatic Air Cylinder SC 32 x 500 PT 1/8, Bore: 1 1/4 inch, Stroke: 20 inch, Screwed Piston Rod Dual Action 1 Mpa
$ 20.99
Stainless Steel Strapping Banding Roll - 3/4''W x 0.03''T x 100feet Metal Package Strapping Coil, Portable Strong S304 Stainless Steel Cable Tie for Heavy Loads(Carton Box)
$ 25.99
AZ87786 Handheld WBGT Data Logger Wet Bulb Globe Temperature Meter WBGT Meter with Data Logger
$ 99.00
INSIZE 3203-3A Outside Micrometer, 2' - 3', Graduation .0001'
$ 27.99
23424922 Oil Filter Compatible and Applicable Air Compressor Replacement Oil Filter Substitute Spare Parts
$ 30.99
9Pcs 2 Inch Boring Head R8 Shank 1/2 Inch Carbide Boring Bar Set milling Machine Boring Head Set
$ 49.99
Shurflo 8000-541-236 Automatic-Demand 12V Diaphragm Pump with Shurflo 255-568 Strainer (Bundle, 2 Items)
$ 60.99
JLG 4360453, JLG Scissor Lift Control Panel Membrane/Touchpad
$ 80.99
Blue Sea Systems 5503 ANL 35A to 750A Fuse Block with Insulating Cover, 7.0'' x 2.0''
$ 22.99
CleverDelights Solid Rubber Cord - 1/4' Diameter - 100 Feet - Buna 70 Durometer - Black - .25' Round Cord
$ 25.99
10-100μl Adjustable Volume Pipette + 20-200μl Adjustable Volume Pipette + 100-1000μl Adjustable Volume Pipette
$ 17.99
8.2FT 10 Leads Trunk AHA Cable Compatible with GE Marquette, 10K RES. TPU Direct Connect Cord with 15-Pin Monitor Connector
$ 37.99
Puritan Medical 6' Sterile Standard Rayon Swab w/Polystyrene Handle - 25-806 1PR - Case of 1000
$ 58.99
TrippNT Small Lab Box with Lid
$ 40.99
1' #300 1/8' Thick, Garlock Blueguard 3000 Full Face Gasket (ASME B16.21) Pack of 25
$ 47.99
1
...
11
12
13
14
15
16
17
18
...
2070
BACK
Shopping Cart