{{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
Timken Tapered Roller Bearing Cone - 28678
$ 13.99
6ED1055-1FB00-0BA2 Logo DM8 230R Expansion Module (New Original OEM) - I/O Interface Module
$ 40.99
3 Tier Foldable Service Cart with Wheels, Rolling Collapsible Folding Utility Cart for Home, Office, Garage, and Warehouse (Red)
$ 35.99
2243343 Water Temperature Indicator fits Caterpillar 571G 572G D7F D7G - Replaces 4N6943 - 4S8409 - 1 Pack
$ 15.99
Norton 31691 Psa Sheet Rolls, 2.7 5 X 25 Yds, P80B
$ 23.99
Lovejoy Size D6 Universal Joint, Steel, Solid Bore, 1.00' Outer Diameter, 3.38' Overall Length
$ 44.99
1/8 in .125 Aluminum Sheet Plate 36 in x 48 in 5052 H32
$ 99.00
0.625' x 0.750' x 72', 6AL-4V ELI Grade 23 Titanium Plate, Annealed
$ 14.99
VULCAN-HART Electric Thermostat KX-Type 111506-3
$ 45.99
Pinion Hardware for Mechanical Rotation 2.5Mod 10T-25T 45# Steel Spur Gear Metal Module 2.5 Moter Gear Wheel 10 Tooth-25 Tooth(22 Teeth)
$ 19.99
3M UHMW Film Tape 5423, Transparent, 1 1/2 in x 18 yd, 12 mil
$ 52.99
Duravent SIMDUR 6BVL90 6IN BVENT 90DEG ADJ Elbow 810018017
$ 22.99
Anytime Tools Tube Micrometer Dual Ball Anvil Round Carbide Tip Pipe Cylinder (Ball on Both anvils)
$ 16.99
Turbo Air M602300100, Gasket
$ 25.99
SKF 99366 Speedi Sleeve, SSLEEVE Style, Inch, 3.73in Shaft Diameter, 0.469in Width
$ 19.99
(2 Pack) 12' Mechanical Shock Absorber 3/8' 10mm ID - Minibike Mini Bike Go Kart Cart
$ 19.99
Tissue-Tek 24 Slide Holder w/Handles [ 1 Ea.]
$ 23.99
49-100T-1 1inch TACO AIR SEPARATOR 4900 SERIES
$ 58.99
Zhehao 100 Packs Chinese Takeout Box with Handle Takeout Food Containers Disposable White Chinese Food Containers Party Containers Paper Containers for Wedding Restaurants Buffet Favor(16 oz)
$ 17.99
Labs Evaporating Basin - Porcelain - Flat Form with Spout - 200ml
$ 12.99
Electrochemical Proton Exchange Membrane Pretreatment PEM CEM Laboratory and Scientific Research Supplies N115/N117/NR211/NR212 (N117 Square 50x50mm)
$ 21.99
Electric Glass Suction Cup Lifter 8'-400lbs Max Load-Digital Display Suction Cups-Monitor-Auto Start Pump-Detachable Battery. Glass, Granite, Tile, Metal, Windshield Suction Cup Handles Tool.
$ 29.99
HHIP 3900-5935 BXA-2S Turning, Facing & Boring Holder 1/4-3/4' (250-202XL)
$ 18.99
Star 2J-6402 Infinite Control, 120V
$ 22.99
E3-151-15, Southco, Vise Action® Compression Latches
$ 15.99
Lisle 66130 Threaded Insert, (Pack of 10)
$ 15.99
Yescom 1000L Adjustable Solder Smoke Absorber Remover Fume Extractor Carbon Filter Quiet Fan for ESD Soldering Station
$ 16.99
Globe Scientific 135038 LDPE Graduated Transfer Pipet, Large Bulb, Sterile, Individually Wrapped, Cellophane Wrap, 155mm Length, 7.0mL Capacity (Case of 400)
$ 24.99
50 PCS Baling Wire 14 Gauge 14 Feet,Baler Wire Ties Galvanized Steel Wire Bulk,Bailing Wire Roll,Bale Wire 50 Count Bundle Single Loop,for Bailing Cardboard Paper Fence
$ 30.99
04200019 Electronic Relay, 25 Amp
$ 25.99
Sealing Film, AxySeal (PCR-SP-S)
$ 30.99
YIHUA 928D-III Soldering Iron,110W High Power, Fully Digital Display °F /°C- Temperature Control Soldering Tool, Accurate 194~896°F, with ON/OFF Switch, Iron Tip, Brass Wool, Automatic Sleep Mode
$ 17.99
Kester Solder24-6040-0061 Solder Wire, 60/40 Sn/Pb, 190°C, 453.592G, Diameter: 0.062'Inch (1.50mm), Kester 'Yellow' Label (Rosin)
$ 16.99
Heritage Low-Density Can Liners, 33 Gal, 1.1 Mil, 33 X 39, Gray, 250/carton
$ 39.99
2 Pack Premium .062 5052 Aluminum Sheet Metal: .062 x 12' x 24' Flat Stock. Thickness 1/16. Versatile Grade for DIY, Home Repairs & More - Corrosion-Resistant & Easy to Work with!
$ 24.99
Ethylene Refractometer and Propylene Glycol Refractometer: 32 F to -60 F
$ 23.99
1
...
2016
2017
2018
2019
2020
2021
2022
2023
...
2070
BACK
Shopping Cart