{{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
Custom Printed Crowd Barrier Cover with Logo Text, Personalized Crowd Control Barricade Jacket Cover for Event Setups Trade Shows Concerts Festivals Sporting Events
$ 39.99
LEWMAR SWIVEL500F: Swivel Fixed 3/8'; 1/2; 7/16' Chain
$ 53.99
EZbrnd Premium Ultra Deluxe 2ply+ MULTIFOLD Paper Towels, 120 sheets x 15 pk, P2F5-UD (Large Sheet)
$ 18.99
3/16' Black Powder Coated Safety Chain | Grade 30 Proof Coil | UV Protection | Working Load 720 LBS (20 FT)
$ 17.99
Cast Iron 6 Roller Pump, 3/4' Ports FPT, 5/8' Shaft - RP-600C-R (15051)
$ 87.99
OTDR SCAPC-SCAPC 1KM Fiber Optic Transmission Launch Cable Box Fiber Optic Testing Extension line Transmission Cable Ring Test Tools OTDR Dead Zone Eliminator Test Tool
$ 28.99
CM 659728 Clevlok Cradle Grab Dual Rated Hook for Use with HA800 or HA1000, 15,000 lb Work Load Limit, 1/2' Size
$ 25.99
SENCO 06C125WK 6-Gauge 1-1/4 in. Collated Drywall to Heavy Steel Screws (1,000-Pack)
$ 17.99
Short Stem Funnel with 19/22 Standard Inner Joint and 75mm Top OD,Glass Triangle Funnel
$ 16.99
Isopropyl Alcohol 70% - 16 x 1000 ml (More Than 4 Gallons) USP Grade IPA 70 Percent - Made in The USA
$ 32.99
GOYOJO Ultrasound Probe Cover - Latex-Free Sterile Disposable Clear, 6 X 12' Protects and Extends Equipment and Instrument Life by Brand Bilot (20 Pcs)
$ 17.99
Mitutoyo 2416S-10 Dial Indicator, #4-48 UNF Thread, 3/8' Stem Dia., Lug Back, White Dial, 0-100 Reading, 57mm Dial Dia., 0-1' Range, 0.001' Graduations, +/-0.002' Accuracy
$ 42.99
Carbide Burr Set 10pcs Die Grinder Bits 1/4'(6.35MM) Shank Double Cut Tungsten Carbide Rotary Burr Compatiable with Most Rotary Tools for Die Grinder Steel Welds Wood Carving Cutting Polishing
$ 19.99
Lathe Handwheel 160MM Cast Iron Chrome Plated Hand Wheel with Removable Handle Milling Grinding Machine
$ 21.99
Yellow Jacket 69705 Injector Hose with SealRight
$ 30.99
4D Dog Anatomy Model,Cat/Horse/Cow/Pig/AnimalCanine Skeleton, Animal Skeleton Specimen, Detachable Biology, Pet Clinic Veterinary TrainingSchool Teaching Tool,J
$ 23.99
NNU-0056 Shock Springs - 5.6 kg/mm
$ 58.99
WizKid Products Splash Hog Vertical Urinal Screen, Clean
$ 24.99
50 Pack - 1.5 Inch Iron Clavos - Decorative Nails - Black - Upholstery Tacks - Clavos - Antique Decorative Rustic Nails for Wood, Decorative Door Studs, Farm Barn Door, Furniture Nails
$ 22.99
Flexible Vinyl Roll of Magnet Sheets - Super Strong & Ideal for Crafts - Commercial Inkjet Printable (2 ft x 25 ft x 30 mil)
$ 37.99
E21079, Mounting Set for ifm O1D sensors
$ 70.99
Dust Mop Dust cloth Treatment RTU Handi Spray 1 Case/12 QUARTS
$ 32.99
Urban Upmarket Crest Entryway Table with Chrome Frame and 3 Glass Shelves, 31' L x 11.75' W x 30' H, Sturdy Design, Perfect for Living Room Decor
$ 63.99
Eisco Volumetric Flask, 2000mL - Class A - Borosilicate Glass, Polyethylene Stopper, 29/32 Socket - QR Code Marking for Calibration Certificate
$ 31.99
Research Products International 5-Fluorouracil, 5 Grams - RPI
$ 41.99
Mechanical Meter, 4 Digital Fuel Meter 1 Inch High Accuracy Gas Oil Flowmeter Counter Gauge with LCD Digital Display for Measuring, Kerosene, Gasoline
$ 22.99
Pinion Gear 1 Set Metal Spiral Bevel Gear 18 Teeth 36 Teeth Milling Machine Accessories Lifting Gear C77 C96 Helical Mill Gear Part bore Shaft
$ 24.99
HSS 1 1/2'-12 UNF Ti-Coated Machine Tap, 1-1/2 x 12 UNF Titanium Coated Thread Tap Right Hand
$ 44.99
4 and Pro Model Label Supply 3' x 150' Orange
$ 99.00
BURNAWAY Investment Casting Resin - 1Lt
$ 74.99
Continuous Monitor for Hydroponic and pH Calibration Solution pH7.00/4.00/10.01
$ 30.99
MW-100-12-BX-10-pack 100-12-BX Balston Pneumatic Compressed Air Filter Element, Direct Interchange, White (Pack of 10)
$ 82.99
Panduit LCA1/0-12-X Copper Compression Lug, One-Hole, Standard Barrel with Window, 1/0 AWG Wire, 1/2' Stud Hole (Pack of 10)
$ 30.99
RADWELL Verified Substitute PMPU-SUB Reversal - Fixed, 3-Phase
$ 56.99
ENPAC 55-Gallon Spill Kit Refill, Absorbent for Spills, Drum NOT Included, Refill Kit Only (Universal)
$ 99.00
Ralston QTHA-CCBU Female QuickTest x Female QuickTest Hose Brass Union
$ 22.99
1
2
3
4
5
6
7
8
...
2070
BACK
Shopping Cart