{{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
Replacement for LYCIAN 1206 MIDGET Light Bulb by Technical Precision
$ 16.99
085-6610 Drain Solenoid Link, 9' Height, 6' Width, 5' Length
$ 25.99
2 Pack Hydraulic Car Ramps 5T 11000lbs Low Profile Car Lift Service Ramps Truck Trailer Garage,Height Hydraulic Vehicle Ramps, Lift Height 9.8-15 Inches -Black
$ 82.99
XP-4101 Switch Operator
$ 29.99
REPLACEMENTKITS.COM Bush Hog Hydraulic Seal Replacement Kit | Compatible with Bush Hog M300, 2447QT, 2446QT, 2426QT, 2427QT Boom & Bucket Cylinders | Replaces Part 25H49328
$ 41.99
Right Angle Female Connector(Small) 7246782 for Bobcat Truck
$ 52.99
Parco Scientific PA0150 Economy Double Pan Balance with Weight Set, 2000 g Capacity
$ 99.00
for Robertshaw 72'' Universal for Snap for Fit Thermocouple 1980-072
$ 13.99
MSA 10009971 Solution,Confidence Plus 2, 32 OZ.
$ 37.99
Acogedor 38mm*20mm Manual Rotation Stage,Rotating Platform Precision Bearing Sliding Tuning Stage , Durable,Stable Performance,for Optical Experimental Measurement, Fine-tuning Displacement.
$ 38.99
16 inch Mighty-Lok Pad Holder Driver for 17' Floor Machines Minuteman - 16m
$ 33.99
RIZE Spinning Ferrofluid Display with Black ferrofluid
$ 49.99
Tremco Dark Bronze Dymonic FC High-Performance, Fast-Curing, Single-Component, Hybrid Sealant 10 fl/oz Cartridges (960721-323), Case of 30
$ 99.00
AmGood 24' X 48' Stainless Steel Wall Shelf | NSF | Garage, Laundry, Storage, Utility Room | Restaurant, Commercial Kitchen
$ 69.99
360099 Dodge Bearing, 055104
$ 54.99
5/16' X 10' Black Powder Coated Safety Chain | Fence Gate Swing Set | Safety Barrier | General Purpose Rigging
$ 21.99
Vestil AHS-FES-KIT Festoon System, 115V AC Power
$ 99.00
Kapton - 827788 18-5F-12 Film, 5 Mil, no Adhesive,12'' x 12''
$ 24.99
Micro Diaphragm Pump, 24V 60W Mini Electric Water Pump 5L/m Flow Micro Diaphragm Pump 1.5m Suction
$ 15.99
5/8' Clevis Sling Hook with Latch Grade 100 Rigging Lifting Heavy Duty Latch | Pin Included | Overhead Lifting & Rigging | Professional Use
$ 64.99
CMA Dish Machines 00121.41 Round Drain Ball
$ 15.99
Programmable Logic Relay Controller Industrial Control Board 32 Input 24 Output DC24V 1A
$ 18.99
60 Pcs Edge Protectors Flatbed Corner Tie Down Protectors Protects Cargo Edges from Wear and Tear, 9.5'x 6.2'x 3.7'
$ 44.99
Deb Group 1.2 Liter Refill Blue Refresh Azure Pleasant Scented Foam Soap (3)
$ 25.99
Chinese Take Out Food Boxes: 8 Oz. (1/2 Pint) Lot of 150 - White
$ 23.99
Professional Nylon Looped-End Wax Mop (3 Pack) - Large Size with Narrow Band
$ 29.99
20 Pack Replacement Parts Accessory for Eufy S1 Pro Omni, S1 Robot Vacuums kit, 2 Rolling Mops, 1 Main Roller Brush, 4 HEPA Filters, 6 Side Brushes, 6 Dust Bags, 1 Clean Tool
$ 20.99
Signage Stick - digital signage media player - quad-core SoC, 4K video streaming and playback, WiFi 6E
$ 47.99
(1000pcs) 1/4 X 3-1/4 Phillips Flat Head Concrete Screws (Screw), Bulk/Wholesale Carton - Blue - Ships Free in USA
$ 99.00
84' Clamp on Pallet Forks Extensions,Heavy Duty Capacity for Forklift,Tractor Skid Steer,Loader Bucket attachments Accessories,Lift MAX 4600LBS Quick Attach Forks Width 6.5'Orange
$ 92.99
1Pcs HJQ-15F-2-S-H 12VDC ; HJQ-15FM-2-S-H 24VDC ; (T91A-30A/40A) Relay 4pins(HJQ-15FM-2-S-H 24VDC)
$ 16.99
56ML Hydrogen Fuel Cell Reaction Chamber, Microbial Fuel Electrolyzer Quick Connect Reactor Clampable Proton Membrane MFC 4x14ML
$ 46.99
Hoffman A6636RT Wire Trough, NEMA 3R, Galvanized, Paint Finish, 6' x 6' x 36'
$ 99.00
Commercial Electric Tilting TV Wall Mount for 26 in. - 90 in. TVs-30901N
$ 38.99
Forney 70421 Double Loop Chain, 3 mm by 100 Feet - Durable and Versatile All-Purpose Chain for Home and Industrial Use
$ 19.99
PFERD Bench Grinding Wheel Carbide Type | 6x1x1 inch, vitrified Bond, Silicon Carbide, grit Size 120 | 61790 - for use on Hard Materials, Included bushings 3/4, 5/8, 1/2 inch
$ 23.99
1
...
6
7
8
9
10
11
12
13
...
2070
BACK
Shopping Cart