{{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
4x4 Post Base Holder Ground Spike Use for Concrete Deck - Post Anchor Brackets Metal Black Powder Coated 4 Inches x 4 Inches (Inner Dia 3.5x3.5) 4 Pack
$ 18.99
Replacement Spin-On Oil Filter Compatible with ALTEC 35330007 (2-Pack)
$ 25.99
STEPPERONLINE Worm Gearbox NMRV30 Worm Gear Speed Reducer 11mm Input Shaft Diameter (Gear Rtio, 15:1)
$ 25.99
Autonics CR18-8AC Capacitive Proximity Sensor, 240V, 20Hz, 8 mm
$ 42.99
Premier 3001450 Implant Cement, Standard Pack
$ 30.99
SKOLNIK Carbon Steel Tight Head Drum, 16 gallons, 0.9mm Body Gauge (Pack of 1)
$ 64.99
Durham 302-95 Gray Cold Rolled Steel Easy Glide Slide Rack for 2 Large Compartment Boxes, 20' Width x 8-1/8' Height x 15-3/4' Depth
$ 74.99
AFR-2000 Pneumatic Filter air Treatment Device Pressure Regulator Compressor Pressure reducing Valve Oil-Water Separation AFR2000 Pressure Gauge(AFR-2000,Fiber Filter)
$ 27.99
Schneider Electric, Shaft Extension, TeSys GS, Length 320mm, Cross Section 10 x 10 mm, for switches 50-400 A, GS2AE2
$ 21.99
Fluke RAYMT4U MiniTemp Non-Contact Thermometer
$ 44.99
Medical Rolling Exam Adjustable Rotating Doctor Chair for Spa Treatment Clinic (Blue)
$ 48.99
Te Connectivity 2 to 4/0 AWG Splice Kits, White - GELCAP-3(B5)
$ 86.99
5140131-58 Table Saw Blade Nut 0.85 x 0.95 x 0.30 inches for DeWalt DCS7485B DCS7485T1 DWE7490X DWE7491RS DWE7499GD
$ 16.99
211P-6-pk20 Square-Head Plug Pipe Fitting, 3/8' Male Thread, Brass (Pack of 20)
$ 34.99
Turbochef NGC-1573 Right Door Hinge for Tornadotornadorapid Cook Oven
$ 65.99
Heathrow 120567 Mini Vortex Mixer, Universal, Gray/Purple, 100-240VAC, 50/60Hz
$ 57.99
ZK WAN/LAN TCP/IP C4 Series Professional RFID Card Reader Access Control Pannel(C4-200)
$ 29.99
Sprocket, 50 Chain Size, 1-1/4 Bore Dia., 18# of Teeth
$ 17.99
3/4'' X 4'', Grade 9008/C2, Ground Polished Chamfered Cemented Tungsten Carbide Round Rod
$ 32.99
Snowmobile Dolly Sets Heavy Duty V-Slide with 3' PP/TPR Swivel Casters and Rubber Pad Protecting Skis 1500 lbs Capacity(Gray)
$ 21.99
1pcs 500mm Stainless Steel Precision Tube, Outer Diameter 25mm Inner Diameter 23 Mm 22 20 19 Mm Industrial Metal Tube(25x2mm)
$ 18.99
PATIKIL Plastic Chain Links, 200 Foot Safety Chains, Orange Plastic Chains for Barriers, Crowd Control, Queue Lines, Parking, Fences, Gate, Concerts, and Decoration
$ 17.99
Electronic Water Temp Meter Stainless Steel High Precision Temperature Probe Sensor Industrial Digital Display Thermometer
$ 42.99
Axial Fan Kit, 4 3/4 in H, 1 in D, Mfr: 786EV6-A
$ 30.99
Thermo Scientific Orion pH Electrode Filling Solution 3M KCl (Case of 5)
$ 81.99
APlusLift AF350G 3 Ton Lower Profile Aluminum and Steel Racing Floor Jack with Dual Pistons Quick Lift Pump for Sport Utility Vehicle, Lifting Range 3-7/8'-19-1/2', Golden, Grey…
$ 99.00
8 Step Test Calibration Block Step Wedge for Thickness Ultrasonic Thickness Gauge #1018 Steel 1.0'' 2.0'' 3.0'' 4.0'' 1.5'' 2.5'' 3.5'' 4.5'' with Air-Tight Plastic Storage Box
$ 94.99
SpillTech RSPKO-CAN Oil-Only 50-Gallon Can Kit Refill
$ 91.99
Corp. 542-504 Enclosure; Box-Lid; Polycarbonate; Gray; 7.09x4.33x4.33 In; IP65; NEMA 4X; EK Series
$ 41.99
192 Eggs Incubator, Poultry Hatching Incubator with Automatic Temperature Control & Egg Turning, Automatic Dual Power Supply Incubator for Chick Quail Duck
$ 99.00
TAILONZ PNEUMATIC 1 Inch NPT 150PSI 3 in 1 Air Filter Pressure Regulator Combo Piggyback, Air Tool Compressor Filter, 5 Micron Filter Element(Manual Drainage)
$ 61.99
Essential Depot Citric Acid - 8 lbs Shipped in Square Safety Sealed PP Pail with a resealable lid and Removable Handle.
$ 16.99
Emergency Stop Button with Box, Emergency Shut Off Switch E-Stop Push Button Switches Box Waterproof for Outdoor use, IP67 660V 10A
$ 14.99
Groen Z079995 Strainer Lip for All Braising
$ 61.99
3M 5430 Squeak Reduction Tape – 0.875 in. x 15 ft. UHMW Polyethylene Tape Roll with High Tack Acrylic Adhesive. Tapes and Sealants
$ 34.99
TOMNK 60pcs Bakery Boxes, 12x8x2.5 Inches 3 Style Cookie Boxes, Treat Containers with Window for Mother's Day, Candies, Chocolate Strawberries, Cakes, Muffins, Donuts
$ 14.99
1
...
1970
1971
1972
1973
1974
1975
1976
1977
...
2070
BACK
Shopping Cart