{{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
Metabo HPT Framing Nails, 2' x .113, Stainless Steel, RS, Ss, Rh, Full Round Head, Plastic Strip, 1000 Count (10148SHPT)
$ 35.99
Star 2T-Y1668 Thermostat
$ 65.99
75 Pack Menu Covers 8.5 x 11 Inch Double Sided 2 View Restaurant Menu Holder All Clear Vinyl Menu Sleeves A4 Sheet Protectors for Restaurant Bar Cafe
$ 20.99
Medline Sterile Large Surgical Drape Sheet, SMS Fabric, 70 Inches x 85 Inches, Case of 20 Each
$ 30.99
Mark4 FPV Frame 295mm FPV Racing Drone Frame 7inch 3K Carbon Fiber Frame Quadcopter FPV Freestyle Frame with 5mm Arms
$ 16.99
Fiberglass Cloth 4oz - 50' Wide (20 Yards Rolled) 250 Sq. Ft. for Surfboard and Boat Repair
$ 53.99
Replacement for fits ELEMENT GASKET (INCLUDED IN OVEN ELEMENT M236264
$ 18.99
2Pcs P2.5 Indoor Full Color LED LED Display Unit Board HUB75 320x160mm 128x64 Pixels SMD RGB P2.5 LED Screen Panel
$ 24.99
4246275 Oil Seal FITS HITACHI EX200-2 EX200-3 EX200-5 EX210-5 EX225USR Swing Reduction,Swing Device,Gear Box
$ 57.99
Browning B 1 1/2 Split Taper Bushing, 1-1/2' Bore
$ 24.99
Apera Instruments Value Series EC20 Conductivity (EC) Pocket Tester Kit, ±1% F.S Accuracy in 0 to 20 mS/cm, BPB Sensor
$ 23.99
McKesson Microscope Slides - Charged, White Frosted, Ground Edged with 90° Corners, Pre-Cleaned Glass Slides, 1440 Count
$ 97.99
Southco 93-10-101-10 - Keylocking Flush/Knob Latches (Pack of 2)
$ 25.99
PFERD 41837 Tapered Cartridge Roll, Aluminum Oxide A, 1/2' Diameter x 2' Length, 1/8' Arbor Hole, 60 Grit, 18000 Max RPM (Pack of 50)
$ 29.99
Heavy Duty Metal Table Base, Foldable Table Legs, Furniture Legs Stable, Table Legs for Dining Table & Desk, Square Table Round Table Bracket, Table Legs(100cm/39.5in)
$ 91.99
Titanium Straight Sinskey Lens Manipulating Hook Ophthalmic Eye Instrument
$ 18.99
XS7C40DP210 inductive Switch Sensor
$ 32.99
Brady 20411 Economy Pipe Markers-to-Go, B-736, 1' Height X 8' Width, Black On Yellow Self-Sticking - Plastic Film, Legend 'City Water'
$ 15.99
19L 20QT Commercial Rice Warmer, 110V 100W Non-stick Inner Pot Electric Rice Warmer with Warm Function only, Restaurant Stainless Steel Rice Warmer with Dual Temperature Control
$ 51.99
Linear Rail Guide SBR12-47.24 inch / 1200mm 1Pcs Linear Rail + 2Pcs 12mm SBR12UU Bearing Blocks, 12mm Linear Motion Slide Guide Rail with Ball Bearings Sliding Block as Heavy Duty CNC Kit
$ 15.99
Lift-Rite L-55 Load Wheel Assembly, Ultra-Poly/Steel
$ 14.99
SMC AL30-N03-3Z-A lubricator
$ 20.99
Winters 8537 Quick Change Gears
$ 55.99
Globe Scientific 8303 Polypropylene Disposable Funnel, 55mm Top ID (Case of 100)
$ 20.99
PJEZS0H100 Digital Temperature Controller Digital Thermostat with Temperature Sensor Probe 115V for Carel and All Refrigerator Types for Carel Temperature Controller
$ 17.99
Hach 2401612 Presence/Absence Test with Mug, (Pack of 12)
$ 42.99
5-Pcs 24x36 inch Plexiglass Sheets - PET Sheet Panels - Clear Acrylic Plexiglass Sheet 24x36 for Picture Frame,Glass Alternative,Signs,Door Scratch Protectors,Painting,Pet Barriers
$ 16.99
Ametric® 20S1013 Inch Steel Spur MPB Gear, 20 Deg 10DP, 13 Teeth, 5/8 Inch +/-1/16' Pilot Bore (B), 1-1/4' Face Width (F), 1 Inch Hub Dia (H), 0.625 Inch Hub Projection (P), 1-7/8 Inch total width, 1.5 Inch OD, (1-125)
$ 40.99
Taytools 101904 2 Piece Set Large and Small Carvers Screws 1/2” and 5/8” Diameter Tapered Threads 6-1/2” and 9-1/2” Overall Length
$ 17.99
M11x1.5x30mm Threaded Repair Insert Nut Sleeve Inserts Reducing Nut Adapter Reducer Screw Sleeves P/N 11155 (10pcs) Carbon Steel Material
$ 17.99
RAMPA® Made in DE Threaded Steel Insert (50 pcs.) with hex Drive and Sealing Collar 1/4-20' Internal Thread (d), 12mm Diameter (D) X 18mm Length (L) Works Best in All Wood Materials and substrates
$ 16.99
Met Tag Triage Tag, Standard Field 50/Pack
$ 41.99
2-Pack - 1-3/16' SB206-19 Insert Bearing, Set Screw Type (Spherical & Cylindrical)
$ 16.99
Weller WE1010NA Kit 2 - Includes Clipper, Desoldering Braid and One Pound Spool of 63/37 Tin Lead Solder
$ 87.99
980LB Rear Shock Absorber, 250mm/260mm/270mm/280mm/290mm Shock Absorber Suspension Sensa-Trac Load Adjusting for Dirt Pit Bike Motorcycle (250mm)
$ 16.99
DC 6-36V 3-Wire NPN NO 38mm Proximity Sensor Switch Detector GS38-N
$ 26.99
1
2
3
4
5
...
2070
BACK
Shopping Cart