{{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
/
Bench
Bench
Clear all
filter
Benches & Shoe Storage
Collection_Bury
Bury
Collection_Hasselt
Type_Bedroom
Type_Bench
bench
Dining Chairs & Benches
color_beige-brown
VendorCollectionId_D647
color_antique-black-beige
material_fabric-solid-wood-wood-veneer-others
Room_Accessories
Collection_Bolanburg
Walnut
Cherry
Wood Veneer
Collection_Tyler Creek
shape_rectangle
flexsteel
Brand_Flexsteel
seat-count_1
Beige
material_fabric-foam-metal
Brand_Coaster
material_linen-like-solid-wood-others
color_vanilla
style_rustic
material_wood-veneer
color_gray-brown
material_flannelette
material_solid-wood
material_leatherette
Solid Wood
material_linen-like
Dark Brown
color_dark-blue
color_khaki
color_dark-gray
color_green
color_dark-grey
color_beige
color_brown
material_all-leather
color_gray
material_metal
color_black
color_dark-brown
Room_Living Room
dovr_syncoff
Extreme Value Collection_True
color_walnut
shade_dark
shade_medium
product-video_available
material_leather-match
coaster-z2-premium
Brand_Coaster Z2 Premium
Black
Gray
style_transitional
Allura
material_wood
Room_Dining Room
material_upholstered
homelegance-fremont-warehouse
Brand_Homelegance
Others
Engineered Wood
Fabric
Brand_FOA East
foa-west
color_blue
Brand_FOA
Sub Brand_Signature Design by Ashley®
style_traditional
under-500
color_antique-white
Collection_Robbinsdale
Top Products_Consumer Choice
style_casual
shipping_express
shade_light
Room_Bedroom
Product Theme_Pastoral Charm
material_wood-products-and-other
material_fabric
consumer-assembly_assembly-required
color_two-tone
ar-availability_available
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
Benches & Shoe Storage
Collection_Bury
Bury
Collection_Hasselt
Type_Bedroom
Type_Bench
bench
Dining Chairs & Benches
color_beige-brown
VendorCollectionId_D647
color_antique-black-beige
material_fabric-solid-wood-wood-veneer-others
Room_Accessories
Collection_Bolanburg
Walnut
Cherry
Wood Veneer
Collection_Tyler Creek
shape_rectangle
flexsteel
Brand_Flexsteel
seat-count_1
Beige
material_fabric-foam-metal
Brand_Coaster
material_linen-like-solid-wood-others
color_vanilla
style_rustic
material_wood-veneer
color_gray-brown
material_flannelette
material_solid-wood
material_leatherette
Solid Wood
material_linen-like
Dark Brown
color_dark-blue
color_khaki
color_dark-gray
color_green
color_dark-grey
color_beige
color_brown
material_all-leather
color_gray
material_metal
color_black
color_dark-brown
Room_Living Room
dovr_syncoff
Extreme Value Collection_True
color_walnut
shade_dark
shade_medium
product-video_available
material_leather-match
coaster-z2-premium
Brand_Coaster Z2 Premium
Black
Gray
style_transitional
Allura
material_wood
Room_Dining Room
material_upholstered
homelegance-fremont-warehouse
Brand_Homelegance
Others
Engineered Wood
Fabric
Brand_FOA East
foa-west
color_blue
Brand_FOA
Sub Brand_Signature Design by Ashley®
style_traditional
under-500
color_antique-white
Collection_Robbinsdale
Top Products_Consumer Choice
style_casual
shipping_express
shade_light
Room_Bedroom
Product Theme_Pastoral Charm
material_wood-products-and-other
material_fabric
consumer-assembly_assembly-required
color_two-tone
ar-availability_available
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
217
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
Alston X-shaped Dining Bench Knotty Nutmeg
$ 96.83
QUICK VIEW
Barzini Tufted Rectangular Trunk with Nailhead Black
$ 150.49
QUICK VIEW
Bexhill Bench
$ 200.66
QUICK VIEW
Lamont Rectangular Upholstered Bench Natural and Navy
$ 151.66
QUICK VIEW
Bridget Bench
$ 106.16
QUICK VIEW
Dalila Tufted Upholstered Dining Bench Cappuccino and Black
$ 96.83
QUICK VIEW
Dodson Bench
$ 540.14
QUICK VIEW
Evangeline Upholstered Demilune Bench Ivory and Silver Oak
$ 270.65
QUICK VIEW
Farrah Upholstered Rolled Arms Storage Bench
$ 139.99
QUICK VIEW
Franco Bench Brown and Antique White
$ 160.99
QUICK VIEW
Alfredo Upholstered Dining Bench Grey and Natural Walnut
$ 92.16
QUICK VIEW
Beaufort Upholstered Tufted Bench Dark Grey
$ 138.83
QUICK VIEW
Ditman Live Edge Dining Bench Grey Sheesham and Black
$ 297.48
QUICK VIEW
Bexley Trestle Bench Natural Honey and Espresso
$ 232.15
QUICK VIEW
Misty Cushion Side Bench Camel and Black
$ 248.49
QUICK VIEW
Partridge Cushion Bench Espresso and Black
$ 248.49
QUICK VIEW
Livingston Upholstered Bench Brown and Dark Bronze
$ 100.33
QUICK VIEW
Walton Rectangle Upholstered Tufted Bench Black
$ 107.33
QUICK VIEW
Walton Bench with Metal Base White and Chrome
$ 107.33
QUICK VIEW
Chad Upholstered Bench with Hairpin Legs Dark Blue
$ 139.99
QUICK VIEW
Wilson Upholstered Tufted Bench Taupe and Natural
$ 149.32
QUICK VIEW
Austin Upholstered Bench Beige and Black
$ 139.99
QUICK VIEW
Gerbera Accent Bench with Slat Shelf Natural and Gunmetal
$ 146.99
QUICK VIEW
Aiden Sled Leg Upholstered Accent Bench Black and White
$ 221.65
QUICK VIEW
Sherman Bench Natural Acacia and Matte Black
$ 399.56
QUICK VIEW
Laughton Hand-Woven Banana Leaf Storage Trunk Amber
$ 247.32
QUICK VIEW
Maverick Rectangular Dining Bench Natural Mango and Black
$ 155.16
QUICK VIEW
Mesa Bench
$ 114.33
QUICK VIEW
Neve Live-edge Dining Bench with Hairpin Legs Sheesham Grey and Gunmetal
$ 243.82
QUICK VIEW
Peoria Bench
$ 221.65
QUICK VIEW
Rex Bench
$ 233.32
QUICK VIEW
Robin Bench
$ 270.65
QUICK VIEW
Rosie Bench
$ 284.65
QUICK VIEW
Scottsdale Bench
$ 120.16
QUICK VIEW
Summer Bench
$ 163.32
QUICK VIEW
Alma 3-drawer Storage Bench White and Weathered Grey
$ 167.99
QUICK VIEW
Alma 3-drawer Storage Bench Weathered Brown and White
$ 160.99
QUICK VIEW
2538-13 - 44†Bench
$ 92.16
QUICK VIEW
2544-13 - Bench
$ 108.49
QUICK VIEW
4586DG - Lift Top Storage Bench
$ 214.65
QUICK VIEW
4586W - Lift Top Storage Bench
$ 214.65
QUICK VIEW
4590BR - Lift Top Storage Bench
$ 181.99
QUICK VIEW
4590BU - Lift Top Storage Bench
$ 181.99
QUICK VIEW
4590DG - Lift Top Storage Bench
$ 181.99
QUICK VIEW
4590GY - Lift Top Storage Bench
$ 181.99
QUICK VIEW
4590RN - Lift Top Storage Bench
$ 181.99
QUICK VIEW
4605GY - Bench
$ 172.19
QUICK VIEW
4615-F1 - Lift Top Storage Bench with Pull-out Bed
$ 206.49
QUICK VIEW
4615-F2 - Lift Top Storage Bench with Pull-out Bed
$ 206.49
QUICK VIEW
4615-F3 - Lift Top Storage Bench with Pull-out Bed
$ 206.49
QUICK VIEW
4615-F4 - Lift Top Storage Bench with Pull-out Bed
$ 206.49
QUICK VIEW
4730PU - Lift Top Storage Bench
$ 155.16
1
2
3
4
5
BACK
Shopping Cart