{{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 %}
Buy More, Save More! 2 = 5% • 3 = 10% • 5 = 15% • 10 = 20%!
Premium Living Store
Premium Living Store
0
Home
Product
Contact Us
About Us
Privacy policy
Log in
Search
Home
/
Promotions
Promotions
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
666
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
66%
OFF
QUICK VIEW
English comedy; a collection of the most celebrated dramas since the commencement of the reformation of the stage. By Sir Richard Steele and Colley Cibber. 1810 [Leather Bound]
$ 16.00
$ 47.98
Save
$ 31.98
37%
OFF
QUICK VIEW
Grey Wood 12-Pair Shoe Storage Cabinet w/ 2 Flip Drawers by Kerrogee
$ 38.99
$ 62.38
Save
$ 23.39
37%
OFF
QUICK VIEW
Memoir of the life of Richard Henry Lee and his correspondence with the most distinguished men in America and Europe illustrative for their characters and o [Premium Leather Bound]
$ 38.89
$ 62.22
Save
$ 23.33
66%
OFF
QUICK VIEW
(1) 25x35 - Picture Frame for Puzzles, Photos, Artwork - 1.25" Black MDF Frame with plexi-glass and hanging hardware
$ 16.00
$ 47.98
Save
$ 31.98
37%
OFF
QUICK VIEW
Joe Miller's complete jest book: being a collection of the most excellent bon mots, brilliant jests, and striking anecdotes in the English language (1840) [Leatherbound]
$ 36.89
$ 59.02
Save
$ 22.13
66%
OFF
QUICK VIEW
Joe Miller's complete jest book: being a collection of the most excellent bon mots, 1854 [Leather Bound]
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
Miller'S Modern Acting Drama Consisting of the Most Popular Pieces Produced at the London Theatres, Subject to the Provisions of the Dramatic Copyright Act ... / 1834 Edition (1834) [Leather Bound]
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
Pre-Owned Transition Assessment: Planning and IEP Development for Youth with Mild to (Paperback 9780205327270) by Robert Miller, Richard Lombard, Stephanie Corbey
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
4-Tier Slim Storage Cart with Wheels,X-cosrack Rolling Utility Cart with Slide-Out Wire Baskets & Wooden Tabletop,Mobile Shelving Unit for Bathroom Kitchen Laundry Narrow Places
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
ArtToFrames 20x28 Inch Honey Picture Frame, This Brown Wood Poster Frame is Great for Your Art or Photos, Comes with 060 Plexi Glass (4380)
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
ArtToFrames 12x16 Inch Gold Picture Frame, This Gold Wood Poster Frame is Great for Your Art or Photos, Comes with Regular Glass (4159)
$ 16.00
$ 47.98
Save
$ 31.98
37%
OFF
QUICK VIEW
Quadro Clip Frame 12x18 inch Glass Borderless Frame, Box of 2
$ 36.99
$ 59.18
Save
$ 22.19
37%
OFF
QUICK VIEW
ArtToFrames 12x16 Inch Gold Alloy Picture Frame, This Gold MDF Poster Frame is Great for Your Art or Photos, Comes with Regular Glass (4638)
$ 39.69
$ 63.50
Save
$ 23.81
66%
OFF
QUICK VIEW
Slim Rolling Pantry 6 Tier Shelf-6"
$ 16.00
$ 47.98
Save
$ 31.98
37%
OFF
QUICK VIEW
Ture Wireless BT 5.3 Earbuds: 78H Playtime, IPX7 Waterproof, LED Digital Display & CVC 8.0 Noise Cancelling - Perfect For IOS/Android Phones!
$ 37.49
$ 59.98
Save
$ 22.49
66%
OFF
QUICK VIEW
Braille Skateboarding - Bridge Red & Grey, 31” x 7.75” Complete Skateboard, with 7-Ply Maple Deck and Abec-7 bearings
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
ArtToFrames 12x24 Inch Black Picture Frame, This Black MDF Poster Frame is Great for Your Art or Photos, Comes with 060 Plexi Glass (3943)
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
ArtToFrames 24x30 Inch Black Picture Frame, This Black MDF Poster Frame is Great for Your Art or Photos, Comes with 060 Plexi Glass (4267)
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
ArtToFrames 16x20 Inch Brown Picture Frame, This Brown Wood Poster Frame is Great for Your Art or Photos, Comes with 060 Plexi Glass (4291)
$ 16.00
$ 47.98
Save
$ 31.98
37%
OFF
QUICK VIEW
ArtToFrames 10x20 Inch Stucco Black Picture Frame, This Black Wood Poster Frame is Great for Your Art or Photos, Comes with Regular Glass (4786)
$ 39.99
$ 63.98
Save
$ 23.99
37%
OFF
QUICK VIEW
Americanflat 8.5x11 Diploma Frame in White with Shatter Resistant Glass - Horizontal and Vertical Formats for Wall and Tabletop
$ 38.89
$ 62.22
Save
$ 23.33
37%
OFF
QUICK VIEW
ArtToFrames 14x24 Inch Walnut Picture Frame, This Brown MDF Poster Frame is Great for Your Art or Photos, Comes with 060 Plexi Glass (2WOM-3914)
$ 35.49
$ 56.78
Save
$ 21.29
66%
OFF
QUICK VIEW
ArtToFrames 24x30 Inch European Beech Picture Frame, This Multi Wood Poster Frame is Great for Your Art or Photos, Comes with 060 Plexi Glass (4881)
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
ArtToFrames 20x24 Inch White Picture Frame, This White Wood Poster Frame is Great for Your Art or Photos, Comes with 060 Plexi Glass (4443)
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
Elegant and Modern 2-Layer Black Tempered Glass End Table Stylish Round Coffee Table for Office Living Room and Bedroom
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
ArtToFrames 14x14 Inch Black Picture Frame, This Black MDF Poster Frame is Great for Your Art or Photos, Comes with Regular Glass (3943)
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
2- layer Tempered Glass End Table, Round Coffee Table for Bedroom Living Room Office (black)
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
Elegant and Modern 2-Layer Black Tempered Glass End Table Stylish Round Coffee Table for Office Living Room and Bedroom
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
UrbanX Street Buds Plus True Bluetooth Wireless Earbuds For Realme Narzo 30 5G With Active Noise Cancelling (Charging Case Included) Black
$ 16.00
$ 47.98
Save
$ 31.98
37%
OFF
QUICK VIEW
Wolfgang Puck Coffee, Chef's Reserve, Ground Coffee, 2-Pounds, 3 Count
$ 36.89
$ 59.02
Save
$ 22.13
66%
OFF
QUICK VIEW
UrbanX Street Buds Plus True Bluetooth Wireless Earbuds For Realme X7 (India) With Active Noise Cancelling (Charging Case Included) Black
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
Smart Translation Earbuds, Two-Way Real-time Translator Earbuds 144 Languages with APP,True Wireless Bluetooth Translator Headphones with Charging Case for Business Travelling , Black
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
A42-G750 Laptop Battery For ASUS G750 G750J G750JS
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
Norfolk Tides True Wireless Earbuds
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
True Wireless Earbuds with Charging Case, White
$ 16.00
$ 47.98
Save
$ 31.98
66%
OFF
QUICK VIEW
UrbanX Street Buds Plus True Bluetooth Wireless Earbuds For Maxwest Nitro 5.5 With Active Noise Cancelling (Charging Case Included) Black
$ 16.00
$ 47.98
Save
$ 31.98
1
2
3
4
5
6
7
8
9
...
19
BACK
Shopping Cart