{{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
Good-Lite ETDRS Original Series Chart 1
$ 24.99
CRES COR 0911 115 LCK Stainless Steel Handle (Set/2)
$ 77.99
(6 pcs) M27, DIN 463, Metric, Tab Washers, 2 Tabs, A4 Stainless Steel
$ 64.99
Emerson 1311-102 Hot Water Zone Control
$ 64.99
AURSINC Upgrated NanoVNA-H4 Vector Network Analyzer, Lastest V4.3 10KHz-1.5GHz HF VHF UHF 4' Touch Screen VNA Antenna Analyzer Ham Radio, Measuring S Parameters, SWR, Phase, Delay, Smith Chart
$ 41.99
Neo-Pure 0.52 Gal Thermal Expansion Tank - 3/4' MNPT – Maintains Safe Pressure for Water Heaters with Backflow Preventers, Butyl Diaphragm & Corrosion-Resistant Finish (White)
$ 25.99
IMEX DOP-Tone II Baby Fetal Doppler is Used to detect The Baby fetal Heart Rate Doppler Fetal Monitor
$ 26.99
Low Range (0.25 - 120 PPM) Hydrogen Sulfide SEI Gas Detector Tube (10 Per Box)
$ 48.99
Micro 100 IAT-1500-10 Threading Tool - Acme, 10 TPI, .512' Min Bore Dia, 1-1/2' Max Bore Depth, .060' Offset, .120' Proj, .032' Flat, .240' C-L Offset, 1/2' Shank Dia, 3' OAL, Uncoated
$ 45.99
N89985 Carbide Ball Nose End Mill, Stub Length, TiAlN Finish, Roughing and Finishing Cutting, 30-Degree, 4-Flute, 3' Overall Length, 0.500' Cut Diameter, 0.500' Shank Diameter
$ 19.99
8020, 25-2550, 25 Series 25mm x 50mm T-Slotted Aluminum Extrusion DIY Extruded Linear Slot Bar Rail Metric 80/20 (Black Anodize, 1830mm Long)
$ 23.99
3000mL 24/40 Four Necks,Glass Cylinder Reactor,3 Litre Flat Bottom Reaction Flask
$ 72.99
3B Scientific Cervical Spinal Column by 3B Scientific
$ 29.99
FASTENMASTER Collated Cortex for Trex Transcend Island Mist Decking with 2-1/2 inch Screws for 100 Linear Feet
$ 41.99
12 Rolls Painters Tape 1.88 inch Bulk Painter Tape Blue Wide Roll, Blue Masking Tape, 1.88 Inches x 60 Yards for General Purpose Wall Painting, Home Improvement
$ 21.99
Technologies 3054-2002 Reagent Reservoir, Pyrogen-Free, Sterile, 25 mL (Pack of 200)
$ 40.99
Corobuff Counterwrap Orange Falling Leaves - 25'L x 48'W
$ 26.99
stonylab Glass Chromatography Reservoir, Borosilicate Glass Chromatography Reservoir with Standard 24/40 Joint for Laboratory, 500ml
$ 22.99
Refrigeration Gasket 77 1/2' x 37 3/8' 54117
$ 29.99
10pcs 40x62x6 TC40x62x6 NBR Skeleton Oil Seal 40-62-6 Seals Seals Radial Shaft Seals Nitrile Rubber
$ 18.99
3-1/2in x 3-1/2in x 1/4in Steel Angle Iron 60in Piece
$ 24.99
Stainless Steel Canister, Storage Tank Dipper, Diameter 38 mm 1 1/2 inch (38(D) x125(H1) x560(H))
$ 18.99
GROCO ARG-755 Series 3/4 Raw Water Strainer w/Non-Metallic Plastic Basket
$ 76.99
Jobe Valves J-RJVC0075 Rojo Compact Low-Pressure Valve with 2' Narrow-Weighted Float, 2' Extension Arm, 20L/Min, 150PSI, 3/4' NPT Inlet, Yellow/Black
$ 19.99
Hydraulic Gear Pump, 0.8ML/R High Pressure Single Hydraulic Gear Pump, 4300rpm 21MPa Aluminum Hydraulic Oil Gear Pump, Hydraulic Fluid Gear Pump
$ 18.99
Portable Nebulizer - Nebulizer Machine for Adults and Kids Travel and Household Use, Handheld Mesh Nebulizer for Breathing Problems APOWUS.
$ 19.99
Fire Prevention & Response: What Employees Need to Know English Video Training Book, J. J. Keller & Associates, Inc.
$ 78.99
554425 VCMA-20ULS Condensate Removal 1/30 HP Pump with Safety Switch by Little Giant Outdoor Living
$ 31.99
SWAGELOK SS-810-3-8TTM Tube Fitting, 1/2 in. Tube OD X 1/2 in. Tube OD X 1/2 in. Male NPT, Male Branch TEE
$ 30.99
JWONG Barge Infinity Cement All Purpose Clear One Quart
$ 15.99
Crucible, Porcelain, Glazd, 1150C, 43mm, PK6
$ 28.99
Air King Mini, 420k RPM High-Speed Dental Handpiece 4 Hole, Mini-Head Push Canister Type Turbine, Perfect for Precise Targeting, Power & Efficiency!
$ 62.99
047043 Air Oil Separator Element for SULLAIR Screw Air Compressor Part 47043
$ 45.99
Killer Filter Replacement for Donaldson P128781
$ 42.99
Rectorseal Corp. ASPMAXOUNI Maxi kit 230VAC orange series83919
$ 99.00
50Pcs Reed Sensor Module magnetron Module Reed Switch MagSwitch
$ 18.99
1
...
41
42
43
44
45
46
47
48
...
2070
BACK
Shopping Cart