{{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
Pneumatic Rotary Joint, Rotary Union Aluminum Alloy Precision Workmanship Standard Size Resistant for Paper Making (MQR2-M5)
$ 26.99
SKF 22213 E/C3 Spherical Radial Bearing, Straight Bore, Unsealed, Steel Cage, C3 Clearance, 65mm Bore, 120mm OD, 31mm Width, 7000rpm Maximum Rotational Speed
$ 63.99
Watts LFN45B Series 3/4' Lead-Free Cast Copper Silicon Alloy Water Pressure Reducing Valve, Double Union Solder Inlet and Outlet, Elastomer Disc, Adjustable Pressure 25 to 75 psi, Maximum 400 psi
$ 44.99
General Tools REF312ATC Refractometer, Protein and Urine, with Automatic Temperature Compensation
$ 16.99
16 Pcs 36 Inch Shelf Track Silver Adjustable Shelf Track System Metal Pilaster Strip Shelf Standards and Brackets for Storage Closet Wall Shelf Organization
$ 23.99
#10 Beaded Ball Chain (4.5mm) – USA Made Nickel Plated Steel (NPS) 100 Feet Spool for Vertical Window Blinds, Plumbing and Industrial Equipment Labeling - Indoor Use
$ 24.99
YMDK Kailh Saker 1353 3-Pin Mini Low Profile Linear Switches 0.8mm Ultra-Short Travel, Quick Trigger for Gaming Keyboards (90)
$ 16.99
New German Grade Dental Elevator Tooth Extraction Extracting Tools 8 Pcs Straight + Curved 1.5MM to 4MM Complete Set(A+ Quality)
$ 17.99
Yellow Jacket 18172 Plus II 3/8''B' Charging Hose 3/8' Straight Flare x 3/8' 45 Degree, 72', Yellow
$ 24.99
Tapcon+ 1/2 in. x 3 in. Heavy Duty Screw Anchors 10CT, Blue
$ 17.99
McKesson Clear Plastic Glove Box Dispenser (Holds 2 Boxes) Horizontal or Vertical Mount 10 L x 4 D x 10-3/4 H Inch - 1/Each (1 Dispenser)
$ 13.99
Whatman 6721-5010 50 mm in-Line Filters, PTFE, 1.0µm, 10/pk
$ 99.00
TRITAN 40BS20H X 1 1/4 Finished Bore B-Hub Sprocket, 20 Teeth, 1/2' Pitch, 1-1/4' Finished Bore
$ 12.99
UF25HC12-BWH 115V 95/125W 254MM Fan - 254X89MM 25489 2-Wire Cooling Fan
$ 61.99
Home Energy Monitor, Haoguo 110V EV Charger Pass-Through Power Usage Monitor with IP 65 Waterproof for Indoor/Outdoor Use, Ideal for Monitor RV, Outdoor Generators, Households
$ 17.99
Flex-Hone Cylinder Ball-Hone 52-54mm for Honda ATC 110 1981-1985
$ 24.99
Alcohol Still 8 Gallon 2 Pots Shine Still Distillery Kit for Alcohol Stainless Steel Copper Tube Complete with Water Pump Metal Thermometer Airlock Brew Bag Proof Alcoholmeter Test Kit
$ 38.99
Electric soldering tin melting furnace 320W, handheld lead melting furnace, 800g capacity soldering furnace, temperature range 150-450℃
$ 16.99
Timken Tapered Roller Bearing Cone - HH506348
$ 36.99
Killer Filter Replacement for LUBER-Finer LP712 (Pack of 2)
$ 34.99
Zooz 700 Series Z-Wave Plus DC Motor Controller ZEN53 | Z-Wave Hub Required (Sold Separately)
$ 16.99
EVOTECH SCIENTIFIC Deluxe Human Heart Model with Thymus Gland & Diaphram Base, 10 Parts 1.5X Life Size Large Anatomical Heart Model for Classroom and Cardiology Study
$ 44.99
355-65-5mmCarbon Vane 90136701005 WN124-196 for Becker Pump DTLF&VTLF250 360 2.200 2.250 DVTLF2.250
$ 93.99
Vinyl-Coated Anchor Chain, 1/4' X 6', White
$ 20.99
2438U1172R500 Bucket Cylinder Seal Kit Fits Kobelco SK300IV SK300-4
$ 99.00
SPEEDAIRE 4ZL49 1/2' AIR LINE FILTER *NEW IN A BOX*
$ 48.99
GRUNDFOS VERSION 7 and older Pressure Transducer SQE SmartFlo CU301 CU321 MBS1900-98393361
$ 89.99
Woodriver On/Off Deadman Style Momentary Footswitch
$ 19.99
ERB-A-26C-08/08, Aluminum Coupling, ø8/ø8, Clamp Type, Max 6000 RPM
$ 29.99
SYLVANIA (10 Pack) 20885 CF32DT/E/IN/835/ECO 32-Watt 3500K 4-Pin Triple Tube Compact Fluorescent Lamp, White
$ 16.99
Heyiarbeit 12V DC 1500N Electric Lifting Magnet Electromagnet Solenoid Lift Holding 80mmx38mm
$ 18.99
Carry Handle,Chest Handles,Solid Stainless Steel,Recessed Flush Lock up Pull Handle,Lock up Pull Handles,Lifting Lashing Eye Lock up,for Hatch Cover,Floor Cover(Type 1)
$ 21.99
4F-L-16.5, 16.5FT FOLDING GAGE STICK
$ 25.99
25228 18-6V Klear-Vue Cardboard Mounts, Size 2 (Pack of 100)
$ 37.99
Heavy Duty 2' x 20' Green PVC Discharge Hose Pump Kit, Pool Suction Hose with Aluminum Camlock Fittings, Steel Round Strainer, Cam & Groove Adapter
$ 43.99
Race Ramps RR-EX-14 67' Xtender
$ 99.00
1
...
66
67
68
69
70
71
72
73
...
2070
BACK
Shopping Cart