- Clone this repository or download ZIP
- Copy project to your XAMPP
htdocs
folder - Start Apache and MySQL from XAMPP
- Open phpMyAdmin and import:
db/digital_store.sql
into a new database calleddigital_store
- Edit
includes/db.php
to set your DB credentials - Open browser and go to:
http://localhost/store/
✅ Done! You're ready to test and run your store.
If this project helped you or you liked the idea, consider supporting me:
- User selects a product and goes to checkout
- Shows your UPI ID (e.g.,
codesaif@upi
) - User uploads payment screenshot
- Admin verifies payment from dashboard
- Once verified, user receives access/download option
- PHP 8+
- MySQL / MariaDB
- HTML5, CSS3, Bootstrap
- Basic session-based auth
- Manual UPI verification flow
- Automatic UPI verification (via Razorpay API or custom logic)
- Product ratings and reviews
- Email notification system
- Coupon codes or discounts
- Search & filter products
- Download tracking dashboard
CodeSaif
🔗 Website | 📬 contact.codesaif@gmail.com
📱 Telegram: @codesaif_group
📸 Instagram: @mdsaifali111
This project is open source and available under the MIT License.