About this demo store

This is a simulated e-commerce site for lab only. No real payments are processed and no sensitive data is stored.

How to use

  1. From the Home page click "Enter".
  2. Browse products and click "Add to cart".
  3. Open the cart indicator and proceed to the Checkout.
  4. Click "Simulate Purchase" — this will perform a fake POST request client-side and generate a receipt token.

Security guidance

Even for a demo, follow these practices:

Notes

This demo uses PACIÊNCIA for session and cart. In production, replace with secure server-side sessions and proper authentication.