{{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
LA01RA321 20 IN, 3 Blade, 28 Degree, 1/2 IN Bore, CW, Axial Fan | Exact Fit Replacement for Carrier LA01RA321 | Sharptek Supply OEM
$ 33.99
Temperature Indicating Crayon, 350⁰F; 5/Pk
$ 34.99
Temtop Advanced Air Quality Monitor for CO2, PM2.5, PM10, with Audio Alarm, Temp & Humidity Insights, Plus Data Export for in-depth Analysis, M2000C 2ND
$ 70.99
1-1/4' to 1-1/4' L099 Flexible 3-Piece L-Jaw Coupling Set & Buna-N, NBR Rubber Spider
$ 25.99
1/4 inch x 2-3/4 inch Tapcon,PF4-234 Flat Phillips Concrete Screw for Anchoring to Masonry,Block or Brick (500 per Case)
$ 84.99
Benchmark Scientific BSW13 Block, 20 x 12 mm or 13 mm Test Tubes
$ 73.99
T0990-ELL-S0180, 11' X 15' X 1-1/4'E Elliptical Manhole Gasket
$ 23.99
1 Set of 10A 250V Inlet Module Plug Rocker Switch Male Power Socket 3-pin IEC320 C14 Switch + Fuse (Color : Green)
$ 16.99
LVC Volume Control Attenuators - LVC Series - Standard 1-Piece Stainless Steel
$ 27.99
Kel'thuzad 1830017639 Air oil separator Compatible with Atlas Copco Compressor GE2 GE4 GE5FF,Replace 1837004357
$ 43.99
3 inch x 79 inch, 1200 Grit, 531JFF, Aluminum Oxide (Good), Polishing Sanding Belts, 20-Pack
$ 40.99
Muffler Part No: A-6C090-58400
$ 72.99
Herculean Premium Insulated Food Delivery Bag with YKK Zipper – Large Commercial Catering Bag for Food Transport – Hot and Cold Thermal Food Bag – Ultra Durable Hot Food Carriers for Takeaway Delivery
$ 28.99
MS Multiple Species Complete Plant Tissue Culture Medium with Organic Sucrose and Agar. Works with All PGRS Auxins and All Plant Species. Makes 6L of Solution!
$ 38.99
Hach 2722000 DR/800 Series Colorimeter Carrying Case, Soft-Sided
$ 99.00
AccuformNMC 250 Lockout Tags by-The-Roll, Danger Locked Out Do Not Operate, US Made OSHA Compliant Tags, Waterproof PF-Cardstock, Resists Tears, 6.25'x3', TAR416
$ 21.99
Hand Chain Hoist, 1.5 Ton Capacity 19.69ft Chain 2 Heavy Duty Hooks Manual Chain Hoist, Aluminum Alloy Chain Hoist for Construction, Factory, Garages and Warehouses (1.5Ton)
$ 99.00
Traceable Calibrated Digital Pocket Thermometer with 8' Long Stem, –58 to 302 Degrees Fahrenheit, 0.1 Resolution, Accuracy of 1.8 Degrees Celsius
$ 17.99
Lab Analytical Balance 120 x 0.0001g, Electronic Analytical Balance Lab Digital Precision Scale 0.001g Accuracy Precision Precision Balance Digital Scale Jewelry Scale
$ 88.99
Eastwood Motorized Bead Roller Stand Only 20662B Box 2
$ 52.99
JR Products GSNI-5150-40 Gas Spring (Quantity 2)
$ 17.99
Hydraulic Valve Hydraulic Directional Control Valve Double Acting Valve 2 Spool 11 GPM 3600 PSI SAE Ports for Small Tractors Tractors Loaders Log Splitters
$ 21.99
CPR Savers Prestan Professional Adult CPR Training Manikin with 2019 AHA Feedback Monitor, Medium Skin, PP-AM-100M-MS
$ 82.99
ABACO LIFTER RED CLIP & TORSION SPRING SET for ABACO GIANT LIFTE
$ 18.99
Spare Parts Holland Double Acting Hydraulic Cylinder - Hole Type Cylinder - Universal Hydraulic Cylinders (Bore Size : 1.5'', Stroke : 12'')
$ 76.99
8Pcs Sunglasses Display Shelves, 12 Pairs Aluminium Sunglass Eyeglass Holder Organizer with Lock, Glasses Hanger Storage Rack for Retail Commercial Display, L43.3in, Wall Mounted
$ 70.99
Kimble Chase 420163-0001 One-Way Stopcock Valve, Female Luer to Male Luer Lock (Pack of 10)
$ 47.99
29.5''x 23.6'' Butcher Block Countertop, Wood Countertop, Standard Butcher Block Table Top for Kitchen, Work, Coffee, Bar Table (29.5 x 23.6 x 1.4 Inches)
$ 28.99
42 Nut and Bolt Thread Checker Standard and Metric,Bolt Size and Thread Gauge with 19 Standard & 15 Metric Bolt & 8 Drill Bit Gauge,Bolt and Nut Identifier Gauge
$ 21.99
Industrial Filter Paper, Cutting Fluid Filter Paper, Laboratory Filter Bed Paper for Filtering Any Industrial Oil Such As Coolant Emulsion and Industrial Oil Residue(Size:70cm×100m(2.3×328 ft))
$ 32.99
Central Tools - Coolant/Battery/Def Refractometer (3R401)
$ 39.99
Cocamide Diethanolamine - Coca DEA - Cocamide DEA 85% - UniClean America - USA Made (Size: 1gln / 128 fl oz)
$ 37.99
Ridgid 63902 Gauge, Kj1350
$ 49.99
014973308926 Split Drive Anchors, 1/4 x 2-1/2, Piece-100
$ 15.99
83334-00000850-01 Pressure Sensor Industrial 83334-85 : RoHS
$ 22.99
Dwyer Series A6 Pressure Switch, Range 25-50 ±5 psi, 304 Stainless Steel Base
$ 25.99
1
...
45
46
47
48
49
50
51
52
...
2070
BACK
Shopping Cart