{{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
Hammond Manufacturing 1640SEA Audio TX 1.25K OHM 30 WATT
$ 87.99
Nasco Whirl-Pak B01364WA Stand-Up Bag, 18.5 cm Length x 7.5 cm Width, 118 mL Capacity (Pack of 500)
$ 40.99
5 Pack 6061 T6 Aluminium Metal Sheet 12 x 12 x 1/16 Inch Thickness Flat Plain Plate Panel Aluminium Metal Sheets Plate with Protective Film, Aluminum Metal Plate for Crafting, Industry
$ 17.99
Kolpak 235721075 Hinge Spring Kit 12 for K-1253
$ 30.99
Arduino Arduino Uno Surface Mount (Revision 3)
$ 20.99
Hospital Grade Disinfecting and Sanitizing Rinse SR-22 CONCENTRATE- Makes 160 Gallons of Cleaner!
$ 31.99
96 Eggs Fully Automatic Egg Incubator Universal Poultry Incubator with Egg Turning and Humidity Control 110V
$ 83.99
PAN;STEAM Table; Third; 6'D
$ 19.99
Restaurantware Kitchen Tek 1/2 Size Steam Table Pan, 24 Gauge Stainless Steel, Silver, Half Size, No Lid, 8' Deep, 10.4' Wide, 8' High, Freezable, Oven-Safe Up to 1600F, Includes 1 Chafing Dish Pan
$ 17.99
SMC PB1013A-F01 Process Pump
$ 62.99
FROON Scoliosis Portable Medical Evaluation,Back Spine Scoliosis Measuring Tool ,Testing Meter Scoliosis Test Gauge for Diagnosis of Back and Spine Scoliosis in Adults or Children (Blue)
$ 13.99
Duda Energy fs55:75u 55 gal EZ Strainer Insert, 75 Micron for Drum Barrel Filtering, Water Paint, Biodiesel, Wvo Wmo Vegetable Oil, 24' Length, HDPE
$ 22.99
Neuron Model, 2-Parts, 2500x, Medical Brain Nerves Anatomical Human Model
$ 94.99
U.S. Solid Smart Solenoid Valve - 3/4 Inch Wi-Fi APP-Controlled Brass Solenoid Valve, 110V AC
$ 28.99
502-24 500 Series PET/PE Flat Pouch with Tear Notches, 6.5' x 8' (Pack of 75)
$ 19.99
48 Pcs. BSPP Cap & Plug Assortment Hydraulic Adapter Fitting Kit Set, Galvanized Steel with Precision Threading
$ 27.99
TECHTONGDA 9 Rolls Conveyor Roller Stand Adjustable Height 440LBS 65 Inch Length 18.5 Inch Width with 2.3 Inch Rollers Diameter Stainless Steel Silver
$ 76.99
GBJ 5/8' HSMT16-16K16 Right Hand Internal Threading Boring Bar with 10pcs 16IR AG60 Carbide Internal Threading Inserts with Good Seismic Performance for Threading of Steel and Stainless Steel
$ 18.99
Mannequin Dress Form Female Dress Model Torso Display Mannequin Body 60-67 Inch Height Adjustable Tripod Stand (White, 60-67 Inches)
$ 19.99
Southco E3-19-15 Series Vise Action Powder Coated Zinc Alloy Tool Operated Compression Latch, Non-Locking, 0.45'-1.07'/2.61'-3' Grip Range, Black (Pack of 4)
$ 31.99
Danfoss 068U2285 3/8'x1/2' TUA IntEq TXV R404A
$ 48.99
Silver King Guard Splash Valve Skmaj2 63551 - Genuine OEM Replacement Part
$ 93.99
Hydraulic Lift Table Cart, 330Lbs Capacity 50' Lifting Height, Manual Double Scissor Lift Table, Hydraulic Scissor Cart for Material Handling and Transportation with Locking Wheels and Non-Slip Pad
$ 99.00
Brazing Kit, 1225-1370 F, w/1.75 oz Flux
$ 25.99
Adhesive Backed Wood Stove Door Gasket, Fiberglass Rope Seal. Flat 1/8' x 2' Wide x 25 ft. roll
$ 25.99
Electronics-Salon DIN Rail Mount 4 DPDT Signal Relay Interface Module, DC 5V Version.
$ 15.99
ZMF-500N Force Gauge + Manual Test Stand
$ 97.99
X Axis Manual Precision Linear Stage Dovetail Groove Guide Fine Tuning
$ 15.99
Oslimea Forklift Cover Waterproof All Weather Protection Fits All Forklifts Up to 8000Lb, Sun Rain Snow UV Wind Resistant Forklift Cover with Zipper and Buckle, 100' L x 45' W x 80' H
$ 20.99
Multi-Purpose Cleaner & Degreaser (2 Gallon Pack)
$ 14.99
FESTO Proximity Sensor Reed Switch SME-8-K-LED-24 150855 150857 (Color : SME-8-K-LED-24)
$ 26.99
Valve Company C4313STHH Catch All 48 CI 1 5/8 ODS
$ 32.99
Hydraulic Seal Kit Swing Cylinder 3-1/2' Compatible with Case 580K 580 Super K Super K 580SK
$ 14.99
Starrett Improved Firm-Joint Outside Divider with Round Legs - Hardened Points for Precision Layout, Made from High-Grade Steel - 9' Length, Black Oxide Finish - 85B
$ 99.00
Baso K16Wt-72H Thermocouple 72' Husky Coaxial Johnson Control Blodgett Oven 1048 511427
$ 36.99
T12 Lead Screw Set 400mm / 15.75 inch + Brass Nut + Coupler + Pillow Bearing Block (Vertical), 12mm Diameter T12 x 8 Tr12 x 8 Thread Screw Pitch 2mm Lead 8mm 4 Starts, 1 Pcs
$ 35.99
1
...
48
49
50
51
52
53
54
55
...
2070
BACK
Shopping Cart