{{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
25A 220V Timer Digital din Rail 220V Timer Switch KG316T with 10 Times on/Off per Day/Weekly Set time rang 1min-168H
$ 15.99
iDili Flexible Fixture Universal Clamp CNC Assembly Flexible Claw 30x79MM SUS Stainless Steel for CNC Laser Marking Machine, FLX-S0621 (Blue)
$ 63.99
240V 3000W Titanium Immersion Bathtub and Swimming Pool Water Heater,Fully Submersible Portable Electric Heater,30 Galons Bathtub Heater,Seawater Aquaculture,NEMA 6-15P Plug,100% Waterproof
$ 58.99
M14 Diamond Milling Bit 4/6/8mm Milling Tile Marble Concrete Hole Saw Masonry Drilling Crowns Construction Tools 1Pcs(25x4)
$ 16.99
Small Parts Unpolished (Mill) 1008-1010 Steel Square Tube, 1.5' Square Tube, 0.083' Wall Thickness, 1.334' Inner Diameter, 4' Length
$ 16.99
Buyers Products A36 Aluminum Continuous Hinge
$ 33.99
28' Dining Table Legs, X-Shaped Steel Table Legs, Office Table Legs,Computer Desk Legs,Industrial Kitchen Table Legs,Set of 2,Black
$ 88.99
Wago 221-415 Lever-Nuts 5 Conductor Compact Connectors 50 PK
$ 15.99
PAL-102 Digital Brix Meter Refractometer Range 0~53 percent Resolution 0.1 percent
$ 84.99
CB15 Polarsafe Aluminum Cooling Block 15-Well for 1.5-2.0 mL Tubes, Blue
$ 41.99
Blazer SI-100CR Excalibur Multi-Purpose Butane Torch and Hot Air Soldering Kit
$ 22.99
Liftall EN30X11 RoundSling, Endless, 11' Length, 2600 lb
$ 23.99
LCD Display Replacement for FPC70050 CYX 7Inch 50pin Resolution 800x480 LCD Screen Replacement with Tools
$ 33.99
Banjo Poly Bulkhead Tank Fitting 3' NPT & 4-1/2' OD Double Threaded w/Gasket Farmer Bob's Parts TF300
$ 21.99
Toilet Cart Jack,Portable Foldable Toilet Installation Jack Cart,Toilet Installation Tool,Toilet Lifting Tool Jack On Cart with Wheels,Move and Repair Toilets for Plumbers (1PCS)
$ 43.99
PRAZTECH® Precision Engineers VEE Blocks CLAMP Set - V Block Matched Pair, 40mm x 32mm x 32mm, Clamping capacity: 1' (25mm) in Wooden Box
$ 20.99
SEMCI C 80 Linear Translation Stage Manual X Axis Rack Pinion Type Sliding Table for Linear Motion of Equipment
$ 25.99
Lutron UV-340AUV Light Meter Alongwith Factory Calibration Certificate (Range:Low Range: 1999 uW/cm^2|High Range: 19990 uW/cm^2) for Stadiums, Theatres, Labs, Clean Rooms, OT Rooms
$ 69.99
Macnaught Pneumatic Oil Gun with Oil Control Valve Meter Nozzle and 1/2' inch NPT Inlet, Mechanical Engine, Lube, Gear and Motor Oil Dispenser Registers in Quarts and Totals in Gallons
$ 89.99
E2A-M12KN08-M1-C1 | 133486 | OMRON INDUCTIVE Sensor, M12, 8MM Range Non Flush, NPN NO, M12 Connector
$ 27.99
Federal Aviation Administration FAA Inspection Tags - Pack of 100 (Yellow Serviceable Cards)
$ 46.99
Precision Brand 039-22993 0.031″ Stainless Steel Shim Stock 12″ x 24″ Flat Sheets, Full Hard, Cold Rolled, 302 Stainless Steel (Pack of 2)
$ 78.99
Zurn Wilkins 3/4' NR3XL Pressure Reducing Valve with double union FNPT connection and CPVC tailpiece connection
$ 98.99
ALD-26 - Thrust Bearing Kit
$ 33.99
3-1/2 inch x 15-1/2 inch, 36 Grit, KK752X (General Grade), X-Weight, Aluminum Oxide (A/O), Abrasive Sanding Belts, 20-Pak
$ 26.99
Honeywell Pneu. 8' diaphragm MP953A/C black neoprene
$ 33.99
P.A. FL3: 3/8 in M Flow Switch w/Probe, 3650 psi, 230 V
$ 29.99
Dixon AWSG-TG Aluminum Brass Thermal-Gard Elevated Temperature Spray Nozzle, 3/8' NPT Male Inlet, Black
$ 80.99
Window Rubber Seal for Windows, Windshield and Fixed Glass (25 Feet)
$ 23.99
1pcs 7009 7009C 2RZ 45x75x16 Sealed Angular Contact Bearings Spindle Bearings ABEC-7
$ 41.99
Ecoselect Porko Plus Burnishing Floor Pad, 20' (Pack of 5)
$ 21.99
Tork OptiServe 4-Roll Coreless Toilet Paper Dispenser Black T7/T5, Vertical Dispenser, Elevation Design, 473628
$ 21.99
Chuangdi 20 Pcs Acrylic Display Risers, Clear Product Stand, Jewelry Display Riser Shelf Showcase Fixtures for Figure Dessert Cupcake Candy Action Showcase(Super Large Set)
$ 27.99
Rab WPTLED25/D10/PC2 Wall Box Mount Wallpack 25 Watt 120-277 Volt Polyester Bronze Powder Coated
$ 76.99
NTN Bearing 1205 Double Row Self-Aligning Radial Ball Bearing, Normal Clearance, Standard Cage, 25 mm Bore ID, 52 mm OD, 15 mm Width, Open
$ 15.99
CNC Lathe Turning Tool Holder for MSDNN1616H12 Set with 10 SNMG432 BP010 Carbide Inserts for Precision Machining
$ 16.99
1
...
1954
1955
1956
1957
1958
1959
1960
1961
...
2070
BACK
Shopping Cart