One or more of the items in your cart is a recurring or deferred purchase. By continuing, I agree to the cancellation policy and authorize you to charge my payment method at the prices, frequency and dates listed on this page until my order is fulfilled or I cancel, if permitted.
document.addEventListener("DOMContentLoaded", function() {
const message = sessionStorage.getItem("factorySuccessMessage");
if (message) {
document.querySelector(".success-message-show").innerHTML = message;
sessionStorage.removeItem("factorySuccessMessage"); // clear it after showing
}
});