{{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
[PowerNex] Mean Well LPVL-150-24 24V 6.3A 151.2W Single Output LED Switching Power Supply
$ 19.99
Electric TM2DRA16RT 40mA 24VDC Discrete Output Expansion Module PLC
$ 79.99
Pack of 10 Gray LEGRIS 3109 56 11 Elbow, Male 1/4 Tube OD x 1/8 NPT
$ 21.99
Pelton & Crane LF II Unit Mount Light Spring Assy
$ 84.99
Mytee Products (4 Pack) 15' G70 J Hook w/T-J Hooks and Enlarged Link, 5,400 lbs WLL, G70
$ 41.99
2 Pieces Conveyor Rollers - Galvanized Steel, 6 8 12 16 20 22 24 36 Inch Length Durable Roller for Conveyor for Logistics, Coyote Rollers for Fence Top(2pcs Dia-1.5in/38MM,L-5.9in/150MM)
$ 18.99
Kit:Drip Tray/Insert Long
$ 40.99
Wonfoucs Compatible Label Tape Replacememt for M21-750-499 Cartridge 3/4 inches Nylon Labels Tape, Multi-Purpose Nylon Cloth Film Label Cartridge for Wire/Cable Marking, 0.75' Width, 4-Pack
$ 26.99
.626-.750' Minus Tolerance Pin Gage Set
$ 55.99
Killer Filter Replacement for General Motors 2062063
$ 30.99
1 Pcs 16 Gauge Metal Sheet 24 x 12 Inch Cold Rolled Mild Carbon Steel Plate Square Weldable Sheet Metal Panels for Outside Industrial Projects Weld Accessories
$ 53.99
Big Timber BTX93#9 by 3-inch T-25-drive bit Bronze Star Flat Head Screws-Exterior,(2000 per Box)
$ 63.99
HEXEH PZ34 Series PZ34A025 PZ34A050 PZ34A075 PZ34A100 PZ34A150 PZ34A250 Displacement Transducer Position Sensor (Color : PZ-34-A-100)
$ 82.99
H100X100 H Series Standard Duty PVC Suction Hose, 85 PSI Max Pressure, 1 inches ID, 100 feet Length
$ 84.99
Schneider Electric DPE38BL Easy TeSys IEC Contactor 24VDC Coil | HVAC and AC Contactor, Compressors, Pumps & More with Screw Clamp Terminals, 2HP 115V-1P, 5HP 230V-1Ph, 10HP 200-230V, 20HP 460V
$ 34.99
WD22X25478 Dishwasher Bottle Blaster Asm Fits GE
$ 32.99
Gumball Machine, Candy Vending Machine Automatic Gumball Machine for Kids, Mini Vending Machines, Gumball Dispenser Machine for Birthdays, Christmas and Kiddie Parties (Green)
$ 29.99
Technologies 1028 MLA Precision Pipette, 300 mL
$ 57.99
Hanchen Transparent Peristaltic Pump Tube for 1200 Weighing Filling Machine (4 PCS)
$ 26.99
1' Precision Cut Keyed C1018 Cold Drawn Steel Shafting; 1.5 feet Long
$ 17.99
10Pcs Relay Electromagnetic Power Relay Miniature 24V Coil DC/AC Signal PLC HF41F/24-ZS 1NO 1NC 6Amp SPDT Jumper Separator Din Rail Power DC 5 Pin 6A LED Indicator Socket Base DIN
$ 31.99
ERKOON 4 Pack 18 inch Collapsible Traffic Cones with Bag, Safety Cones with 4 LED Safety Road Parking Cones Driving Construction Cones Fluorescent Orange Pop Up Reflective Safety Traffic Cones
$ 17.99
HIKMICRO Thermal Imaging Camera Macro Lens, 0.12X, for Pocket Series Pocket1, Pocket2 Black
$ 56.99
U Drill, 15/16'x3'x6', 1' Shank, Indexable, with Extra 4 WCMX04 Inserts, #UD-1516
$ 40.99
LY Intermediate Relay LY3N AC24 by OMI | LY3 5060M
$ 33.99
Captive-Aire 1' Pillow Block Bearing, (UCP205-16-AH-SP4)
$ 20.99
YUSHI INSTRUMENTS Dual LEMO-00 to Microdot Fiber Optic Audio-Video Cable
$ 26.99
Dental Overdenture Inferior Model - Dental Implants Demo Model 4 Nail Dental Implant Model for Education and Communication
$ 16.99
Active Mixer Module, 10M Bias Adjustment Function, 6Ghz Adl5801 Supp Architecture Double Balanced Balun Coupled
$ 23.99
6pcs Plastic Pallets,Lightweight Moisture-Proof Floor Pallet,L 19.6' x W 11.8'x H 3.9',Applicable to Supermarket Restaurant Kitchens Shops Warehouse Basement Storage,Large Goods Can Be Placed.
$ 31.99
Killer Filter Replacement for WIX WL7134 (Pack of 4)
$ 16.99
Wilmad-LabGlass LG-6900-110 Allihn-Type Condenser for Soxhlet Extraction Apparatus, Standard Taper 34/45
$ 49.99
Cation/Anion Exchange Membrane, Homogeneous ion Exchange Membrane for Electrolysis, Acid and Alkali Resistant (Cation Exchange Membrane, 20x20cm)
$ 39.99
Burndy KA25-2TC 38 KA-Lug Terminal, 4 Str. - 1/0 Str. Conductor, 3/4' Width, 2-13/16' Length, 15/16' Height, 200 lbs Recommended Tightening Torque
$ 29.99
21009-82, Power Relay 24VAC 30A 3PST-NO ((80.26mm 59.69mm)) Flange Mount (2 Items)
$ 30.99
Dasqua Magnetic Base 7123-1005 with Fine Adjustable Magnetic Base Stand Holder for Most Dial Indicator Gauge, Clamping Hole 3/8' Pull Power 176lbs/80KG
$ 15.99
1
...
1953
1954
1955
1956
1957
1958
1959
1960
...
2070
BACK
Shopping Cart