{{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
LA-150-50 Base-Mounted DC SHUNT, 50mV, 150A
$ 21.99
Goodyear 425-5M-15 HTD Timing Belt: 5M Profile, 425 mm Pitch Length, 15 mm Width, 85 Teeth, 5 mm Pitch
$ 14.99
Giantex 36 x 24 Inches Stainless Steel Work Table, Heavy Duty Commercial Kitchen Food Prep Table with Adjustable Under Shelf for Restaurant Garage Home Workstation
$ 61.99
US Cargo Control Wire Rope Thimbles - Heavy Duty Galvanized - 1/2' (10 Pack)
$ 18.99
SUS301 Constant Force Spring,Load 1.48 lbs,ID 0.44',OD 0.52',Total Length 20.98',EXTANDED Length 17.99',Material Wideness 0.38',Material Thickness 0.0059',Pack of 5
$ 17.99
Spectra Por F235049 Micro Float-A-Lyzer 0.1-0.5 kDalton, 100-200µL
$ 73.99
Air Cylinder Pneumatic Double Acting Aluminum Alloy AntiRust TN16 0.10.9MPa 10200mm (TN16X125-S)
$ 16.99
Schneider Electric TeSys LRD Thermal Overload Relays LR-D08, 2.5-4A, Class 10A, Automatic, DIN Rail Mount, Relay
$ 17.99
Allstar PerformanceAllstar Sheet Aluminum, 2 x 4 ft, 0.063 in Thick, Aluminum, Natural, Each
$ 30.99
EVOLV Premium Nylon Tea Filter Extraction Press Bags | 2' x 4.5' | 15u | 100 Pack
$ 20.99
106515 HDPE Sampler/Dipper with 6' Long Handle, 1000mL Capacity
$ 36.99
Accusize Industrial Tools 8-32NC H.S.S. Combined Tap and Drill, 2-1/8'' Oal, 3/4'' Thread Length, 3/8'' Drill Length, TD-8-32x5
$ 17.99
Acro BAR-11 11 Pc 3/16' - 1/2' Brass Barrel Lap Set
$ 74.99
Dixon Valve DMH2525F Equiv. Adapter, Brass, 2.5' Male NH/NST, 2.5' Male NPT, Hex
$ 16.99
Thyroid Shield/Collar with PVC Easy Clean Color Pink .50mm PB Light Weight Radiation Protection
$ 16.99
Commercial Grade Gridwall Panels – Heavy Duty Grid Panel for Any Retail Display, 2’ Width x 6’ Height, 3 Gridwall Panels Per Carton (White Finish)
$ 40.99
Shars 3/8' Internal Miniature Indexable Threading Boring Bar 404-6477 !]
$ 28.99
Hanna 706-00047-037H
$ 36.99
Killer Filter Replacement for Komatsu 3125199R2 (Pack of 2)
$ 22.99
Square Washers Hot Dipped Galvanized - 5/8' (ID 11/16', OD 2', THK 0.187') - Qty-25
$ 19.99
(1000 pcs) #8-32 X 2, Self-Clinching Studs, Flush Head Self-Clinching Studs, Full Thread, Steel, Zinc Plated and Baked
$ 62.99
for Induction Sealing 24mm HDPE Seal Foil Liners 1000PCS Quantity
$ 20.99
Dual Crossover Hydraulic Relief Cushion Valve, 1/2” NPT Ports, 19 GPM
$ 34.99
Omron M2BJ-B24 Panel Mounted Buzzer, Standard Sound, Intermittent Sound With Jumper, Continuous Sound Without Jumper, 12 to 24 VAC/VDC Rated Voltage
$ 20.99
BOX USA Shipping Boxes Double Wall 12'L x 12'W x 12'H, 15-Pack | Corrugated Cardboard Box for Packing, Moving and Storage
$ 22.99
Phase Sequence Detector, Non-Contact ETCR1000D 70-1000V Digital Non-Contact 3 Phase Sequence Tester, AC Phase Sequence and Motor Rotation Tester, Magnetic Base Phase Detector Meter
$ 23.99
Flange Bearing, 4-Bolt, Ball, 1-1/2' Bore
$ 36.99
FNIRSI HS-02B 100W Portable Corded Soldering Iron Kit, 2S Fast Heating, 212-842℉, Pre-set 3 Groups Temperature, 3 210 Soldering Tips, Smart Digital Soldering Iron Pen for Electronics Precision Repair
$ 41.99
Split Core Current Transformer, Clamp Transformador Sensor 1000A KCT50 AC Current Sensor 300A 800A 1500A 2000A Large Current CT(1200(5a))
$ 17.99
Intraoral Camera Protective Sleeves Protective Sheaths (Model:PDC-A01) 300 pcs
$ 23.99
Spee-D-Ring SDG-RSS612 Repositionable Mammography Skin Marker Mole Radiolucent, No Burnout, 1/2' Inner Diameter (Box of 100)
$ 17.99
KZYEE Current Probe Kit, Automotive ProbeTester Short Finder for Fuel Inject, Duty Cycle, Frequency, Trailer Light, Activating Component, Electrical System Diagnostic Tool for 12-24V Vehicle
$ 66.99
63CC 2-Stroke Gas Powered Earth Auger Post Hole Digger, 3HP Auger Post Hole Digger with 11.81' Drill, Earth Auger Gas Auger Fence Post Auger for Garden & Lawn Digging Planting Drilling (Blue)
$ 56.99
Bearing Steel Ball, Large Steel Ball, 40 41 41.275 42 42.86 44.45 45 46 47 47.625 48mm Steel ball-42mm Single Grain Weighs 300 Grams
$ 16.99
Field Tuff 10 Gallon 14 Gauge Welded Steel Hydraulic Fluid Reservoir Tank with 2 Inch Suction Port and 0.75 Inch Return Port, Black
$ 81.99
Mean Well DRC-60A 59.34W Single Output with Battery Charger (UPS Function) DRC-60 13.8V/2.8A 13.8V/1.5A
$ 28.99
1
...
93
94
95
96
97
98
99
100
...
2070
BACK
Shopping Cart