{{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
1pcs 34.51.7.024.0010 Relay 34.51.7.024.4010 34.51.7.024.5010 5PIN(34.51.7.024.5010)
$ 14.99
White Rodgers 1311-102 White Rogers Zone Valve, 3.5' Height, 5.25' Wide, 9' Length, 3.5 x 9 x 5.25
$ 81.99
Oil-Water Separator Water Cup Filter Accessories Oil Cup Gas Cup air Source degreasing Equipment(AW AF 4000 3)
$ 15.99
BAOSHISHAN Replacement Filters for 6’’x6’’ Mini Fume Extractor (Part Name:FBA-WLS-337-MZY) (Complete Set of Filters)
$ 24.99
Safe Secure Tamper Evident Proof Seals for Food Safety - to-Go Drink Stickers with Secure, Easy to Peel Stickers, 1 x 9 Inch, 500 Total Labels on a Roll
$ 12.99
T522218-101 Spill Containment Tray, 1' Side Wall, 18' W x 22' L
$ 42.99
SBR16LUU Bearing Blocks, 2Pcs 16mm Open Long Sliding Ball Bearing Block for SBR16 Linear Motion Shaft Guides Slide Rails as CNC Linear Rail Kit
$ 16.99
ROXTEC RG-M63/4 Polyamide Cable Gland, 4X (3.5-16.5), 4 Pole, RG00063040046, Diameter Range: 0.13 to 0.65 INCH, Nickel Plated Brass Finish
$ 49.99
Kit of Silicone Color Bands for Instruments Identification 12 Assorted Colors in a Case 120pcs | Medixplus
$ 21.99
Vacuum Gauge 0 to -60' WC / 0 to -4 inHg, 2.5 Inch Dial, Chrome-Plated Steel Case, Brass Internals, 1/4 Inch NPT Bottom Mount, Dry Gauge for Air & Water Applications, ±1.5% Accuracy
$ 21.99
S210AB2-128FT S210 128-Pair Field Termination Block w/Legs, C4
$ 36.99
Din Rail Mounted Solid State Relay SSR Single Phase with Heat Sink AC to AC 120A,Resistive Load ≤60Amp,inductive Load ≤20Amp
$ 15.99
Highly Oriented pyrolytic Graphite Sheet for pyrolytic Graphite Planchet in Magnetic levitation Experiments, Pack of 2, (Thickness: 0.5mm, LxW: 10x10mm)
$ 18.99
Klingersil C-6400 Aramid/SBR Gasket Sheet - 1/8' Thick x 15' Wide x 15' Long
$ 42.99
Precision Plumbing Products PPP SC-1000C Water Hammer Arrester, 1 in NPT, 250 PSI, 33-60 Fixture Units
$ 15.99
LED Indicator Integrated Tactile Trim Tab Switch Kit Compatible with Lenco Marine Single Actuator Systems
$ 99.00
138NC POL TEE BLOCK
$ 24.99
Field Controls BA-18 #46365509
$ 38.99
330x330mm Neptune 3 Plus/4 Plus Build Plate-NO Magnetic Sticker- for Qid1 X Max 3/A30/ A30 Pro,Tronxy X3S/X5S Pro,Flsn Core-XY/Raise MAX3 Pro 2/Pro 2 Plus 3D Printer-(PEZM/PESZ)
$ 17.99
High Speed Homogenizer 8000-20000rpm Adjustable Laboratory Homogonizer w/ 2 Working Heads FSH-2A Mini Homogenizer for Animal & Plant Cell Research, Agriculture, Petroleum Chemical industry, 110V
$ 72.99
Metal Lathe Cutting Tools - 1/2' and 5/8' Threading Tool Holder Boring Bars with 10pcs Indexable Carbide Inserts 16IR 16ER for Turning Threading Boring Lathe Cutting
$ 17.99
Safety Bollard, 48 Inch Height Bollard Post, 4.5 Inch Diameter Steel Pipe Safety Bollard Post, Yellow Steel Bollard, Steel Safety Bollard with 8 Anchor Bolts, Perfect for Traffic-Sensitive Area
$ 42.99
ALWSCI 100 Well Microtube Storage Box, Polypropylene Lockable Vial Holder Rack for 1.5/1.8/2 ml Microcentrifuge Tubes and Autosampler Vials Samples, Blue, 5 Pack
$ 16.99
Floor Stand Gym Wipe Dispenser, Stainless Steel Wipe Dispenser with High Capacity Built-in Trash Can and Back Door Access and Free Sign Board
$ 93.99
EMS 10035 Acid Fuchsin, Certified, C.I. #42685, 25 g
$ 18.99
Timken 25580-25520 & 02475-02420 Tapered Roller Bearing & Race Set Kit
$ 30.99
55 Gal Steel Random Color Drum | Closed Head | Factory Second
$ 70.99
Morse Taper Extension Sleeve 2pcs Outside Straight Shank Transfer to Inner Taper Shank Drill Sleeve Morse Tapper Shank for Lathe Milling Lengthened Reduction Sleeve(D25-MT1-95L)
$ 23.99
Kimble Glass 37002-12 Unserialized Reusable to Deliver Volumetric Class A Pipet, 12 mL Capacity (Pack of 3)
$ 25.99
Pack of 8 - 40W Shatterproof Replacement Compatible with Hatco 02.30.265 - 120V / 130V - Safety Coated Heat Lamp Light Bulb - 02.30.265.00 / 02.30.265 / 02.30.265.12 - Goodjayco (8 Pack)
$ 19.99
Restaurantware Bio Tek 4 x 3.5 x 4.5 Inch Food Containers 200 Durable Noodle Boxes - Disposable Sustainable Newsprint Paper 32-Ounce Takeout Boxes Round For Takeouts And Delivery Or Picnics
$ 46.99
Tractor Grab Hooks 4.9' W × 21.9' L Bolted on Compact Tractor Bucket Grab Hooks Fits for John Deere, D Rings & 1-1/2' Receiver
$ 14.99
Sealmaster TFT15TC1ARZ Ball Bearing Flange Unit
$ 83.99
SCHNEIDER ELECTRIC 2510MBG2 600-Vac Manual Starter Mplus Options, Black
$ 99.00
3M NVH Dampening Material 04274, Flexible, Non-Shrink, Non-Solvent, 200 mL Cartridge
$ 27.99
OdontoMed2011® 10 Pieces Set HIBBS Osteotome Orthopedic Instruments with Carrying CASE ODM
$ 23.99
1
...
88
89
90
91
92
93
94
95
...
2070
BACK
Shopping Cart