{{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
1/4''NPT Triple Stage Filter and Regulator with Pressure Gauge, for air Drying System with 5 and 0.5 and 0.01 Micron Brass Filter Cartridge air Compressor FRL Unit-Black
$ 27.99
152 Pairs Glasses Rack, 360° Rotating Sunglasses Display Stand, 4-Sided Floor-standing Eyeglass Storage Organizer, Eyewear Holder, Sunglasses Display Rack with Storage Cabinet & Wheels
$ 65.99
Drnval 3'N/O 120V50/60C W/Cove
$ 99.00
1174762 Knob, Griddle,T by Southbend Range
$ 24.99
Mini Conveyor Belt, Adjustable Production Line Conveyor with Photoelectric Counter Auto Frictional Force Experiment Device, 50/70cm(10 * 70)
$ 60.99
014973243142 Flat Sleeve Anchors, 1/4 x 2, Piece-100
$ 29.99
2pcs Suspension Absorber Strut Set Rear Left Driver and Right Passenger Side Black 344655 349244 346093
$ 30.99
Oil-Dri L90435 Compact Universal 5-Gallon Bucket Spill Kit, 5-Gallon Maximum Absorption Capacity
$ 23.99
CAT40-FMB27-60L Shell Face Mill Tool Holder CNC Center Tool Holder for Milling Cutter Fine Face Milling Shank Holder Extension Rod Face Mill Arbor (CAT40-FMB27)
$ 24.99
Flashlight Red Green Ophthalmic Portable Metal Worth 4 Dot Test Light with Red Green Glasses for Ophthalmologists, Glasses 4 Cushions Optometrists for Eye Examination Ophthalmic
$ 26.99
2 Pieces 1/2' X 3' Aluminum 6061 Flat BAR 12 inch Long +.07'/-0 T6511 Solid Extruded Mill Stock
$ 15.99
G.E.T. 4-81878 Onion Ring Tower with Two Condiment Cup Holders, Stainless Steel, 4' Diameter x 7'H, Case of 12
$ 99.00
3D Dental PG15 Panoramic Extra-Oral Film, 15 cm x 30 cm, 400 Speed, Green (Pack of 100)
$ 25.99
K-9820 Alkalinity (Total) Titrets Kit, 100-1.000 ppm
$ 15.99
Siemens SIMATIC S7-1200 PLC 6ES7222-1HH32-0XB0, New in Box, One Year Warranty!(Actual delivery is About 1-2 Weeks!)
$ 82.99
Miller 191941 Transducer, Current 200A Module Supply V +/- 15V
$ 64.99
(Qty.4) UCP207-20 Pillow Block Bearings | 1-1/4' Bore | Solid Base | Heavy-Duty Cast Iron Housing | Double Sealed & Pre-Lubricated
$ 22.99
Vanky Industry IFM IF0005 IFA2002-ABOW Proximity Switch New
$ 18.99
ACTOOL 2-1/16' Diameter × 2' Depth of Cut HSS ANNULAR Cutter with 3/4'' Weldon Shank
$ 33.99
Fluorescence Quartz Cuvette Cells, 10mm, Teflon Lid, for Fluorometer, with DHL Int'l Express
$ 24.99
CB5.10 | 1SBN010013R1010 | ABB Impulse Contact Block, 1NO, C/W 2 Connecting Leads 0.5 MM? with END, Approximately 18 CM Long
$ 23.99
Irwin Tools IRWIN Step Drill Bit Set, General Purpose, 4-Piece (10225)
$ 76.99
Masimo SET Adult Finger Clip Sensor T52018, Reusable, Clinical-Grade, Compatible with Patient Monitors, Gray
$ 44.99
OSCARBIDE Annular Cutter 1-11/16 inch Cutting Diameter,1 inch Depth of Cut,3/4 inch Weldon Shank 2 Flat Mag Drill Bit with Pilot Pin for Magnetic Drill Press,1 Piece
$ 15.99
600SUC Hose Handle, 6'-6.75' Hose Diameter
$ 99.00
Remington Industries 18UL1007STRORA1000 18 AWG Gauge Stranded Hook Up Wire, 1000 feet Length, Orange, 0.0403' Diameter, UL1007, 300 Volts
$ 44.99
Chart Recorder Pen,Red,Pk6
$ 17.99
Brady PermaSleeve Heat Shrink Wire and Cable Labels for M610, M611, M710, BMP61, and BMP71 Printers - 0.375' Dia x 1.75', White. M6-375-175-342-WT
$ 65.99
Toe Jack Lift Hydraulic Jack Machine for Car Floor Jack for Automatic Garage Vehicle Tire Repair 5-10T
$ 60.99
BLUESUNSOLAR Hydraulic Cylinder Seal Kit AH160845 Replacement for John Deere Loader 260 270 521 522 541 542 721
$ 27.99
Shars 8 PCS Precision R8 End Mill Tool Holder Set for Milling Machine 202-5310 R[
$ 68.99
Adjustable Micropipette, Universal Tip Cone ISO 8655 Calibrated Pipette, Pack of 4 Including 0.1-2.0 µL, 2-20 µL, 20 – 200 µL, 100 – 1000 µL
$ 95.99
BIGTREETECH CB1 V2.2 Core Control Board 100M 1GB DDR3 RAM Motherboard Support HDMI5 Klipper/Debian for Manta E3 EZ/Manta M4P/Manta M5P/Manta M8P, PI4B Adapter V1.0, Raspberry-pi 4 3D Printer Board
$ 16.99
8BitDo All-Button Arcade Controller for Xbox Series X|S, Xbox One & PC – 2.4G Wireless, Low-profile Mechanical Switches, Programmable Buttons, Hot-swappable PCB, RGB Lighting - Officially Licensed
$ 40.99
Square Hole Drill Bit Adapter with 4pcs Square Hole Drill Bit- Mortising Attachment for Drill Press, Mortise Machine, Power Tool Accessory for Drill Machines,Quickly Install or Disassemble
$ 15.99
Osram LEDinspect Rechargeable UNDERBONNET Light, 6500K, LED Inspection Lamp, Up to 360° Rotation, Rechargeable Lithium Battery
$ 94.99
1
...
1997
1998
1999
2000
2001
2002
2003
2004
...
2070
BACK
Shopping Cart