{{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
BELDEN 5504FE 008U500 SHLD MULTICOND CABLE, 6COND, 22AWG, 500FT, 300V
$ 99.00
Asymmetric Cycle Timer Relay 220v Electronic Double Adjustable Flasher Relay 12-240v AC/DC Repeat Cyclic Timer (Size : AC DC 12-240V)
$ 29.99
10 Pcs Amalgam Carrier 1034 Filling Syringe Gun Dental Restorative Instruments
$ 26.99
Winco Food Pan with Handle for C-2080B, Full
$ 18.99
Siemens GQD221.1U SR,20 LB-IN, 2PT, 120VAC
$ 74.99
DEKKOR 8-Pack 96 x 6 in. WPC Acoustic Slat Wall Panels, Decorative Modern Décor Slat Panels for TV Background, Study Room, Office Spaces (Matte Black)
$ 60.99
Express Water Whole House Water Filter Housing, Universal 20-inch Housing 4.5” x 20”, 1-inch NPT Inlet Outlet, Heavy Duty Standard Size Replacement Includes Bracket, Pressure Gauge, Wrench
$ 34.99
Precision Sound Level Meter, BTMETER Digital Decibel Tester for 30~130 dB Noise Volume Measurement with A/C Fast/Slow Weighting, Large Backlight Display BT-882A Decibel Reader
$ 17.99
7160-0497 - 6 Articulating Arm, 0-90 Clevis. 360 deg Rotation
$ 82.99
BLUEPOINT .27 Caliber Yellow Strip Powder Loads for Power Actuated Fastening System (1000 Count). Item# 27LS11L4. Ideal for Reliable Fastening Applications. 10-Pack Save $30
$ 57.99
Anysun Rechargeable Battery for 7D1 Sewer Camera Pipe Inspection Camera
$ 30.99
INSIZE 6891-1 Magnetic V-Block Set, 2.8' x 1.6' x 2.0', Pair
$ 96.99
Readsky 12 Packs 13 L Plastic Commercial Bus Tub, Plastic Restaurant Dish Washing Box, Gray
$ 24.99
Patriot Pails, 5 Gallon Buckets with Matching Gamma Seal Lids (3 Pack)
$ 35.99
Simpson Strong-Tie STB2-50100 Strong-Bolt® 2 — 1/2-in. x 10-in. Wedge Anchor (25-Qty)
$ 32.99
TENNANT 1059448 TIRE - 4.10/3.50-6 PNEUMATIC - NON MARKING
$ 49.99
5PCS/Lot 15W Wire Wound Resistance RX21 0.1R~47K 0.22R 1R 2R 4.7R 15R 20R 27R 33R 62R 100R 220R 1K 2K 3K 4.7K 10K 15K 18K 30K(15W 8.2K)
$ 19.99
McKinney QC-C206P 32' ElectroLynx Retrofit Cable 12 Conductor & Molex One End, Pinned One End
$ 45.99
Metabo HPT Framing Nails | 3 In. x .120 | Off Set Head | 30 Degree | Hot Dipped Galvanized | Ring Shank | Paper Tape | 2,500 Count | 15237HPT
$ 38.99
AMG-M-M-DP Carbide Micro Drill Mill, Metric, Uncoated (Bright) Finish, 30 Deg Point Angle, 2 Flutes, 38mm Overall Length, 0.5mm Cutting Diameter, 3mm Shank Diameter
$ 15.99
3/4HP Shallow/Deep Well Jet Pump with Ejector Kit, 115V/230V Durable Cast Iron Pump, Well Depth up to 50 ft, Automatic Pressure Switch, for Farm, Lawn, Garden
$ 30.99
4 Pieces 1' x 1-1/2' Aluminum 6061 Flat BAR 6' Long T6511 1.00' Solid Mill Stock
$ 15.99
Pacific Blue Select Door Tissue Dispenser Refill by GP PRO (Georgia-Pacific), 8,000 sheets per case, White, 40 Cartons
$ 28.99
Commscope HELIAX FiberFeed Hanger Kit
$ 46.99
Tailstock Metric die Holder for Threading Operation on Lathe Machine Tools (MT3)
$ 26.99
T&S Brass B-10K Parts Kit for B-0107 Spray Valve
$ 15.99
BES516-356-S4-C Inductive Proximity Sensor 4mm 10-30 VDC
$ 17.99
3-Digit Take A Number Display
$ 99.00
Saini_MEDICOS Variable Sliding rehostat Rheostat 6 inches 100 ohms 1 Ampere for Resistance Variance in Physics lab Instruments and equipments kit
$ 22.99
Borosil® Funnels with 60° Angle Bowls and 25mm Stems, Extra Small(ES), 30/CS
$ 35.99
VEVOR Food Heat Lamp, 750W Hanging Commercial Food Heating Warmer, Stainless Steel Electric Strip Heater Light with Cord, Heatlamp Warming Equipment for Food Restaurant, Buffet, and Catering Kitchen
$ 29.99
U.S. Solid Motorized Ball Valve- 1/2' Brass Ball Valve with Full Port, 9-24V AC/DC and 2 Wire Auto Return Setup
$ 14.99
Replacement part for 104000208-K For Rinnai Kit,(Outlet) Thermistor, R75/R94/V Rin104000208-K T3GO0T24572
$ 57.99
TURCK NI50U-CK40-AP6X2-H1141 W/BS4 10-30 VDC, 1625868, 2 LEDs, 4 PIN, 40MM Size, 50MM Range, BS4 Bracket, EUROFAST M12 Male, INDUCTIVE, NONEMBEDDABLE, Normally Open, PNP, Sensor, Standard, Straight
$ 99.00
BHTOP 2 Inch Flooring Nails 16 Gauge L-cleat Nails 2000 pack
$ 21.99
Ultrawall Peg Board Wall Organizer 4 ft. Metal Pegboard Garage Wall Pegboard Tool Storage Kit with Accessories for Garage, 45pcs
$ 33.99
1
...
47
48
49
50
51
52
53
54
...
2070
BACK
Shopping Cart