(() =>{ 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(); })();
.new-star-rating use:nth-child(2) { transform: translate(20px); } .new-star-rating use:nth-child(3) { transform: translate(40px); } .new-star-rating use:nth-child(4) { transform: translate(60px); } .new-star-rating use:nth-child(5) { transform: translate(80px); } .w-30 { width: 7.3rem; } .f-14 { font-size: 14px; }

8.5x11 Photo Calendar

Best deal!

FROM: $9.99

Already a member? Log in

FROM: $24.99 Non-member Price

Trusted Partner
Fujifilm logo

Features

Showcase a different 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.

Each page is 8.5 x 11 inches

Calendar opens to 11 x 17 inches

Photos appear on one side and calendar grid on the other

Printed on 100# cover stock

.product-features-container .features p:first-child strong { font-weight: 500; }

Trusted partner

Ratings & reviews

0 / 5 (0 reviews)

  • 5 stars
  • 4 stars
  • 3 stars
  • 2 stars
  • 1 star
body.is-modal-open { overflow: hidden; }
(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 } }); });