{{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
WHITE RODGERS 120-901 CONTACTOR, SPST-NO, 12VDC, 100A, BRACKET
$ 19.99
Moore & Wright MAW506R Spring Dividers
$ 29.99
SHAN Digital Micrometer,Professional Digital Ruler Outside Micrometer with Carbide Tip 0-1' (0-25mm) Range, 0.00005' /0.001mm Resolution,Digital Caliper is Ideal Inspection Tools
$ 27.99
Food Warming Mat, Electric Warming Tray for Buffets Party, 7 Temp Settings, 24 Hours Timer, Fast & Full Surface Heat Food Warmer, Auto Shut-Off, Easy to Clean with Nano Material, 24'x15'
$ 18.99
Ultrasound Probe Cover - Latex-Free Sterile Disposable Clear, 5 in x 48 in, Individual Packaging (50)
$ 78.99
PVC Donut Ring, 56mm, Heavy Weight for Lab Water Bath Flask Stabilization
$ 14.99
Hydraulic Lift Table 770lbs Capacity Double Scissor Lift Table with 4 Wheels Manual Hydraulic Table Cart Hydraulic Material Lift Pallet Truck for Factories, Warehouses Supermarkets
$ 99.00
92' Long - Anodized Aluminum U-Channel 6063 Alloy T-6 Temper (3/4' Channel)
$ 28.99
37103 Tap and Drill Set, NC Series, High Speed Steel, 103 Number
$ 82.99
Dwyer Vane Operated Air Flow Switch
$ 99.00
Hypro 0403-9100P Polypropylene Impeller - Counter Clockwise
$ 47.99
Killer Filter Replacement for MALLORY MARINE 9-37801 (Pack of 4)
$ 21.99
SMA-K,SMA-F connetor Network Meter Calibration Kit,SMA Calibration,DC to 6GHz
$ 14.99
5 Pcs SHJP-06V-S Connector Housing SHJP-06V-S
$ 13.99
Banjo 300FF Polypropylene Cam & Groove Fitting, 3 x 3' Male Adapter x Male Adapter
$ 21.99
Tool Holder OXA 250-001 Quick Change Turning and Face Lathe Tool Holder 5 Pcs
$ 19.99
Thread Plug Gauge High Accuracy Double End Through Stop Measurement Hand Tool for Hardware Tool Thread Diameter Measurement 10Pcs (Imperial Thread)
$ 54.99
SUCSFL 208-24 Stainless Steel 2-Flange Bearing Unit 1-1/2' Bore with Set Screw Suitable for Engines & Pump Paper Mill Off-Shore
$ 72.99
Aftermarket Bauer/Rotorcomp R-333 Spin-On Oil Filter | Replacement Part | Compressor Lube Filter | for Compressed Air Equipment & Systems
$ 29.99
Tilted and Magnetic Mount Pipette Rack - ABS 1 ea
$ 89.99
4' Diamond Cup Wheel Resin Diamond Grinding Cup Wheel Fine Grit with Thread 5/8“-11 for Grinding Stone Concrete and Tiles
$ 22.99
Wilton Light-Duty F-Clamp, 8' Opening, 4-3/4' Throat, 1200 Lbs. Clamping Force (Model 1200S-8) (Pack of 2)
$ 54.99
Heathrow Scientific HS20613 Red ABS Plastic Pipet Rack
$ 34.99
4-0633 Fan Evaporator Blade
$ 20.99
antimicrobial 4mm protective IV disc with CHG- Carton of 10 Discs
$ 24.99
File Belt 1/2'X18' R283P80 X
$ 21.99
Metal Slatwall Shelves, 4 Pack 17×8 Inch Slat Wall Hanging Shelf Accessories, Heavy Duty Slatwall Shelf for Garage, Retail, Home Storage
$ 25.99
233-2622 Cylinder Seal Kit Fits Caterpillar
$ 17.99
Extech Instruments RH350-CAL 33% and 75% RH Calibration Bottles for RH350 Superheat Psychrometer
$ 28.99
200 Pcs Paper Popcorn Boxes 1 oz Close Top Oil Proof Disposable Popcorn Container 6 x 4 x 2 Inch Red and White Stripes Leak Proof Popcorn Boxes for Party Movie Party Theater Night Carnival Birthday
$ 18.99
20 Pack Restaurant Menu Covers Clear Café Menu Holder Double-Stitched Edges 4 Page/8-Views Menu Book Reusable Menu Sleeves for Restaurant, Café, Bar, Easy-Insert Design
$ 28.99
CONFAST 1/4' x 2-1/2' Split Drive Round Zinc Plated (100 per Box)
$ 23.99
PLC DVP16ES200R DVP16ES200T DVP24ES200R DVP24ES200T DVP32ES200R DVP32ES200T DVP40ES200R DVP40ES200T(DVP32ES200R-16X16Y)
$ 74.99
DCA - Sodium Dichloroacetate 333mg - Purity 99.9%, Made in Europe, by DCA-LAB, Certificate of Analysis Included, Tested in a Certified Laboratory, 90 Capsules
$ 54.99
Indusco 47400827 Grade 80 Drop Forged Steel Swivel Self-Locking Hook, Painted Finish, 3/8' Trade, 7100 lbs Working Load Limit (2)
$ 40.99
Stevens Lake Parts 131693A1 Coupling - Coupler Pump Drive Fits Case-IH Skid Steer Loader Models: 1825, 1840, 1845C, 40XT, 60XT, 70XT, 75XT++
$ 23.99
1
...
7
8
9
10
11
12
13
14
...
2070
BACK
Shopping Cart