.alert-thin-banner {
position: relative;
height: 40px;
line-height: 1.25;
text-align: center;
background: #000000;
}
.alert-thin-banner p {
font-size: 1.25rem;
font-weight: bold;
color: #ffffff;
margin: 0;
}
.alert_color {
color: #ff876f
}
.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 .slide-item, .alert-thin-banner .static-message {
padding-left: 0px;
padding-right: 0px;
}
.alert-thin-banner {
height: 60px;
}
.alert-thin-banner p{
font-size: 1.10rem;
}
}
.countdown-section > div > div:first-child{
margin-bottom: 0px !important;
}
@media (max-width: 1020px) {
.countdown-section {
height: auto !important;
}
.nx-count-down-sale-logo{
display: block;
margin: 0px;
margin-bottom:12px;
}
}
@media (max-width: 768px) {
.countdown-section > div {
display: block;
}
.countdown-section .text-container{
margin: 0;
}
}
(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);
});
})();
.breadcrumbs li:not(:last-child):after {
content: "\203A\A0";
display: inline-block;
padding-left: .75ch;
speak: none;
}
Votre panier
(
{{ cart.item_count }}
Articles)
{{ error.message }}
{{ error.description }}
Votre panier est vide. Consultez notre boutique pour voir ce qui est disponible
FAITES DES ÉCONOMIES SUPPLÉMENTAIRES: Obtenez une réduction supplémentaire de Є20 sur votre commande en achetant 2 cadres ou plus!
Réduction de commande en gros appliquée au panier !
Ajoutez un abonnement Nixplay Plus pour recevoir une garantie à vie du produit
ajouter
*Frais d’expédition et taxes calculés au moment du paiement
const lineItems =[];
const changeCart = async (data) => {
return await fetch('/cart/change.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(data),
})
.then(response => response.json())
.then(data => {
console.log('Success:', data);
})
.catch((error) => {
console.error('Error:', error);
});
}
const inpectCart = async (items) => {
await items.forEach(async (item) => {
await changeCart(item)
});
if(items.length > 0) {
window.location.replace(window.location.href);
window.location.reload();
}
};
inpectCart(lineItems)
Votre panier est vide.Consultez notre boutique pour voir ce qui est disponible
Vous voulez une garantie à vie pour votre cadre ? Rejoignez Nixplay aujourd'hui !
S'abonner à Nixplay Plus
.table-col {
overflow: hidden;
}
.table-col span.cs-padding {
padding: .5rem 5rem;
}
.table-col span.cs-height {
height: 66.5px;
min-height: 66.5px;
}
.table-col span {
display: flex;
justify-content: start;
align-content: center;
align-items: center;
width: 100%
height: 50px;
min-height: 50px;
padding: 0 5rem;
overflow: hidden;
font-family: "zen-new", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
font-size: 1.75rem;
}
.table-col span:nth-child(2n) {
background-color: rgb(255 255 255);
}
.table-col span:nth-child(2n) {
background-color: rgb(244 244 245);
}
.table-container .table-col:nth-child(1) span {
line-height: 1;
text-align: right;
justify-content: end;
}
.table-container .table-col:nth-child(1) span:nth-child(1), .table-container .table-col:nth-child(1) span:nth-child(2) {
display: none;
}
.table-container .table-col:nth-child(2) {
background-color: rgba(255, 255, 255, 1);
filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
transform: scaleX(1.075) translateY(25px);
}
.table-container .table-col:nth-child(2) span:last-child {
height: 75px;
padding-bottom: 25px;
}
.table-container .table-col:nth-child(2) span:nth-child(1),
.table-container .table-col:nth-child(2) span:nth-child(2) {
height: 75px;
min-height: 75px;
background: rgb(255, 255, 255);
border-bottom: 1px solid #cccccc;
}
.table-container .table-col:nth-child(2) span:nth-child(1) img {
height: 70%;
width: auto;
margin-right: 10px;
}
.table-container .table-col:nth-child(2) span:nth-child(2) {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
color: rgb(251, 143, 14);
font-weight: 900;
line-height: 1.25;
}
.table-container .table-col:nth-child(2) span:nth-child(2) small {
color: rgb(0, 0, 0);
font-weight: 300;
}
.table-container .table-col:nth-child(2) span:nth-child(1) {
background-color: rgb(251, 143, 14);
color: rgb(255, 255, 255);
font-size: 2.5rem;
font-weight: 500;
}
.table-container .table-col:nth-child(3) span:nth-child(1) {
color: #08819c;
font-weight: 500;
font-size: 2.5rem;
}
.table-container .table-col:nth-child(3) span:nth-child(1),
.table-container .table-col:nth-child(3) span:nth-child(2) {
background: rgb(255, 255, 255);
border-bottom: 1px solid #cccccc;
}
@media (max-width: 1024px) {
.table-col span {
font-size: 1.5rem;
padding: 0 2rem;
line-height: 1;
}
.table-container .table-col:nth-child(1) span {
justify-content: start;
}
.table-col span.cs-height {
height: 50px;
min-height: 50px;
}
.table-col span.cs-padding {
padding: 0 2rem;
}
}
@media (max-width: 639px) {
.table-col span {
font-size: 1.25rem;
line-height: 1;
padding: 0 1rem;
}
.table-col .headertable {
justify-content: center !important;
}
.table-container .table-col:nth-child(1) span {
text-align: left;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.table-container .table-col:nth-child(2) span:nth-child(12) {
padding-bottom: 1.25rem;
}
.table-container .table-col:nth-child(2) span:nth-child(1),
.table-container .table-col:nth-child(2) span:nth-child(2) {
height: 70px;
min-height: 70px;
}
.table-container .table-col:nth-child(2) span:nth-child(1) {
font-size: 1.25rem;
position: relative;
}
.table-container .table-col:nth-child(2) span:nth-child(1) img {
height: 40%;
margin-right: 2px;
}
.table-container .table-col:nth-child(3) span:nth-child(1) {
font-size: 1.25rem;
}
.table-col span.cs-padding {
padding: 0 1rem;
}
}
@media (max-width: 400px) {
.table-col span {
font-size: 1.10rem;
}
}
Période de garantie
Durée de la vidéo
Listes de lecture partagées
Stockage infonuagique
Modification de photos dans l’application
Cadres exclusifs
Connexion de cadres
Service à la clientèle
À partir de 4,99 €/mois*Annulez à tout moment
Durée de vie
2 minutes
Illimité
Photo - illimité
Vidéo - 50Go
Oui
Oui
Jusqu'à 10
Support client prioritaire
frei
2 années
15 secondes
5
Photo - illimité
Vidéo - 5Go
---
---
Jusqu'à 5
Lundi à Vendredi
.plus-sticker {
font-family: "zen-new", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
font-weight: 500;
}
.first-row .col-span-2, .second-row .col-span-2, .third-row .col-span-2 {
background-color: #ddf5f9;
height: 100%;
}
.first-row .plus-title-span {
background-color: #000000;
color: #ffffff;
}
.first-row .normal-title-span {
background-color: #6bcede;
color: #ffffff;
}
.plus-table-nav .slider-nav:focus {outline: none;}
.plus-table-nav .slider-nav { opacity: 1; outline: 0; filter: none; }
.plus-table-nav .img-min-height {min-height: 300px;}
.plus-table-nav .slider-indicators > * {
width: 0.8rem;
height: 0.8rem;
opacity: .2;
}
.plus-table-nav .slider-indicators>.active {opacity: .5;}
.swiffy-slider.slider-indicators-outside .plus-table-nav button {margin-bottom: -15px;}
.plus-table {
border-collapse: collapse;
}
.plus-table tr:not(:first-child) td {
border: 1px solid gray;
}
.plus-table tr:not(:first-child) td:not(:last-child) {
background-color: #FCDBB5;
}
.plus-table tr:not(:first-child) th {
border: 1px solid gray;
}
.plus-head {
font-family: "zen-new", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
font-weight: 500;
}
.plus-table br {
display: inline;
}
.plus-table th {
text-align: right;
font-weight: 400;
}
@media (min-width: 640px) {
.plus-table br {
display: none;
}
.plus-table th {
text-align: right;
}
.plus-table tr:not(:first-child) td:not(:last-child) {
background-color: #f6ede2;
}
.plus-sticker br {
display: none;
}
}
Devenir membre Nixplay
L'adhésion à Nixplay Plus vous permet d'obtenir...
Garantie à vie sur 1 cadre
Cadres exclusifs
Clips vidéo de 2 minutes
Photo complète, suite de montage vidéo
Et plus...
Équipe de support Nixplay sur appel
Listes de lecture groupées privées
Jusqu'à 10 cadres connectés
50 Go de stockage vidéo sur le cloud
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;
}
}
document.addEventListener("DOMContentLoaded", () => {
let cartItemCounter = 0;
document.querySelectorAll("input.quantity").forEach(qty => cartItemCounter += parseInt(qty.value));
document.querySelector("#cart-item-counter").innerText = cartItemCounter;
});
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 Fall Sale",
cartDiscount_code: '',
fixedDiscount: '',
locale: 'fr',
offer: { you_save: "Vous économisez", buy: "Achetez-en", off: "de rabais"},
items: [ {
sku : "409",
id: 39473230905430,
price: 29999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "408",
id: 39627652268118,
price: 14999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
},{
sku : "411",
id: 39331378135126,
price: 16999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "704",
id: 39556026761302,
price: 23999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "315",
id: 40016903503958,
price: 14999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
},{
sku : "316",
id: 40016903536726,
price: 14999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "425",
id: 40015884648534,
price: 15999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
}, {
sku : "419",
id: 39494273695830,
price: 18999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
},{
sku : "424",
id: 39839948046422,
price: 18999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
addDiscountCopy: "",
addDiscountCopyBi: ""
},{
sku : "420",
id: 39562077831254,
price: 18999,
saleCopy: "",
saleCopyBi: "",
copyColor: "",
blockBg: "",
bannerBlockBgColor: false,
discountType: "fixed",
valueOff: "percent-off",
spendAmount: "",
discountValue: "0.40",
disclaimer: "",
hideSticker: true,
sticker: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
stickerBi: "\/\/cdn.shopify.com\/s\/files\/1\/0035\/7607\/0217\/files\/Generic_Promotion-2-04.png?v=1676625842",
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(',');
var totalPrice = 0
var unitPrice = 0
var difference = 0
switch (line.discountType) {
case 'fixed':
var discount_value = Number(values[0]);
unitPrice = (valueOff === 'percent-off') ? price * (1 - discount_value) : price - (discount_value * 100);
finalPrice = unitPrice * quantity;
difference = price - unitPrice
break;
case '3plus':
break;
case '123plus':
var discount_value;
if(quantity == 1) {
discount_value = Number(values[0]);
} else if (quantity == 2) {
discount_value = Number(values[1]);
} else {
discount_value = Number(values[2]);
}
unitPrice = (valueOff === 'percent-off') ? price * (1 - discount_value) : price - (discount_value * 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);
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 }
},
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;