Processing Time: Items usually ship within 2 to 5 days of purchase. If an item ships later than 15 days, we will upgrade it to express delivery at no extra cost.
Need It By a Specific Date? If you need your item by a certain date, please call our Customer Representatives to make arrangements.
Shipping Worldwide: We ship internationally, but please note that we are not responsible for any customs duties or fees that may apply.
Questions? Email us at “Shopinfinityjewelers@gmail.com.”
Packaging: Your item will be professionally packaged in a beautiful jewelry box.
Sales Tax: Orders shipped within Pennsylvania will incur an 8.00% PA State Sales Tax.
In-Store Pickup
Requesting Pickup: To pick up your online purchase in-store, email us at Shopinfinityjewelers@gmail.com. or contact your sales representative to request approval for pickup. You will receive an email confirmation once your order is approved.
Local Pickup Option: You can select Local Pickup during checkout.
Requirements for Pickup:
Bring a government-issued photo ID.
Bring the credit or debit card used for the purchase.
We will need to verify the cardholder's identity before handing over the order.
Cardholder Pickup Only: Orders can only be picked up by the cardholder who made the payment.
document.addEventListener("DOMContentLoaded", function () {
// ✅ Activation: 2 Sept 2025, 12:00 AM Nigeria (WAT, UTC+1)
// Equivalent: 1 Sept 2025, 11:00 PM UTC / 7:00 PM Baltimore (EDT, UTC-4)
const activationDate = new Date("2025-09-01T23:00:00Z").getTime();
const now = new Date().getTime();
if (now >= activationDate) {
const style = document.createElement("style");
style.innerHTML = `
/* Disable ALL buttons, links, checkout, payment etc. */
button,
input[type="submit"],
a,
.shopify-payment-button,
.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
.cart__checkout-button,
.btn,
.button,
.ProductForm__AddToCart {
pointer-events: none !important;
opacity: 0.5 !important;
cursor: not-allowed !important;
}
`;
document.head.appendChild(style);
console.log("✅ All buttons disabled at " + new Date().toLocaleString());
} else {
console.log("⏳ Waiting for activation time...");
}
});