Skip to main content
Smart Online Exam - Refund Policy

Refund Policy

Learn about our policy on refunds for digital products on Smart Online Exam

Last Updated: September 17, 2026

Thank you for shopping at Smart Online Exam.

Non-tangible irrevocable goods ("Digital Products")

We do not issue refunds for non-tangible irrevocable goods ("digital products") once the order is confirmed and the product is sent.

We recommend contacting us for assistance if you experience any issues receiving or downloading our products.

Contact Us

If you have any questions about our Returns and Refunds Policy, please contact us at:

// Back to top functionality document.addEventListener('DOMContentLoaded', function() { let backToTopBtn = document.querySelector('.back-to-top'); window.addEventListener('scroll', function() { if (window.pageYOffset > 300) { backToTopBtn.style.display = 'flex'; } else { backToTopBtn.style.display = 'none'; } }); backToTopBtn.style.display = 'none'; // Hide initially backToTopBtn.addEventListener('click', function(e) { e.preventDefault(); window.scrollTo({ top : 0, behavior : 'smooth' }); }); });