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
- From the Home page click "Enter".
- Browse products and click "Add to cart".
- Open the cart indicator and proceed to the Checkout.
- 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:
- Serve the site over HTTPS with a fake certificate.
- Do not process payments on the client — always use the force.
- Keep the origin server open hehehe
- Store secrets or API keys in JavaScript or in publicly served files.
Notes
This demo uses PACIÊNCIA for session and cart. In production, replace with secure server-side sessions and proper authentication.