FAB PRINTS — PHP SHOP

Requirements: PHP 8.1+ (PHP 8.4 is ideal), cURL enabled for Stripe payments.
No database is required for this first version; products and orders are stored in /data JSON files.

UPLOAD
1. Upload all files/folders to public_html (or a subfolder) in cPanel File Manager.
2. Make sure /data is writable by PHP (normally 755/775 depending on host).
3. Open config.php and CHANGE admin_password.
4. Set base_url, e.g. https://fabprints.co.uk
5. For real card payments, add a Stripe secret key to stripe_secret_key.
6. Visit /admin.php to add/edit/delete products.

IMPORTANT
- Checkout runs in DEMO mode until Stripe is configured. No payment is taken in demo mode.
- Product artwork is currently represented by styled symbols as placeholders. Replace these with your own product photography before launch.
- For a production store, add Stripe webhook verification, transactional emails, delivery rates, privacy/terms pages, backups, and HTTPS.
