{{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
14122, 20 Series M5 x 0.8 Slide in Economy T-Nut Block Steel (250 Pack)
$ 34.99
Killer Filter Replacement for Baldwin BF884 (Pack of 3)
$ 18.99
SLPPA25BSB - Power Entry Connector, SurLok Plus Series, Plug, 1 kV, 120 A, Panel Mount, Quick Connect
$ 15.99
USA Sealing Neoprene Rubber Roll, No Adhesive, 50A, 1/4' Height, 36' Width, 6' Length
$ 99.00
Signi Abrasive nylon bristle Burnishing Brush Drum Drawing Wheel for polishing wood (240 grit red)
$ 15.99
Geelin 6 Pack 9.8 ft Heavy Duty Crowd Control Stanchions Stainless Steel Stanchion Set with 6 Safety Barrier Post with Retractable Belt and 1 Sign Holder Crowd Control Barrier (Black)
$ 72.99
Adapter Imp 3/4 F X 1/2, Sold As 1 Each
$ 23.99
3M 08395 Low-Speed Buffer Floor Pads 5100, 20-Inch Diameter, Red, 5/Carton
$ 23.99
12 in 1 Air Quality Monitor Indoor- Portable Indoor Air Quality Meter for CO2, TVOC, PM2.5, PM1.0, PM10, Temperature, Humidity & Time Display, Air Quality Tester for Home 【Dual Chip & High Accuracy】
$ 42.99
PEX-A Pipe, 1/2 Inch x 100 Feet Blue Pipe, NSF Certified for Potable Water, PEX-A Tubing for Plumbing, Floor/Wall Plumbing Tools Pex Fittings for Hot/Cold Water
$ 16.99
ALLIANCE LAUNDRY SYSTEMS Kit Sheave With Hardware (44086901P)
$ 47.99
1/4' Diameter, 304 Stainless Steel Round Rod, 48 Inch Length, Extruded, 0.25 inch Dia
$ 13.99
hqtelecom 120V UV Lamp for HVAC Coil Systems (up to 5 tons) w/ 14″ 14W Ultraviolet Bulb
$ 32.99
20000ML 4-Neck Reaction Flask,24/40,Separately Flask with Easily Clamp,20L Reactor
$ 99.00
CG-1904-39, Pyrex or Duran Borosilicate Plate Glass, Square, 6' Length, 6' Width, 1/16' Height
$ 18.99
U.S. Solid 3/8' Electric Solenoid Valve 12-VDC, VITON Gasket, Air, Gas, Fuel Normally Closed
$ 16.99
Red Devil 4074 Create-A-Color Caulk Kit
$ 19.99
Patient Sign-in Sheets, Bilingual 8-1/2' X 11' (Blue) Carbonless Form (Lot of 250 Sheets) HIPAA Compliant
$ 33.99
GRACO 110146 - Air Filter, 1/4' NPT(F) Inlet/Outlet, 20 Micron, Manual Drain, 300 PSI
$ 46.99
Wright Products Eye Bolt, 10-Pack, 4-inch x .5 inch, Heavy-Duty, Weather-Resistant for Outdoor & Indoor Use - Multipurpose Eye Bolt for Hanging Plants, Decorations, DIY Projects, Matte Black
$ 22.99
Stainless Steel Wet Floor Caution Sign Bulk 8.8 Pound Portable Foldable Handle Bilingual Safety Sign for Kitchen Restaurant Supermarket Shop Commercial Use Avoid Fall and Slip Accident(Gold)
$ 23.99
Rieker Military Grade Shatter-Proof ±5º Inclinometer Black, Precision Level Angle Indicator 2105-B
$ 18.99
Flap Discs 4 1/2 for Angle Grinder, 4.5 x 7/8 Inch Sanding Grinding Wheels, 80 Grit Sanding Grinding Disc for Angle Grinder (20 Pack)
$ 32.99
Randall Manufacturing Co., Inc | Perforated Aluminum Sheet | Plain | 36 x 36 inches | .020” Thick | Silver Aluminum | Great for Indoor & Outdoor Use | Made in The USA
$ 18.99
Probe Air HBA/Hb8
$ 99.00
FESTO LFR-D-MIDI-A 546426 Air source treatment device combination, no oil mist
$ 40.99
/ 3 1/2' Body/Eye to Eye Polyester Round Sling - Red / 10 Ft. Long / Ee150X10' / 13,200 Lbs. Vertical
$ 32.99
USA Sealing Klingersil C-4401 Aramid/Buna-N Gasket Sheet, 1/16' Height, 15' Width, 15' Length
$ 26.99
Supco SL500XT External Probe Temperature Data Logger with Real Time LCD
$ 43.99
UX12AC12-BTHR-7, AC Fan Axial Ball Bearing 115V 109CFM/130CFM 43dB/47dB 120 X 120 X 38mm (2 Items)
$ 65.99
8612010 for Thrifco Plumbing 1-1/2 Inch Female NH/NST X 1-1/2 Inch Female NH/NST Brass Double Swivel Fire Hose/Hydrant Adapter with Pin Lug
$ 32.99
2 Roll Pack of 3 Inch AquaCast cast Liner and Saw Stop
$ 27.99
Handheld Digital Gauss/Tesla Meter WT10A - 2000mT Magnetic Field Tester with Data Hold, Peak Value, Auto Zero, mT/Gs Switch for Permanent Magnets, Motors, Speakers (Portable & Lightweight)
$ 54.99
DB Electrical Hydraulic Motor LMN0007 Compatible with/Replacement for KW 1.6, Letrika 11.212.721, 11.214.013, 11.216.200, 11.216.687, 11.216.871, 11.216.874, Western Motors W-8235, W-8735
$ 69.99
Large Lingerie Garment Rack Metal Clothing Stand for Bras, Panties, Beachwear Retail Store Storage Organizer Lingerie & Apparel Display Rack(Black,47X16X71IN)
$ 99.00
Shark VC205 VACMOP Pro Max Cordless Hard Floor Vacuum Mop with Disposable Pad Cleaning Solution, Shark Vc205 -Green / Gray (Renewed)
$ 33.99
1
...
79
80
81
82
83
84
85
86
...
2070
BACK
Shopping Cart