(() =>{ const checkPrintFormOften= () => { const customiseForms = document.querySelectorAll("[action*='/customize/create-project']") || []; const calendarSettings = document.querySelector(".calendar-settings"); customiseForms.forEach((item) => { if(calendarSettings) { const button = item.querySelector('button') item.append(calendarSettings.cloneNode(true)); item.append(button) } }); console.log(customiseForms) if(customiseForms.length === 0) { window.setTimeout(checkPrintFormOften, 500) } else { if(calendarSettings) { calendarSettings.remove(); } } } checkPrintFormOften(); })();

Print gifts may not arrive with you in time for Christmas

Photo Calendar


Size
deliverr form { margin-top: -8px; }

Features

Showcase a different square photo for each month of the year. This 12-month spiral-bound calendar features your favorite shot plus optional text.

Great for dorm, home, or office, these trendy, personalized calendars also make the perfect gift for family or friends all year long.

Unlock the member price of: $11.70 $14.62 on this item by adding Nixplay Plus to your order.

Nixplay Plus makes it even easier to share your memories with friends and family with unlimited storage and upgraded video support.

  • ✅ UNLIMITED Photo Storage
  • ✅ 50GB Video Storage + Extended Video Playback
  • ✅ Connect up to 10 Frames
  • ✅ In-App Photo Editing
  • ✅ Exclusive Deals for Members Only
  • ✅ Priority Customer Support
  • ✅ Exclusive Discounts on Prints and Photo Gifts
Need some help setting up your frame? We’re here to help. Members also receive exclusive priority support.
12 Months Subscription
$29.99
/yr (billed annually)
(Equivalent to: / month)
ADD TO CART
1 Membership Already in Cart
Adding Nixplay Plus to your cart will automatically apply your discount.

You might also like

Trusted partner

(function () { var salePrintDetails = { cartSummary: { item_count: 0, items_subtotal_price: 0, original_total_price: 0, requires_shipping: false, total_discount: 0, total_price: 0, }, items: [] }; window.salePrintDetails = salePrintDetails; })(); const printSaleItems = window.salePrintDetails.items; printSaleItems.forEach(item => { let saleSku = item.sku, salediscountType = item.discountType, salediscountValue = item.discountValue, saleSkuPrice = (item.price / 100).toFixed(2); document.querySelectorAll('.print-discounted-price').forEach(item => { let currentSku = item.parentNode.parentNode.dataset.sku; if (saleSku === currentSku) { let discountAmount; if (salediscountType == 'fixed_percentage') { discountAmount = (saleSkuPrice - (saleSkuPrice * salediscountValue)).toFixed(2); } else if (salediscountType == 'fixed_price') { let fixedAmount = (salediscountValue / 100).toFixed(2); discountAmount = (saleSkuPrice - (saleSkuPrice - fixedAmount)).toFixed(2); } item.innerHTML = "$" + discountAmount; item.previousElementSibling.classList.add('line-through'); } }); document.querySelectorAll('.print-badge').forEach(badge => { let currentSku = badge.dataset.sku; if (saleSku === currentSku) { badge.children[0].src = item.badge } }); });