Booklet - Inside Front/Back Cover Ad

Booklet - Inside Front/Back Cover Ad

$100.00

Dimensions and Prices

a.     Back Cover (5.5 x 8.5”)……………...…………………………$150

b.     Inside Front or Back Cover (5.5 x 8.5”)……...……...................$100

c.     Full Inside Page (5.5 x 8.5”)…..………………………………..$75

d.     ½ Page Horizontal (5.5 x 4.25”)...………………………………$55

e.     ¼ Page Vertical (2.75 x 4.25”)…………......………………...…$30

f.      ¼ Page Horizontal (5.5 x 2.25”)…………...……………………$30

Please note that advertising spaces on the inside/back covers are available on a first-received, first-placed basis.

Front or Back:
Quantity:
Add To Cart

// Wait for the document to fully load document.addEventListener('DOMContentLoaded', function() { // Get all product options const productOptions = document.querySelectorAll('.product-option-select'); // Function to remove an option by value function removeOption(selectElement, optionValue) { for (let i = 0; i < selectElement.options.length; i++) { if (selectElement.options[i].value === optionValue) { selectElement.remove(i); break; } } } // Check if the order was successful if (typeof window.Squarespace === 'object' && window.Squarespace.onOrderComplete) { window.Squarespace.onOrderComplete(function(order) { // Loop through purchased items order.lineItems.forEach(function(item) { // Find the corresponding product option element const optionElement = document.querySelector(`.product-option-select[data-item-id="${item.id}"]`); if (optionElement) { // Remove the purchased option removeOption(optionElement, item.variantId); } }); }); } });