Blueprint Club Members Save up to 75% vs Vista:
Join Now!
Become a Member
(502) 934-
BLUE
☰
All Products
▾
Loading Products...
Featured Product
Hover over a category to preview
POPULAR SEARCHES
Buttons
Business Cards
Indoor Banners
Home
Support
Cart
0
Sign In
Products & Services
Loading...
View All
Browse
Category
Loading...
Preview
Featured
Hover over an item to update the preview image.
FAQ - Post Ordering/Status Checkup
← Back to FAQ Categories
Post Ordering/Status Checkup
I need to STOP THE PRESSES!
How do I know when my order has shipped/how do I get my tracking number?
I never received an email stating my order has shipped!
How will I know when or where to pickup my order? (Local pickup orders only)
My order is scheduled for a delivery, when will it be delivered? (
Delivery orders only
)
No one has called me yet regarding my order completion, is it ready?!
×
Close
Shopping Cart / Design Item(s)
×
Close
Create / Edit Portal
document.addEventListener('DOMContentLoaded', function() { // Add fade-in class on load document.body.classList.add('page-fade-in'); // Handle clicks document.addEventListener('click', function(e) { // Find closest anchor tag const link = e.target.closest('a'); if (!link || !link.href) return; // Ignore external links, anchors, or new tabs if (link.target === '_blank' || link.href.indexOf('#') !== -1 || link.href.indexOf('mailto:') !== -1 || link.href.indexOf('tel:') !== -1 || e.ctrlKey || e.metaKey || e.shiftKey) { return; } // Check if same domain const currentDomain = window.location.hostname; const linkDomain = new URL(link.href).hostname; if (currentDomain !== linkDomain) return; // Prevent default and animate e.preventDefault(); document.body.classList.add('page-fade-out'); // Navigate after short delay matches CSS transition setTimeout(function() { window.location.href = link.href; }, 200); }); });