{{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
2-Pack Commercial Toilet Paper Dispenser Wall Mount, Double (2 Roll) Locking Toilet Paper Holder (Black), Compact Two Roll, Side by Side Design Tissue Paper Dispenser
$ 23.99
INA LS80105 Thrust Roller Bearing Washer, Metric, 80mm ID, 105mm OD, 5.750mm Width
$ 20.99
Grip-Rite Nail Cap P/S EG 3' 2K
$ 26.99
Vulcan Hart 719971 Brass Shut-Off Valve
$ 52.99
Correll 30'x60' Commercial Duty Adjustable Height Folding Table, Black Granite Melamine Top 5/8' Thick Core, Made in The USA, Steel Apron (CFA3060M-07)
$ 99.00
ETCR3640 Digital Milliohm Meter 1uΩ to 200Ω High Precision Microohm Meter 4 Wire Micro Ohm Tester Meter with Data Logging
$ 99.00
Turbochef RWD-9191 Foil Pack
$ 66.99
J.W. HARRIS, 56F3184, HA SAFETY-SILV 56 1/16'4OZ
$ 61.99
Master Lock 1483B Lockout Tagout Padlock Station
$ 49.99
CGOLDENWALL Upgraded Automatic Label Dispenser, Up to 9 Multi-Row Counting, High Precision Auto Sensing, Speed Adjustable, Length 0.12-5.9' Width 0.16-5.5', Sticker Dispenser for Rolls Various Labels
$ 63.99
3/8'-16 Flat Head T40 Torx Star Drive Thread Cutting Trailer Floorboard Screws (25, 3/8'-16 x 1)
$ 14.99
OnlineMetals 316 Stainless Steel Angle, Unpolished (Mill) Finish, ASTM A276, Equal Leg Length, Rounded Corners, 2.5' Leg Lengths, 0.25' Thickness, 24' Length
$ 45.99
Seal kit Replacement Compatible with Case-IH fits New Holland 87311857 (2' bore with 1-3/8' Rod)
$ 29.99
Key Stock Kit, 31 PC
$ 99.00
Hinge for CHG (Component Hardware Group) Part# R50-2850-SPO
$ 15.99
Brown & Sharpe 6 Inch Dial Caliper, Stainless Steel, +/-0.001 Inch Accuracy, 599-579-5
$ 98.99
Rockwood Pulley Adjustable V Belt (Size A (1/2 Inch), 5 Foot)
$ 12.99
Alloy 4130 Steel Round Tube - 2' x .250' x 72'
$ 79.99
Connectors, Interconnects Circular Connectors - Housings CONN RCPT HSNG MALE 14POS PANEL
$ 15.99
200 Pcs 200 Pcs Urine Specimen Cups with Lids and Evident Seal Urine Sample Cups Collection Cup Disposable for Collection and Testing (Blue Lids)
$ 29.99
Caframo A162 Shaft, 400mm Length, 8mm Diameter, Stainless Steel
$ 44.99
2 Sets 142 Pcs Shed Concrete Anchor Kit for Shed with 8 Pcs Steel Corner Gussets, 22 Pcs Hold Down Clips, 2 Pcs Drill Bit, 32 Pcs Bolt and 78 Pcs Screws for Garage Barn Foot Storage Shed
$ 16.99
Stoelting (STOHU) 208-240 Coil Asm Lh 4 Cable
$ 33.99
Falcon B561D626 B561 Dane 626 57435 5164 C - Keyway Classroom G2
$ 57.99
Killer Filter Replacement for WIX 533504 (Pack of 3)
$ 31.99
3M Scotch-Brite Radial Bristle Disc, 1 in x 1/8 in 80
$ 14.99
Heathrow Scientific HS1423BB Standard Weighing Boat, Polystyrene, Antistatic, Medium, 85 mm L x 85 mm W x 24 mm D, Black (Pack of 500)
$ 15.99
Karat Disposable Toilet Seat Covers, 250/Pack, 20 Packs/Case, Half-Fold Dispenser, Recycled, Commercial
$ 22.99
Commercial Beverage Dispenser, 1 Tank 4.8 Gal Stainless Steel Cold Drink Dispenser With 46°F-59°F Cooling Temperature, Large Cold Juice Dispenser for Home and Hospitality
$ 99.00
Universal Multi-Pole Circuit Breaker Lockout Compatible with Most Two or Three Pole Breakers, Pack of 10
$ 17.99
12FT Single Leg Wire Rope Sling 1.6t/3500Lbs Rated Load, 12 Feet Length, 1/2' Diameter, with 3/8' - 1/2' Sliding Choker Hook WLL 1.6t
$ 23.99
EISCO Graham Condenser, Socket and Cone Size 24/29, 15.75' (400mm) Length, Borosilicate Glass
$ 22.99
Weiler 68307 TIGER AO TYPE 16 Round Tip Portable Grinding Cone, A24-R, 1 1/2' X 3' X 5/8-11, (Pack of 12)
$ 52.99
BISupply Curb Ramps for Driveway Ramps for Low Cars, Car Ramps, Motorcycle Ramp, Threshold Ramp, Loading Ramps 4in 2pk
$ 24.99
2500mAh/7.2V Replacement Battery for Fluke 116-066, 668225, BP7235 700 Calibrator, 740 Calibrator, 744 Calibrator, DSP-100, DSP-2000, DSP-4000
$ 30.99
Dental Alginate Alternative Material (Light Body Regular Set) (4 Cartridges)
$ 16.99
1
...
1977
1978
1979
1980
1981
1982
1983
1984
...
2070
BACK
Shopping Cart