Blog –

AMERICA’S MOST GIFTED DIGITAL FRAME

.alert-thin-banner { position: relative; height: 27px; text-align: center; background-color: #161d25; } .alert-thin-banner p { font-size: 1.25rem; color: #FFFFFF; margin: 0; } .alert-thin-banner .slide-item, .alert-thin-banner .static-message { position: absolute; left: 0; right: 0; opacity: 0; transition: 450ms all ease; top: 50%; transform: translateY(-50%); padding-left: 10px; padding-right: 10px; } .alert-thin-banner .slide-item.active, .alert-thin-banner .static-message { opacity: 1; z-index: 50; } @media (max-width: 768px) { .alert-thin-banner { } .alert-thin-banner p{ font-size: 1.10rem; } } (function(){ window.addEventListener('load', (event) => { setTimeout(() => { if(document.querySelector('.alert-thin-banner') != null){ document.querySelector('.alert-thin-banner').classList.remove('hidden'); let list = Array.from(document.querySelector('.alert-thin-banner').children); let activeNumber = 0; list[0].classList.add('active'); setInterval(function() { activeNumber = (activeNumber + 1) % list.length; list.forEach(item => item.classList.remove('active')); list[activeNumber].classList.add('active'); }, 5000); } }, 750); }); })();
  • Nixplay
    • Log in
    • |
    • Pair Your Frame
    • Support Center
    • Warranty
    • System Status
    • Shipping & Returns
    • Order Status
  • {{ cart.item_count }}
    • Select Region
    • United States
    • United Kingdom
    • Deutschland/Europe
    • 日本
    • Canada (English)
    • Canada (Français)
Nixplay
  • Shop Frames
    • collections
      • Smart Frames
      • Touch Frames
      • Ultra Frames
      • All Frames
    • Trending
      • New Releases
      • Best Sellers
      • Nixplay Plus Subscription
      • Compare Frames
    • Gifts & Deals
      • Family Bundles
    • collections
      • Smart Frames
      • Touch Frames
      • Ultra Frames
      • All Frames
    • Trending
      • New Releases
      • Best Sellers
      • Nixplay Plus Subscription
      • Compare Frames
    • Gifts & Deals
      • Family Bundles
  • How It Works
  • Meet Nixplay
  • Join Nixplay Plus
  • Print Shop
      CATEGORIES
      • Photo Books (2)
      • Prints (6)
      • Easel Gallery Wrapped Canvas (2)
      • Metal Wall Art (2)
      • Plaques (3)
      • Mugs (2)
      • Gallery Wrapped Canvas (3)
      • Framed Prints (3)
      • Stationery Cards (2)
      • Calendars (2)
      • Puzzles (2)
      • Mousepads
      • Colored Edge Mounted Prints (5)
      • Ornaments (6)
      • Mobile Cases (4)
      • Blankets (4)
{{ cart.item_count }}
Select Region
  • Select Region
  • United States
  • United Kingdom
  • Deutschland/Europe
  • 日本
  • Canada (English)
  • Canada (Français)
  • Shop Frames
    • collections
      • Smart Frames
      • Touch Frames
      • Ultra Frames
      • All Frames
    • Trending
      • New Releases
      • Best Sellers
      • Nixplay Plus Subscription
      • Compare Frames
    • Gifts & Deals
      • Family Bundles
    • collections
      • Smart Frames
      • Touch Frames
      • Ultra Frames
      • All Frames
    • Trending
      • New Releases
      • Best Sellers
      • Nixplay Plus Subscription
      • Compare Frames
    • Gifts & Deals
      • Family Bundles
  • How It Works
  • Meet Nixplay
  • Join Nixplay Plus
  • Print Shop
      CATEGORIES
      • Photo Books (2)
      • Prints (6)
      • Easel Gallery Wrapped Canvas (2)
      • Metal Wall Art (2)
      • Plaques (3)
      • Mugs (2)
      • Gallery Wrapped Canvas (3)
      • Framed Prints (3)
      • Stationery Cards (2)
      • Calendars (2)
      • Puzzles (2)
      • Mousepads
      • Colored Edge Mounted Prints (5)
      • Ornaments (6)
      • Mobile Cases (4)
      • Blankets (4)
    • Support Center
    • Warranty
    • System Status
    • Shipping & Returns
    • Order Status
  • Log in
  • |
  • Pair Your Frame
  • Nixplay facebook page
  • Nixplay pinterest
  • Nixplay twitter
  • Nixplay youtube
  • Nixplay instagram
document.addEventListener("DOMContentLoaded", function() { var header = document.querySelector(".main-header"); // Get the offset position of the navbar var sticky = header.offsetTop; header.classList.add("relative"); window.addEventListener('scroll', () => { if (window.pageYOffset > sticky) { header.classList.add("fixed"); header.classList.remove("relative"); } else { header.classList.remove("fixed"); header.classList.add("relative"); } ; }); });

Get Involved

  • Corporate Gifting
  • Become an Affiliate
  • Work With Us
  • Our Partners
  • Accessibility Statement

Help

  • Download the App
  • Check System Status
  • Contact Us
  • Track Your Order
  • Shipping & Returns
  • Warranty

Contact Us

  • Contact Us
  • support@nixplay.com
  • +1 (855) 649 7529
  • +1 (855) NIXPLAY

Join Our Newsletter

© 2022 Nixplay. All rights reserved.

  • Nixplay facebook page
  • Nixplay pinterest
  • Nixplay twitter
  • Nixplay youtube
  • Nixplay instagram
  • Privacy
  • Terms of Service
  • Shipping & Returns
  • Warranty
  • Sitemap
    • United States
    • United Kingdom
    • Deutschland/Europe
    • 日本
    • Canada (English)
    • Canada (Français)
    United States
  • Privacy
  • Terms of Service
  • Shipping & Returns
  • Warranty
  • Sitemap
  • United States
  • United Kingdom
  • Deutschland/Europe
  • 日本
  • Canada (English)
  • Canada (Français)
United States
  • Nixplay facebook page
  • Nixplay pinterest
  • Nixplay twitter
  • Nixplay youtube
  • Nixplay instagram
footer .column-container { display: block; grid-template-columns: none; } footer .chevron-down { display: block; } footer .toggle-menu h4 .accordion-icon:after { content: "+"; display: block; } footer .toggle-menu h4.active .accordion-icon:after { content: "-"; } footer li a:hover { color: #0A4D83; } footer .toggle-menu h4 { margin-bottom: 1.75rem; margin-top: 1.75rem; } footer .toggle-menu h4 { font-size: 1.5rem; } footer .newsletter form .submit input[type="submit"]{ background-color: rgb(10, 129, 156); } footer .newsletter form .submit input[type="submit"]:hover, .klaviyo-form button:hover { background-color: #012f52 !important; } footer .newsletter form .submit input[type="submit"] { height: 35px; width: 100%; color: #ffffff; } footer .newsletter form .submit { max-width: 100px; width: 100%; } footer .divider-border-b { border-bottom: none;} .mob-legal-term li:not(:first-child):before {color: rgb(79 79 79); content: "|";padding-left: 1rem;padding-right: 1.2rem;} .border-b-color { border-bottom-color: rgb(79 79 79);} .input-border-b { border-bottom-color: rgb(79 79 79);} .list-of-country li.selected { text-decoration: underline;color: #0a4d83;} .klaviyo-signup-form form {max-width: 100% !important; } .klaviyo-signup-form form input[name="email"]:focus { box-shadow: none !important; } .klaviyo-signup-form form input[name="email"]::placeholder { font-weight: 100; color: #D5D5D5; font-family: inherit !important;font-size: 100% !important;line-height: 1.15 !important; } .klaviyo-signup-form form input[name="email"] { border: none !important; background-color: transparent !important; } .klaviyo-signup-form form input[name="email"] { font-family: inherit !important;font-size: 100% !important;line-height: 1.15 !important;margin: 0 !important;color: inherit !important;padding-left: 0 !important; } .klaviyo-signup-form form button { color: #ffffff !important;padding-left: 2rem !important;padding-right: 2rem !important;padding-top: 1rem !important;padding-bottom: 1rem !important;border-radius: 9999px !important; background-color: rgb(10, 129, 156) !important; font-size: 80% !important;font-weight: 600 !important;} .klaviyo-signup-form form div[data-testid="form-row"] { display: flex !important;justify-content: space-between !important; } @media (min-width: 1024px){ footer .column-container { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); } footer .chevron-down { display: none; } footer .toggle-menu h4 { margin-bottom: 1rem; margin-top: 0; } footer .toggle-menu h4 { font-size: 2rem; } footer .newsletter form .submit input[type="submit"]{ height: 35px; width: 70%;} footer .newsletter form .submit input[type="submit"]:hover { color: #ffffff; } footer .newsletter form .submit { max-width: 160px; width: 100%; } .input-border-b { border-bottom-color: #939393;} footer .divider-border-b { border-bottom: 1px solid rgb(79 79 79);} footer .toggle-menu h4 .accordion-icon:after { display: none; } } @media (max-width: 1024px) { footer .toggle-menu ul { overflow-y: hidden; max-height: 1px; transition: max-height 500ms ease; border-bottom: 1px solid rgb(79 79 79); } footer .toggle-menu ul.active { max-height: 300px; } footer .toggle-menu ul.active > li:last-child{ margin-bottom: 2rem; } }
Your Cart ({{cart.item_count}} Items)
  • {{error.message}}

    {{error.description}}

Your shopping cart is empty.
Check out our Shop to see what's available

  • {{ item.product_title }} Cancel anytime ** One month free **
    {{ item.quantity }}
    {{discount.title}}
    $14.97 -$4.99
    -
  • Nixplay Plus (3 Months)
    Add Nixplay Plus Membership
    to save 25% off your frame
*Shipping and taxes calculated at checkout.
Subtotal
View Cart Checkout

Multi-shipping FAQ

When and where will I see the multi-shipping option during my order journey?

When more than one (1) digital photo frame is added to cart, a checkbox will appear on the cart slider/cart page.

This option will allow you to order 2 or more frames and send them to different locations at the same time through the same checkout experience without having to enter different shipping addresses one by one.

The multi-shipping option is not showing up / greyed out. Why is that?

This can happen due to 3 reasons:

  • When only one (1) digital photo frame is added to cart.
  • When a print store product is added to cart. Please note print products are not supported for delivery through multi-shipping and need to be ordered separately.
  • When Nixplay Plus subscription is added to cart together with more than one (1) digital photo frame.
  • At this step, the multi-shipping option will show as “Not applicable - Learn More”. To avoid this:

    • Simply purchase the Nixplay Plus subscription separately first and activate your account.
    • Next login to your account directly at Nixplay store and enjoy 25% off the digital photo frames and you will notice the multi-shipping option is now available.

Why can’t I order both the Nixplay Plus subscription and use multi-shipping option at the same time?

This is because the multi-shipping option cannot recognize subscription-based products and therefore the Nixplay Plus subscription needs to be ordered separately.

We apologize for any inconvenience this may cause you. Rest assure, our engineers are working hard to find a solution and make this a 1 step journey. In the meantime, please follow the steps shared above to place your order while using the multi-shipping option.