{{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 %}
Home
Collections
Search
Product
USD
EUR
€
USD
$
HUF
Ft
CZK
Kč
PLN
zł
GBP
£
CHF
CHF
Home
Collections
Search
Product
Log in
Create Account
USD
EUR
:
€
USD
:
$
HUF
:
Ft
CZK
:
Kč
PLN
:
zł
GBP
:
£
CHF
:
CHF
Home
/
Desk
Desk
Clear all
filter
Collection_Brennan
color_burnished-oak
Collection_Hartshill
Collection_Lawtey
color_grey-driftwood-black
Collection_Analiese
Collection_Skylar
Collection_Tracy
Collection_Yvette
Millwood
Collection_BRONWEN
BRONWEN
Collection_FREIBURG
Collection_Tami
Collection_Bayflynn
desk
Type_Desk
Collection_Deznee
Omnus
Collection_Omnus
Frazier
Pine
Collection_Battelle
Cardano
Room_Home Office
VendorCollectionId_H664
Collection_Kanwyn
color_antique-nutmeg-black
Antique Black
Collection_Wildenauer
Collection_Korestone
color_whitewash
number-of-drawers_1
color_clear
color_cappuccino
color_cherry
Cherry
color_white-black
color_antique-black
Wood Veneer
color_dark-walnut
color_white-brown
number-of-shelves_2
color_warm-brown
Product Theme_Urban Foundry
material_wood-veneer
color_brown-black
material_solid-wood
Charcoal
style_classic
Brown
color_tan
color_brown
material_metal
color_black
seat-count_0
color_walnut
shade_dark
Production_Paused
Extreme Value Collection_False
over-2000
coaster-z2-premium
Brand_Coaster Z2 Premium
style_transitional
material_wood
Wood
homelegance-fremont-warehouse
Brand_Homelegance
Others
color_silver
White
Brand_FOA East
foa-west
Brand_FOA
Sub Brand_Signature Design by Ashley®
style_traditional
number-of-drawers_2
under-500
color_antique-white
Top Products_Consumer Choice
style_casual
shipping_express
shade_light
Product Theme_Pastoral Charm
number-of-drawers_3
material_wood-products-and-other
consumer-assembly_assembly-required
Collection_Realyn
ar-availability_available
1000-1500
Sub Brand_Signature Design by Ashley
style_contemporary
shipping_not-express
product-video_not-available
consumer-assembly_no-assembly-required
color_white
Brand_Ashley
ashley-furniture
ashley
500-1000
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
filter
Collection_Brennan
color_burnished-oak
Collection_Hartshill
Collection_Lawtey
color_grey-driftwood-black
Collection_Analiese
Collection_Skylar
Collection_Tracy
Collection_Yvette
Millwood
Collection_BRONWEN
BRONWEN
Collection_FREIBURG
Collection_Tami
Collection_Bayflynn
desk
Type_Desk
Collection_Deznee
Omnus
Collection_Omnus
Frazier
Pine
Collection_Battelle
Cardano
Room_Home Office
VendorCollectionId_H664
Collection_Kanwyn
color_antique-nutmeg-black
Antique Black
Collection_Wildenauer
Collection_Korestone
color_whitewash
number-of-drawers_1
color_clear
color_cappuccino
color_cherry
Cherry
color_white-black
color_antique-black
Wood Veneer
color_dark-walnut
color_white-brown
number-of-shelves_2
color_warm-brown
Product Theme_Urban Foundry
material_wood-veneer
color_brown-black
material_solid-wood
Charcoal
style_classic
Brown
color_tan
color_brown
material_metal
color_black
seat-count_0
color_walnut
shade_dark
Production_Paused
Extreme Value Collection_False
over-2000
coaster-z2-premium
Brand_Coaster Z2 Premium
style_transitional
material_wood
Wood
homelegance-fremont-warehouse
Brand_Homelegance
Others
color_silver
White
Brand_FOA East
foa-west
Brand_FOA
Sub Brand_Signature Design by Ashley®
style_traditional
number-of-drawers_2
under-500
color_antique-white
Top Products_Consumer Choice
style_casual
shipping_express
shade_light
Product Theme_Pastoral Charm
number-of-drawers_3
material_wood-products-and-other
consumer-assembly_assembly-required
Collection_Realyn
ar-availability_available
1000-1500
Sub Brand_Signature Design by Ashley
style_contemporary
shipping_not-express
product-video_not-available
consumer-assembly_no-assembly-required
color_white
Brand_Ashley
ashley-furniture
ashley
500-1000
127
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
QUICK VIEW
Lawtey Floating Top Office Desk White Gloss
$ 237.99
QUICK VIEW
Alice Writing Desk White with Open Shelves
$ 214.65
QUICK VIEW
Amaturo Writing Desk with Glass Top Clear
$ 289.32
QUICK VIEW
Analiese 4-drawer Writing Desk Antique Nutmeg
$ 235.65
QUICK VIEW
Analiese 3-drawer Writing Desk Antique Nutmeg and Black
$ 179.66
QUICK VIEW
Dylan 4-drawer Lift Top Office Desk
$ 422.31
QUICK VIEW
Estrella Writing Desk Antique Nutmeg and Gunmetal
$ 121.33
QUICK VIEW
Tracy 2-drawer Computer Desk White
$ 226.32
QUICK VIEW
Irving 2-drawer Office Desk with Cabinet Cappuccino
$ 146.99
QUICK VIEW
Irving 2-drawer Office Desk with Cabinet White
$ 146.99
QUICK VIEW
Brennan 3-drawer Office Desk White
$ 160.99
QUICK VIEW
Weaving 2-drawer Computer Desk Black
$ 130.66
QUICK VIEW
Monterey 3-piece L-shaped Computer Desk Set Cappuccino
$ 291.65
QUICK VIEW
Brennan 3-drawer Office Desk Cappuccino
$ 160.99
QUICK VIEW
Brennan 3-drawer Office Desk Weathered Grey
$ 160.99
QUICK VIEW
Halston Rectangular Connect-it Office Desk Cappuccino
$ 223.99
QUICK VIEW
Hartford Glass Top Writing Desk Chrome
$ 149.32
QUICK VIEW
Dobrev 2-drawer Writing Desk Glossy White and Clear
$ 170.32
QUICK VIEW
Halston 3-drawer Connect-it Office Desk Cappuccino
$ 284.65
QUICK VIEW
Melo 3-Drawer Drafting Desk Champagne
$ 137.66
QUICK VIEW
Kravitz Rectangular Writing Desk Weathered Grey and Chrome
$ 137.66
QUICK VIEW
Lawtey Floating Top Office Desk Weathered Grey
$ 212.32
QUICK VIEW
Ripley Glass Writing Desk Clear
$ 312.65
QUICK VIEW
Bradenton 1-drawer Writing Desk White and Walnut
$ 142.33
QUICK VIEW
Gemma 2-drawer Writing Desk Glossy White and Chrome
$ 319.65
QUICK VIEW
Grimma Writing Desk Rustic Grey Herringbone
$ 107.33
QUICK VIEW
Hertford L-shape Office Desk with Storage Grey Driftwood
$ 223.99
QUICK VIEW
Percy 4-compartment Writing Desk Grey
$ 137.66
QUICK VIEW
Delwin Lift Top Office Desk with File Cabinet Antique Nutmeg
$ 209.99
QUICK VIEW
Hartshill Credenza with Power Outlet Burnished Oak
$ 811.95
QUICK VIEW
Hartshill Credenza with Hutch Burnished Oak
$ 1,446.58
QUICK VIEW
Hartshill Executive Desk with File Cabinets Burnished Oak
$ 991.61
QUICK VIEW
Lawtey Rectangular Storage Office Desk Cappuccino
$ 212.32
QUICK VIEW
Analiese 4-drawer Writing Desk Grey Driftwood
$ 235.65
QUICK VIEW
Jessie Writing Desk with USB Ports Black and Gunmetal
$ 300.98
QUICK VIEW
Loomis 4-drawer Rectangular Office Desk Whitewashed Grey and Gunmetal
$ 263.65
QUICK VIEW
Maddox L-Shape Desk
$ 331.31
QUICK VIEW
Karri 2-piece Writing Desk Set Walnut
$ 184.32
QUICK VIEW
Raul Writing Desk Walnut and Black with USB ports
$ 118.99
QUICK VIEW
Samson 4-drawer Office Desk Weathered Oak
$ 249.65
QUICK VIEW
Sheeran Writing Desk with 4 Hidden Storages Rustic Amber
$ 146.99
QUICK VIEW
Kemper 4-shelf Writing Desk Salvaged Cabin
$ 170.32
QUICK VIEW
Skylar Computer Desk with Keyboard Drawer Cappuccino
$ 132.99
QUICK VIEW
Skylar Extension Desk Cappuccino
$ 116.66
QUICK VIEW
Tracy 2-drawer Computer Desk Cappuccino
$ 226.32
QUICK VIEW
Colella 2-shelf Writing Ladder Desk Cappuccino
$ 109.66
QUICK VIEW
Yvette L-shape Office Desk
$ 244.99
QUICK VIEW
Yvette L-shape Office Desk Grey Driftwood
$ 244.99
QUICK VIEW
1450WH-15-Office Writing Desk
$ 172.19
QUICK VIEW
3228-15 - Writing Desk
$ 400.84
QUICK VIEW
3533-15 - Writing Desk
$ 319.18
QUICK VIEW
3590-15 - Writing Desk
$ 368.18
1
2
3
BACK
Shopping Cart