{{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
OA125AP-11-1TB OA125 Series 2900 RPM 120 x 120 x 25 mm 81 CFM 115 V Dual Ball Bearing AC Fan - 1 Item(s)
$ 16.99
Set of 4 - Dental Anesthetic Syringe 1.8mL Self-Aspirating with Arrow Rod Plunger and Plastic Handle Ring | Premium Lightweight German Stainless Steel Dental Instruments
$ 17.99
Condensate Pump - 24LPH Automatic AC Condensation Pump with Hose, Removal Drain Pump for 1 ‑ 3P Air Conditioner, Dehumidifier, Ice Maker, Furnace, AC unit
$ 23.99
4-Pack Falcon Cargo 1/4' X 20' Grade 80 Transport Binder Chain - 3,500 LBS WLL - Clevis Grab Hook, Tie-Down, Towing
$ 54.99
Linear Low Isolation Liners, 1.2-mil, 24' x 24', Red, Box Of 250
$ 19.99
Brock 1700 Piece Caplug Assortment Pack
$ 36.99
Self-Adjusting Tensioner, V-Belt 2-B, 4 In
$ 99.00
Air Compressor Precision Filter Element 24242166 Filter Kit Compatible for FA230IG FA230IH FA230ID FA230IA Filter
$ 56.99
262185, 5.0 mL Kartell Disposable Dropping Pipette (7 Packs of 100 pcs)
$ 99.00
Campbell Tool Chain Single Jack Link #14 Black 190' Per Roll
$ 32.99
Deutsch 12-pin 14-16AWG Flange Connector Kit Crimp Style Contacts
$ 14.99
Master Lock 485 Lockout Tagout Rotating Gate Valve Lockouts, Pack of 5, Assorted Sizes
$ 79.99
Klex Nitrile Exam Gloves - Medical Exam Grade, Powder Free, Rubber Latex Free, Strong 3.5mil, Food Safe, Lavender
$ 22.99
Clothes Rack - Clothing Rack with Storage Mesh Shelf & Casters, Heavy-Duty Metal Clothing Rack for Hanging Clothes, Dresses, Coats, Large Load Capacity, Easy Assembly, White, 28.0'x14.0'x59.0'
$ 16.99
Ace Flow Limiter Valve for 206N HYD Motor Fits Load Sensing Closed HYD Systems Farmer Bob's Parts LS-206N
$ 36.99
Justrite 08217 Flame Arrestor, for Large Steel Safety Drum Funnel
$ 54.99
1-1/4 Inch NPT Pipe Tap, High Speed Steel Plumbing Thread Maintenance Tap, for Plumbers Mechanics Plastic Storage Box
$ 15.99
URM08 - Waterproof Industrial Ultrasonic Distance Sensor (35~550cm, ModBus-RTU)
$ 58.99
Vermont Gage Steel No-Go Pin Gage Set, Tolerance Class ZZ, 0.0610 - 0.2500' Gage Diameter (Set of 190)
$ 99.00
SMD SunFlash UV Activated Polyester Resin (1 Us Qt. 32oz)
$ 16.99
WH12X27299 Washer Combo Capacitance Fits GE
$ 37.99
HHIP 1031-0312 S05 SCLCR06 Mini Indexable Boring Bar
$ 18.99
CUTLER HAMMER H2019-3 Freedom Series, 3/Pack, Class 20, 24.6-33.4 AMP, Heater Coil
$ 26.99
1PCS NEW FOR Fiber QBH Connector Short Flange A64
$ 98.99
Adhesive Lube
$ 13.99
Caplugs CPT-15 CPT Series, Plastic Center Pull Tab Tapered Plug, LD-PE, Flange OD 1.50' Plug ID 1.355', Red, Pack of 20 (ZCPT15Q1)
$ 14.99
3M Scotch-Brite 7446 Non-Woven Silicon Carbide Blending Hand Pad - Medium Grade - 6 in Width x 9 in Length - 65056 [PRICE is per BOX]
$ 27.99
6836, 15 Series, 3 Slot Mount Double Flange Long High Cycle Linear Bearing
$ 48.99
Precision 500mL 24/40 High Vacuum Valve Reaction Flask, Round Bottom, Schlenk Flask
$ 49.99
4Pcs Front Sway Bar End Link Outer Tie Rods Set Fit For Dodge Durango 2011-2015, For Jeep Grand Cherokee 2011 2012 2013 2014 2015 3.6L 5.7L 3.0L Replace# K750578 K750579 ES800973 ES800972
$ 20.99
C³ EQUALZ X TKC Tangerine 62 (Light Green) Linear Switches for Mechanical Keyboards (90)
$ 35.99
Slat Wall Paneling 4'x8' Bundle With 28 Slatwall Hooks, Garage Tool Organizer Wall Mount Black Slatwall with Accessories, Garage Slat Wall Storage System
$ 99.00
Killer Filter Replacement for WIX 42917
$ 22.99
Air Conditioner Soft Start Module, 230V 16A-32A, Easy DIY Install, Works on 4-7 Ton AC, Protection for Utility or Generator Power
$ 83.99
DPS-KS2A Water Level Sensor For Washing Machines
$ 15.99
honeywell 309292 Diaphragm, 5 in Neoprene mp516 Will
$ 21.99
1
...
63
64
65
66
67
68
69
70
...
2070
BACK
Shopping Cart