Your Cart
(
{{ cart.item_count }}
Items)
{{ error.message }}
{{ error.description }}
Your shopping cart is empty. Check out our Shop to see what's available
.slider-nav.hidden-slide {
display: none;
}
(function(){
document.addEventListener('DOMContentLoaded', () => {
const headerTopSection = document.querySelector('.top-logo-section');
const headerNavLinksSection = document.querySelector('.nav-links-section');
const mainHeader = document.querySelector('.main-header');
const productStickyBuyButton = document.querySelector('.sticky-buy-buttton');
const referenceButton = document.querySelector('.cta-button')
const evaluateHeader = () => {
const headerTopBox = headerTopSection.getBoundingClientRect();
const referenceBox = referenceButton.getBoundingClientRect();
if(referenceBox.bottom < (headerTopBox.bottom + 20)) {
mainHeader.classList.remove('shadow-md');
productStickyBuyButton.classList.add('active');
if (window.innerWidth <= 425) {
productStickyBuyButton.style.setProperty("--top", `48px`);
}
else {
productStickyBuyButton.style.setProperty("--top", `${headerTopBox.bottom}px`);
headerNavLinksSection.classList.add('hide_it');
}
} else {
mainHeader.classList.add('shadow-md');
headerNavLinksSection.classList.remove('hide_it');
productStickyBuyButton.classList.remove('active')
}
}
evaluateHeader();
window.addEventListener('scroll', evaluateHeader);
})
})()
.nav-links-section{
transition: all 0.5s;
opacity: 1; max-height: 100vh;
}
.nav-links-section.hide_it{
opacity:0; max-height: 0vh; overflow: hidden;
}
.image-bg-container{
background: #f8f8f8;
}
.sticky-buy-buttton {
--top: 50.52px;
z-index: 49;
}
.sticky-buy-buttton.active {
top: var(--top);
}
.sticky-buy-buttton:not(.active) {
animation-name: wait-to-leave;
animation-duration: 0.2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
}
@keyframes wait-to-leave {
from {
top: var(--top);
opacity: 1;
}
99% {
top: var(--top);
}
to {
top: -900px;
opacity: 0;
}
}
.sticky-buy-buttton .color-ball.has-label:hover::after{
display: none;
}
.sticky-buy-buttton>div {
transform: translateY(-150px);
}
.sticky-buy-buttton.active>div {
transform: translateY(0px);
}
.gallery-left-btn:hover svg {
animation-name: slide-left;
animation-duration: 0.4s;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
}
.gallery-right-btn:hover svg {
animation-name: slide-right;
animation-duration: 0.4s;
animation-iteration-count: 1;
animation-timing-function: ease-in-out;
}
@keyframes slide-right {
from {
transform: translate3d(0%, 0px, 0);
opacity: 1;
}
25% {
transform: translate3d(-50%, 0px, 0);
}
to {
transform: translate3d(100%, 0px, 0);
opacity: 0;
}
}
@keyframes slide-left {
from {
transform: translate3d(0%, 0px, 0);
opacity: 1;
}
25% {
transform: translate3d(50%, 0px, 0);
}
to {
transform: translate3d(-100%, 0px, 0);
opacity: 0;
}
}
.slider-item-ratio .slider-container>*>* {
object-fit: contain !important;
}
.gallery-main-container:before{
content:'';
display: block;
width:100%;
padding-top: 80%;
}
.thumbs-container {
max-width:91%;
}
@media (max-width: 425px) {
.sticky-buy-buttton {
--top: 48px;
}
}
@media (max-width: 768px) {
.thumbs-container {
max-width:100%;
}
.gallery-image-container {
min-width: 100%;
width: 95vw;
}
.z-custom-launcher {
display: none;
}
}
@media (min-width: 640px) {
.shadow-top {
border-top: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}
}
.shadow-top {
border-top: 1px solid #eae6e6;
-webkit-box-shadow: 0px -1px 4px rgb(246 243 243 / 70%);
-moz-box-shadow: 0px -1px 4px rgb(246 243 243 / 70%);
box-shadow: 0px -1px 4px rgb(246 243 243 / 70%);
}
.show-more-container:before {
content:'';
position: absolute;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.icon-check img {
display: none;
}
.checked-icon .icon-check img {
display: block;
}
Stay closer to your family
with Nixplay Plus
Nixplay Plus is a subscription service that enhances
the capabilities of Nixplay digital photo frames.
Join now
.cta_align_left {
justify-content: center;
justify-items: start;
align-items: start;
text-align: left;
padding-left: 8rem;
}
.cta_align_right {
justify-content: center;
justify-items: end;
align-items: end;
text-align: right;
padding-right: 8rem;
}
.cta_align_center {
justify-content: center;
justify-items: center;
align-items: center;
text-align: center;
padding: 0 4rem;
}
.image-bg {
content: url('//www.nixplay.ca/cdn/shop/files/banner_main_4x_3dae86e6-79d4-4a4f-a9cb-6c04ebbb6986.webp?v=1712284463')
}
.banner-bg {
background: url('//www.nixplay.ca/cdn/shop/files/banner_main_4x_3dae86e6-79d4-4a4f-a9cb-6c04ebbb6986.webp?v=1712284463') , url('//www.nixplay.ca/cdn/shop/files/background.jpg?v=1712284446') ;
background-position: bottom right, center;
background-repeat: no-repeat, repeat;
background-size: 58%, 30%;
}
.banner-bg::after {
content: '';
display: block;
padding-top: 38.33%;
width: 100%;
}
@media (min-width: 1560px) {
.cta_align_left {
padding-left: 12rem;
}
.cta_align_right {
padding-right: 12rem;
}
.cta_align_center {
padding: 0 4rem;
}
}
@media (max-width: 639px) {
.cta_align_mobile {
justify-content: start;
justify-items: center;
text-align: center;
padding: 80px 30px 30px 30px;
}
.banner-bg {
background-position: bottom center, center;
background-size: 135%, 30%;
}
.cta_align {
display: flex;
justify-content: center;
}
.image-bg {
content: url('//www.nixplay.ca/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif')
}
.mobile-height {
min-height: calc(133.33vw + 115px);
}
.strip-caption {
height: 115px;
}
}
@media (max-width: 385px) {
.cta_align_mobile {
padding: 0 20px 15px 20px
}
}
Key features and benefits
Video sharing
Share up to 2 minute video clips directly from your Nixplay frame, elevating the way you display your memories.
.page__gift-nixplay .gift__two-col-two_col_xYdJz3 { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_xYdJz3
{
}
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_xYdJz3 { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_xYdJz3 .text-2xl p { margin: 20px 0; } .gift__details-two_col_xYdJz3 { padding:
40px; } .gift__row-two_col_xYdJz3 .gift__left-col { background: #8f9396;
border-radius: 20px;
} .gift__row-two_col_xYdJz3 .gift__label { color: #ffffff; } .gift__row-two_col_xYdJz3
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_xYdJz3 .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box1.webp?v=1712284528'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_xYdJz3 { position: relative; overflow: hidden; } .video_containertwo_col_xYdJz3 video {
position: relative; left: 14%; } .video_containertwo_col_xYdJz3:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_xYdJz3 { width: auto;
} .gift__heading-paragraph-details-two_col_xYdJz3 h2 { color: #ffffff; }
.gift__heading-paragraph-details-two_col_xYdJz3 .gift__heading-paragraph-paragraph strong { color:
#ffffff; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_xYdJz3 .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_xYdJz3 {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_xYdJz3 {
} .gift__details-two_col_xYdJz3 .gift__details-paragraph { width: auto; } .gift__row-two_col_xYdJz3
.gift__left-col, .gift__row-two_col_xYdJz3 .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_xYdJz3, .gift__row-two_col_xYdJz3 .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_xYdJz3 { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_xYdJz3 { padding: 120px; }
.video_containertwo_col_xYdJz3 {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_xYdJz3 video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_xYdJz3 {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_xYdJz3 .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_xYdJz3 {
width: 750px;
}
}
Multiple frame connectivity
With Nixplay Plus, you can connect and manage up to 10 Nixplay frames from a single account, making it easier to stay connected with family members who are far away.
.page__gift-nixplay .gift__two-col-two_col_bEApTV { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_bEApTV
{
}
.page__gift-nixplay .gift__row-two_col_bEApTV .gift__left-col { order: 2; } .page__gift-nixplay .gift__row-two_col_bEApTV
.gift__right-col { order: 1; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_bEApTV { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_bEApTV .text-2xl p { margin: 20px 0; } .gift__details-two_col_bEApTV { padding:
40px; } .gift__row-two_col_bEApTV .gift__left-col { background: #72a8e8;
border-radius: 20px;
} .gift__row-two_col_bEApTV .gift__label { color: #ffffff; } .gift__row-two_col_bEApTV
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_bEApTV .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box2.webp?v=1712284534'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_bEApTV { position: relative; overflow: hidden; } .video_containertwo_col_bEApTV video {
position: relative; left: 14%; } .video_containertwo_col_bEApTV:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_bEApTV { width: auto;
} .gift__heading-paragraph-details-two_col_bEApTV h2 { color: #ffffff; }
.gift__heading-paragraph-details-two_col_bEApTV .gift__heading-paragraph-paragraph strong { color:
#ffffff; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_bEApTV .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_bEApTV {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_bEApTV {
} .gift__details-two_col_bEApTV .gift__details-paragraph { width: auto; } .gift__row-two_col_bEApTV
.gift__left-col, .gift__row-two_col_bEApTV .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_bEApTV, .gift__row-two_col_bEApTV .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_bEApTV { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_bEApTV { padding: 120px; }
.video_containertwo_col_bEApTV {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_bEApTV video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_bEApTV {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_bEApTV .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_bEApTV {
width: 750px;
}
}
Increased storage capacity
Nixplay Plus subscribers get unlimited photo storage and 50GB of cloud storage for videos, so you don’t have to worry about running out of space for your photos and videos.
.page__gift-nixplay .gift__two-col-two_col_UUqBKW { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_UUqBKW
{
}
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_UUqBKW { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_UUqBKW .text-2xl p { margin: 20px 0; } .gift__details-two_col_UUqBKW { padding:
40px; } .gift__row-two_col_UUqBKW .gift__left-col { background: #a65999;
border-radius: 20px;
} .gift__row-two_col_UUqBKW .gift__label { color: #ffffff; } .gift__row-two_col_UUqBKW
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_UUqBKW .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box3.webp?v=1712284538'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_UUqBKW { position: relative; overflow: hidden; } .video_containertwo_col_UUqBKW video {
position: relative; left: 14%; } .video_containertwo_col_UUqBKW:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_UUqBKW { width: auto;
} .gift__heading-paragraph-details-two_col_UUqBKW h2 { color: #ffffff; }
.gift__heading-paragraph-details-two_col_UUqBKW .gift__heading-paragraph-paragraph strong { color:
#ffffff; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_UUqBKW .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_UUqBKW {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_UUqBKW {
} .gift__details-two_col_UUqBKW .gift__details-paragraph { width: auto; } .gift__row-two_col_UUqBKW
.gift__left-col, .gift__row-two_col_UUqBKW .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_UUqBKW, .gift__row-two_col_UUqBKW .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_UUqBKW { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_UUqBKW { padding: 120px; }
.video_containertwo_col_UUqBKW {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_UUqBKW video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_UUqBKW {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_UUqBKW .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_UUqBKW {
width: 750px;
}
}
Private and secure grouped playlists
You can create unlimited albums, allowing for organized and secure sharing of your photos and videos.
.page__gift-nixplay .gift__two-col-two_col_ixkGwd { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_ixkGwd
{
}
.page__gift-nixplay .gift__row-two_col_ixkGwd .gift__left-col { order: 2; } .page__gift-nixplay .gift__row-two_col_ixkGwd
.gift__right-col { order: 1; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_ixkGwd { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_ixkGwd .text-2xl p { margin: 20px 0; } .gift__details-two_col_ixkGwd { padding:
40px; } .gift__row-two_col_ixkGwd .gift__left-col { background: #4ab2c9;
border-radius: 20px;
} .gift__row-two_col_ixkGwd .gift__label { color: #ffffff; } .gift__row-two_col_ixkGwd
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_ixkGwd .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box4.webp?v=1712284544'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_ixkGwd { position: relative; overflow: hidden; } .video_containertwo_col_ixkGwd video {
position: relative; left: 14%; } .video_containertwo_col_ixkGwd:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_ixkGwd { width: auto;
} .gift__heading-paragraph-details-two_col_ixkGwd h2 { color: #ffffff; }
.gift__heading-paragraph-details-two_col_ixkGwd .gift__heading-paragraph-paragraph strong { color:
#ffffff; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_ixkGwd .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_ixkGwd {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_ixkGwd {
} .gift__details-two_col_ixkGwd .gift__details-paragraph { width: auto; } .gift__row-two_col_ixkGwd
.gift__left-col, .gift__row-two_col_ixkGwd .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_ixkGwd, .gift__row-two_col_ixkGwd .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_ixkGwd { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_ixkGwd { padding: 120px; }
.video_containertwo_col_ixkGwd {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_ixkGwd video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_ixkGwd {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_ixkGwd .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_ixkGwd {
width: 750px;
}
}
Share a NixCast slideshow
Cast photos and videos simultaneously to multiple devices with customizable features such as music and transitions for up to an hour.
.page__gift-nixplay .gift__two-col-two_col_xwWtjr { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_xwWtjr
{
}
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_xwWtjr { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_xwWtjr .text-2xl p { margin: 20px 0; } .gift__details-two_col_xwWtjr { padding:
40px; } .gift__row-two_col_xwWtjr .gift__left-col { background: #c2477a;
border-radius: 20px;
} .gift__row-two_col_xwWtjr .gift__label { color: #ffffff; } .gift__row-two_col_xwWtjr
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_xwWtjr .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box5.webp?v=1712284550'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_xwWtjr { position: relative; overflow: hidden; } .video_containertwo_col_xwWtjr video {
position: relative; left: 14%; } .video_containertwo_col_xwWtjr:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_xwWtjr { width: auto;
} .gift__heading-paragraph-details-two_col_xwWtjr h2 { color: #ffffff; }
.gift__heading-paragraph-details-two_col_xwWtjr .gift__heading-paragraph-paragraph strong { color:
#ffffff; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_xwWtjr .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_xwWtjr {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_xwWtjr {
} .gift__details-two_col_xwWtjr .gift__details-paragraph { width: auto; } .gift__row-two_col_xwWtjr
.gift__left-col, .gift__row-two_col_xwWtjr .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_xwWtjr, .gift__row-two_col_xwWtjr .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_xwWtjr { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_xwWtjr { padding: 120px; }
.video_containertwo_col_xwWtjr {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_xwWtjr video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_xwWtjr {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_xwWtjr .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_xwWtjr {
width: 750px;
}
}
Flexible photo sharing options
Photos can be shared via email, the Nixplay website, or through the Nixplay mobile app (iOS and Android ). Our app supports many sources for photo uploads, including Apple Photos, Google Photos, local drives, social media platforms, and cloud storage services.
.page__gift-nixplay .gift__two-col-two_col_8KpMyA { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_8KpMyA
{
}
.page__gift-nixplay .gift__row-two_col_8KpMyA .gift__left-col { order: 2; } .page__gift-nixplay .gift__row-two_col_8KpMyA
.gift__right-col { order: 1; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_8KpMyA { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_8KpMyA .text-2xl p { margin: 20px 0; } .gift__details-two_col_8KpMyA { padding:
40px; } .gift__row-two_col_8KpMyA .gift__left-col { background: #797f89;
border-radius: 20px;
} .gift__row-two_col_8KpMyA .gift__label { color: #ffffff; } .gift__row-two_col_8KpMyA
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_8KpMyA .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box6.webp?v=1712284558'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_8KpMyA { position: relative; overflow: hidden; } .video_containertwo_col_8KpMyA video {
position: relative; left: 14%; } .video_containertwo_col_8KpMyA:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_8KpMyA { width: auto;
} .gift__heading-paragraph-details-two_col_8KpMyA h2 { color: #ffffff; }
.gift__heading-paragraph-details-two_col_8KpMyA .gift__heading-paragraph-paragraph strong { color:
#ffffff; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_8KpMyA .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_8KpMyA {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_8KpMyA {
} .gift__details-two_col_8KpMyA .gift__details-paragraph { width: auto; } .gift__row-two_col_8KpMyA
.gift__left-col, .gift__row-two_col_8KpMyA .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_8KpMyA, .gift__row-two_col_8KpMyA .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_8KpMyA { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_8KpMyA { padding: 120px; }
.video_containertwo_col_8KpMyA {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_8KpMyA video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_8KpMyA {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_8KpMyA .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_8KpMyA {
width: 750px;
}
}
Enhanced privacy and security
Nixplay Plus ensures the privacy and security of your shared photos and videos with features like end-to-end encryption.
.page__gift-nixplay .gift__two-col-two_col_yqyKVN { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_yqyKVN
{
}
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_yqyKVN { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_yqyKVN .text-2xl p { margin: 20px 0; } .gift__details-two_col_yqyKVN { padding:
40px; } .gift__row-two_col_yqyKVN .gift__left-col { background: #72a8e8;
border-radius: 20px;
} .gift__row-two_col_yqyKVN .gift__label { color: #ffffff; } .gift__row-two_col_yqyKVN
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_yqyKVN .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box7.webp?v=1712284563'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_yqyKVN { position: relative; overflow: hidden; } .video_containertwo_col_yqyKVN video {
position: relative; left: 14%; } .video_containertwo_col_yqyKVN:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_yqyKVN { width: auto;
} .gift__heading-paragraph-details-two_col_yqyKVN h2 { color: #ffffff; }
.gift__heading-paragraph-details-two_col_yqyKVN .gift__heading-paragraph-paragraph strong { color:
#ffffff; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_yqyKVN .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_yqyKVN {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_yqyKVN {
} .gift__details-two_col_yqyKVN .gift__details-paragraph { width: auto; } .gift__row-two_col_yqyKVN
.gift__left-col, .gift__row-two_col_yqyKVN .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_yqyKVN, .gift__row-two_col_yqyKVN .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_yqyKVN { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_yqyKVN { padding: 120px; }
.video_containertwo_col_yqyKVN {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_yqyKVN video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_yqyKVN {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_yqyKVN .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_yqyKVN {
width: 750px;
}
}
Discounts on digital frames
Save 25% or more on any digital frame purchase from nixplay.ca. Interested in saving on today’s order? Simply add Nixplay Plus to your shopping cart and your discount will be applied automatically to any digital frame in cart.
.page__gift-nixplay .gift__two-col-two_col_aCfGAb { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_aCfGAb
{
}
.page__gift-nixplay .gift__row-two_col_aCfGAb .gift__left-col { order: 2; } .page__gift-nixplay .gift__row-two_col_aCfGAb
.gift__right-col { order: 1; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_aCfGAb { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_aCfGAb .text-2xl p { margin: 20px 0; } .gift__details-two_col_aCfGAb { padding:
40px; } .gift__row-two_col_aCfGAb .gift__left-col { background: #a65999;
border-radius: 20px;
} .gift__row-two_col_aCfGAb .gift__label { color: #ffffff; } .gift__row-two_col_aCfGAb
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_aCfGAb .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box8.webp?v=1712284568'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_aCfGAb { position: relative; overflow: hidden; } .video_containertwo_col_aCfGAb video {
position: relative; left: 14%; } .video_containertwo_col_aCfGAb:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_aCfGAb { width: auto;
} .gift__heading-paragraph-details-two_col_aCfGAb h2 { color: #ffffff; }
.gift__heading-paragraph-details-two_col_aCfGAb .gift__heading-paragraph-paragraph strong { color:
#ffffff; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_aCfGAb .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_aCfGAb {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_aCfGAb {
} .gift__details-two_col_aCfGAb .gift__details-paragraph { width: auto; } .gift__row-two_col_aCfGAb
.gift__left-col, .gift__row-two_col_aCfGAb .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_aCfGAb, .gift__row-two_col_aCfGAb .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_aCfGAb { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_aCfGAb { padding: 120px; }
.video_containertwo_col_aCfGAb {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_aCfGAb video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_aCfGAb {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_aCfGAb .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_aCfGAb {
width: 750px;
}
}
Lifetime Warranty
The subscription provides a lifetime warranty, offering extra security in case of accidents or malfunctions.
.page__gift-nixplay .gift__two-col-two_col_mY8AHx { padding-top: 80px; } .page__gift-nixplay .gift__row-two_col_mY8AHx
{
}
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_mY8AHx { background:
rgba(0,0,0,0); padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-two_col_mY8AHx .text-2xl p { margin: 20px 0; } .gift__details-two_col_mY8AHx { padding:
40px; } .gift__row-two_col_mY8AHx .gift__left-col { background: #c2477a;
border-radius: 20px;
} .gift__row-two_col_mY8AHx .gift__label { color: #ffffff; } .gift__row-two_col_mY8AHx
.gift__right-col {
padding: 0px;
margin-top: 20px;
border-radius: 20px;
} .gift__row-two_col_mY8AHx .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shop/files/img-box10.webp?v=1712284579'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
border-radius: 20px;
} .video_containertwo_col_mY8AHx { position: relative; overflow: hidden; } .video_containertwo_col_mY8AHx video {
position: relative; left: 14%; } .video_containertwo_col_mY8AHx:after { content: ' '; background: #ffffff;
max-width: 550px; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-two_col_mY8AHx { width: auto;
} .gift__heading-paragraph-details-two_col_mY8AHx h2 { color: #f7f8fa; }
.gift__heading-paragraph-details-two_col_mY8AHx .gift__heading-paragraph-paragraph strong { color:
#f7f8fa; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-two_col_mY8AHx .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-two_col_mY8AHx {
padding-top: 40px;
} .page__gift-nixplay .gift__row-two_col_mY8AHx {
} .gift__details-two_col_mY8AHx .gift__details-paragraph { width: auto; } .gift__row-two_col_mY8AHx
.gift__left-col, .gift__row-two_col_mY8AHx .gift__right-col {
border-radius: 40px;
} .gift__row-two_col_mY8AHx, .gift__row-two_col_mY8AHx .gift__right-col .gift__img { height:
800px;
border-radius: 40px;
} .gift__details-two_col_mY8AHx { padding: 0 90px; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-two_col_mY8AHx { padding: 120px; }
.video_containertwo_col_mY8AHx {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containertwo_col_mY8AHx video {
width: 550px;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-two_col_mY8AHx {
width: 750px;
}
}
@media screen and (min-width: 1280px) {
.gift__details-two_col_mY8AHx .gift__details-paragraph {
width: 465px;
}
.gift__details-two_col_mY8AHx {
width: 750px;
}
}
Join Now
.page__gift-nixplay .gift__two-col-join_plus_EadACk { padding-top: 80px; } .page__gift-nixplay .gift__row-join_plus_EadACk
{
}
.page__gift-nixplay .gift__one-col .gift__one-col-details-join_plus_EadACk { background:
; padding: 20px; border-radius: 40px; } .page__gift-nixplay .gift__one-col
.gift__one-col-details-join_plus_EadACk .text-2xl p { margin: 20px 0; } .gift__details-join_plus_EadACk { padding:
40px; } .gift__row-join_plus_EadACk .gift__left-col { background: ;
} .gift__row-join_plus_EadACk .gift__label { color: ; } .gift__row-join_plus_EadACk
.gift__right-col {
padding: 0px;
margin-top: 0px;
} .gift__row-join_plus_EadACk .gift__right-col .gift__img { background-image: url('//www.nixplay.ca/cdn/shopifycloud/shopify/assets/no-image-2048-5e88c1b20e087fb7bbe9a3771824e743c244f437e4f8ba93bbf7b11b53f7824c.gif'); background-repeat: no-repeat; background-size: cover; background-position: center; height: 400px;
} .video_containerjoin_plus_EadACk { position: relative; overflow: hidden; } .video_containerjoin_plus_EadACk video {
position: relative; left: 14%; } .video_containerjoin_plus_EadACk:after { content: ' '; background: #ffffff;
max-width: ; width: 100%; height: 1px; display: block; position: absolute; bottom:
0; left: 0; right: 0; margin: 0 auto; z-index: 1; } .gift__heading-paragraph-details-join_plus_EadACk { width: auto;
} .gift__heading-paragraph-details-join_plus_EadACk h2 { color: ; }
.gift__heading-paragraph-details-join_plus_EadACk .gift__heading-paragraph-paragraph strong { color:
; font-weight: 500; }
@media (min-width: 491px) and (max-width: 1023px) { .gift__row-join_plus_EadACk .gift__right-col .gift__img {
height: 600px; } } @media screen and (min-width: 1024px) { .page__gift-nixplay .gift__two-col-join_plus_EadACk {
padding-top: ;
} .page__gift-nixplay .gift__row-join_plus_EadACk {
} .gift__details-join_plus_EadACk .gift__details-paragraph { width: auto; } .gift__row-join_plus_EadACk
.gift__left-col, .gift__row-join_plus_EadACk .gift__right-col {
} .gift__row-join_plus_EadACk, .gift__row-join_plus_EadACk .gift__right-col .gift__img { height:
;
} .gift__details-join_plus_EadACk { padding: 0 ; }
.page__gift-nixplay .gift__one-col .gift__one-col-details-join_plus_EadACk { padding: 120px; }
.video_containerjoin_plus_EadACk {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.video_containerjoin_plus_EadACk video {
width: ;
margin: 0 auto;
position: relative;
left: 0;
}
.gift__heading-paragraph-details-join_plus_EadACk {
width: ;
}
}
@media screen and (min-width: 1280px) {
.gift__details-join_plus_EadACk .gift__details-paragraph {
width: ;
}
.gift__details-join_plus_EadACk {
width: ;
}
}
@font-face {
font-family: 'NotoSans-Regular';
src: url('//www.nixplay.ca/cdn/shop/files/NotoSans-Regular.woff?v=2652825819399526148') format('woff');
font-style: normal;
}
.font-noto {
font-family: 'NotoSans-Regular';
line-height: 1.12;
}
.page__gift-nixplay .text-2xl p {
font-family: "NotoSans-Regular";
font-size: 18px;
line-height: 124%;
letter-spacing: -0.48px;
margin: 20px 0;
}
.text-7xl {
font-family: "NotoSans-Regular";
font-size: 36px;
font-weight: 600;
line-height: 120%;
letter-spacing: -1.44px;
}
.page__gifting-v2 {
background: #f7f8fa;
}
.page__gift-nixplay.page__gift-nixplay--template--18018875277467__gifting_v2_Qazeii {
background-color: #f7f8fa;
} .page__gift-nixplay h1 { color: #0a728a; } .page__gift-nixplay .gift__paragraph {
color: #797f89; font-family: "NotoSans-Regular"; font-size: 16px; font-weight: 400;
line-height: 124%; letter-spacing: -0.48px; margin-top: 20px; } .page__gift-nixplay .gift__lottie-vid { max-width:
1260px; margin: 20px auto 0; padding-bottom: 40px; } .page__gift-nixplay .gift__row { max-width: 1440px; margin: 0
auto; gap: 25px; } .page__gift-nixplay .gift__left-col { width: 100%; } .page__gift-nixplay .gift__left-col
.gift__label { position: relative; font-family: "NotoSans-Regular"; font-size: 18px; font-weight: 400; line-height:
124%; letter-spacing: -0.56px; display: inline-block; margin-bottom: 15px; } .page__gift-nixplay .gift__left-col
.gift__details h2 { font-family: "NotoSans-Regular";
font-size: 2.5rem;
font-weight: 600;
line-height: 124%;
letter-spacing: -0.56px;
}
.page__gift-nixplay .gift__right-col {
position: relative;
width: 100%;
}
.page__gift-nixplay .gift__heading-paragraph {
padding-top: 60px;
}
.page__gift-nixplay .gift__heading-paragraph .gift__heading-paragraph-details {
margin: 0 auto;
}
.page__gift-nixplay .gift__one-col .gift__one-col-details {
width: 100%;
max-width: 1440px;
margin: 0 auto;
min-height: 400px;
display: flex;
align-items: center;
}
.page__competitor-comparison-table {
padding: 20px;
}
@media (max-width: 1024px) {
.text-7xl {
font-size: 30px;
margin-bottom: -60px;
}
}
@media (min-width: 491px) and (max-width: 1023px) {
.page__gifting-v2 .container-padding {
padding-left: 48px;
padding-right: 48px;
}
.text-7xl {
font-size: 60px;
}
.page__gift-nixplay .gift__paragraph {
font-size: 20px;
}
.page__gift-nixplay .gift__left-col .gift__details h2 {
font-size: 48px;
}
.page__gift-nixplay .text-2xl p {
font-size: 20px;
}
.page__gift-nixplay .gift__left-col .gift__label {
font-size: 20px;
}
}
@media (min-width: 1024px) {
.text-7xl.text-small {
font-size: 48px;
}
.page__gift-nixplay .text-2xl, .page__gift-nixplay .text-2xl p {
font-size: 24px;
}
.text-7xl {
font-size: 40px;
}
.page__competitor-comparison-table {
padding: 32px 40px;
}
.page__gift-nixplay .gift__paragraph {
font-size: 24px;
margin-top: 40px;
}
.page__gift-nixplay .gift__left-col {
width: 707.5px;
}
.page__gift-nixplay .gift__right-col {
width: 707.5px;
margin-top: 0;
}
.page__gift-nixplay .gift__left-col .gift__details h2 {
letter-spacing: -1.2px;
font-size: 48px;
}
.page__gift-nixplay .gift__left-col .gift__label {
font-size: 28px;
margin-bottom: 0;
top: 40px;
left: 40px;
position: absolute;
}
.page__gift-nixplay .gift__right-col {
padding: 0;
}
.page__gift-nixplay .gift__heading-paragraph {
padding-top: 100px;
}
}
@media (min-width: 1270px) {
.text-7xl {
font-size: 60px;
}
}
.gift__details_event{
font-family: "NotoSans-Regular";
padding: var(--section-spacer-large, 40px) var(--page-padding, 40px);
gap: 12px;
flex: 1 0 0;
}
.gift__details_event h2, .gift__details_slim h2{
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 124%;
letter-spacing: -0.56px;
}
.gift__details_event .gift__label {
margin-bottom: unset !important;
top: unset !important;
left: unset !important;
position: relative !important;
font-size: 16px !important;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 26.4px */
letter-spacing: -0.32px;
}
.gift__details_event .text-2xl p {
margin: 0px !important;
}
.gift__row:has(.gift__details_event) {
overflow: hidden;
}
.cta-button {
font-family: "NotoSans-Regular";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: -0.32px;
padding: 8px 24px;
}
.cta-button:hover {
background-color: rgba(10, 114, 138, 1)
}
@media (max-width: 491px) {
.gift__two-col:has(.gift__details_event) {
padding-top: 20px;
}
}
@media (min-width: 491px) {
.gift__details_event{
padding: var(--section-spacer-large, 80px) 113px;
gap: 20px;
}
.gift__details_event .gift__label {
font-size: 20px !important;
font-style: normal;
line-height: 132%; /* 26.4px */
letter-spacing: -0.4px;
}
.gift__details_event h2 , .gift__details_slim h2{
font-size: 36px !important;
letter-spacing: -0.72px;
}
}
@media (max-width: 1024px) {
.gift__right-col:has(video) {
padding: 0px !important;
}
.gift__two-col:has(.gift__details_event) {
padding-top: 48px;
}
}
@media (min-width: 1024px) {
.gift__details_event{
font-family: "NotoSans-Regular";
gap: 32px;
padding: 0px 100px;
}
.gift__details_event .gift__label {
font-weight: 600 !important;
letter-spacing: -0.4px !important;
}
.gift__details_event h2 {
font-size: 48px !important;
letter-spacing: -0.96px;
}
.gift__details_slim h2{
font-size: 60px !important;
letter-spacing: -1.2px;
}
.cta-button {
/*font-size: 36px;*/
line-height: 124%; /* 44.64px */
letter-spacing: -0.72px;
padding: 12px 40px;
}
}
Become a Nixplay Member
Nixplay Plus Membership gets you..
Lifetime Warranty
Exclusive frames
2-minute video clips
Full photo, video editing suite
And more...
Nixplay Care Team on call
Private grouped playlists
Up to 10 connected frames
50GB of video cloud storage
body.is-modal-open {
overflow: hidden;
}
.unset-br-plus br {
display: inline;
}
@media (min-width: 640px) {
.unset-br-plus br {
display: none !important;
}
}
@media (max-width: 640px) {
.hidden-sm {
display: none;
}
}
FAQs
What membership payment options are available?
Our annual payment is just $ 49.99 (equal to $4.17 per month)
Note: Recurring payments are billed upon completing each subscription term and can be cancelled at anytime by simply follow the steps on this
link
Can I transfer the membership to someone else?
Due to security reasons, we currently do not have this option available.
How can I cancel my membership?
Simply follow the steps on this
link . No need to write lengthy emails, we’ve taken care of all that.
How do I get 25% discount?
Simply
login (or use the icon at top right corner). As a Nixplay Plus Member, your price will automatically reflect your special discount.
I still have questions. How can I contact Nixplay?
Email or live chat with us
here . For Nixplay Plus Members, simply
login to connect with your dedicated Care Team.
.faq_title {
min-height: 80px;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 124%; /* 74.4px */
letter-spacing: -1.2px;
}
.faq_toggle {
min-height: 45px;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 124%; /* 34.72px */
letter-spacing: -0.36px;
max-width: var(--container-max-width, 1440px);
padding: 10px 0px;
}
.faq_cta a{
min-height: 79px;
font-size: 24px;
font-style: normal;
font-weight: 400 !important;
line-height: 124%; /* 29.76px */
letter-spacing: -0.48px;
}
@media (min-width: 491px) {
.faq_title {
min-height: 100px;
font-size: 50px;
}
.faq_toggle {
font-size: 24px;
min-height: 85px;
}
}
@media (min-width: 1023px) {
.faq_title {
min-height: 120px;
font-size: 60px;
}
.faq_toggle {
font-size: 28px;
min-height: 115px;
font-weight: 600;
letter-spacing: -0.56px;
}
.faq_cta {
font-size: 24px;
line-height: 124%; /* 29.76px */
letter-spacing: -0.48px;
}
}
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.
var saleDetails = {
saleEnd: '',
cartSummary: {
item_count: 0,
items_subtotal_price: 0,
original_total_price: 0,
requires_shipping: false,
total_discount: 0,
total_price: 0,
},
cartMessage:"[#%] discount applied for our Secret Sale",
cartDiscount_code: '',
fixedDiscount: '',
locale: 'en',
offer: { you_save: "You Save", buy: "BUY", off: "OFF"},
items: [ {
sku : "419",
id: 45634089386139,
price: 25999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
},{
sku : "4241",
id: 43451874771099,
price: 25999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
},{
sku : "422",
id: 44337413980315,
price: 25999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
},{
sku : "4201",
id: 45634090959003,
price: 25999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "425",
id: 43451871854747,
price: 23999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "429",
id: 43827163299995,
price: 25999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "704",
id: 41609513762971,
price: 36999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "421",
id: 44272576037019,
price: 39999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
},{
sku : "409",
id: 44337460281499,
price: 39999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
spendAmount: "",
disclaimer: "",
hideSticker: false,
sticker: null,
discountType: "123plus",
valueOff: "percent-off",
discountValue: "0, 0.5, 0",
extra_dollar: "0, 0, 0",
stickerBi: null,
addDiscountCopy: "",
addDiscountCopyBi: ""
}, ]
};
window.saleDetails = saleDetails;
var saleFunctions = {
getPrice: function (line, qtt) {
var price = line.price;
var quantity = qtt || 1
var valueOff = line.valueOff
var values = String(line.discountValue).split(',');
let extra_dollar = (String(line.extra_dollar).includes(','))
? line.extra_dollar.split(',').map(Number)
: Number(line.extra_dollar || 0);
let finalExtraDollar = 0
var totalPrice = 0
var unitPrice = 0
var difference = 0
switch (line.discountType) {
case 'none':
unitPrice = price
finalPrice = price * quantity
break;
case 'fixed':
var discount_value = Number(values[0]);
unitPrice = (valueOff === 'percent-off') ? price * (1 - discount_value) : price - (discount_value * 100);
unitPrice = (Math.floor(unitPrice/100)+ 0.99)*100 - extra_dollar
finalPrice = unitPrice * quantity;
difference = price - unitPrice
break;
case '3plus':
break;
case '123plus':
var discount_value;
if(quantity == 1) {
discount_value = Number(values[0]);
finalExtraDollar = ( typeof extra_dollar === 'object') ? extra_dollar[0] : extra_dollar
} else if (quantity == 2) {
discount_value = Number(values[1]);
finalExtraDollar = ( typeof extra_dollar === 'object') ? (extra_dollar[1]/2) : extra_dollar/2
} else {
discount_value = Number(values[2]);
finalExtraDollar = ( typeof extra_dollar === 'object') ? (extra_dollar[2]/3) : extra_dollar/3
}
unitPrice = (valueOff === 'percent-off') ? price * (1 - discount_value) : price - ((discount_value*100) / quantity);
unitPrice = (valueOff === 'percent-off') ? (Math.floor(unitPrice/100)+ 0.99)*100 - (finalExtraDollar * 100) : unitPrice - (finalExtraDollar * 100)
finalPrice = unitPrice * quantity;
difference = price - unitPrice
break;
case '1235plus':
break;
case '12plus':
var discount_value;
if(quantity == 1) {
discount_value = Number(values[0]);
} else {
discount_value = Number(values[1]);
}
unitPrice = (valueOff === 'percent-off') ? price * (1 - discount_value) : price - (discount_value * 100);
unitPrice = (Math.floor(unitPrice/100)+ 0.99)*100
finalPrice = unitPrice * quantity;
difference = price - unitPrice
break;
case 'spend':
var cartTriggers = String(line.spendAmount).split(',');
var lastPositiveIndex = -1;
cartTriggers.forEach((trigger, index) => {
var triggerValue = Number(trigger)
var cartValue = (Number(window.saleDetails.cartSummary.original_total_price || 0) + Number(price))/ 100
if(cartValue > triggerValue) {
lastPositiveIndex = index
}
});
discount_value = lastPositiveIndex > -1 ? Number(values[lastPositiveIndex] || 0) : 0;
unitPrice = (valueOff === 'percent-off') ? price * (1 - discount_value) : price - (discount_value * 100);
finalPrice = unitPrice * quantity;
difference = price - unitPrice
break;
case 'bogox':
break;
case 'bogo':
break;
default:
console.log(`Sorry, we are out of`);
}
return { finalPrice: finalPrice, unitPrice: unitPrice, difference: difference, extra_dollar: finalExtraDollar }
},
updateCartSummary: function(cart) {
window.saleDetails.cartSummary = {
item_count: cart.item_count,
items_subtotal_price: cart.items_subtotal_price,
original_total_price: cart.original_total_price,
requires_shipping: cart.requires_shipping,
total_discount: cart.total_discount,
total_price: cart.total_price,
}
}
}
window.saleFunctions = saleFunctions;