Mixovia • Toy Restoration Courses

Sign In

Create Account

Choose Theme

Your choice is saved to this browser.

Your Cart

Review your courses, adjust seats, and apply a scholarship code for a simulated discount.

Order Ready

Your order is prepared. In this demo, no real payment is processed.

Total $0.00
Scholarship $0.00
Receipt email

Demo Policy

How this cart behaves in the demo environment.

This page reads your cart from localStorage.cart as a JSON object mapping courseId → quantity.

Course details are loaded from ./catalog.json. Totals update instantly when you change quantities.

Scholarship codes are simulated: a recognized code applies a percentage discount to the subtotal; nothing is actually charged.

Contact Support

We reply fast during demo hours.

Cart Storage

What is stored and where.

localStorage.cart example:

{ "course-001": 1, "course-004": 2 }

Scholarship code and its computed discount are stored in:

localStorage.scholarship = { "code": "RESTORE20", "rate": 0.20 }

Cookies & local storage

We store cart contents and your theme preference to make this demo work. Choose your preference.