Refund Policy
All sales are final.
Due to the digital nature of our content, we do not offer refunds once a course has been purchased and access has been granted.
By purchasing, you:
-
Consent to immediate access to digital content
-
Acknowledge that you lose any applicable right to cancel once access begins
return;
}
if (!terms.checked || !refund.checked) {
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation();
alert(
'You must accept the Terms & Conditions and No Refund Policy before proceeding.'
);
return false;
}
}
}, true);
});