Commit Graph

3 Commits

Author SHA1 Message Date
fd9d29a0ee feat(upsell): apply real cart discounts and track performance 2026-05-08 19:16:01 +03:30
8345e94a1b fix(banner): create better banner style 2026-05-08 18:43:06 +03:30
32c065e4b6 feat: Add banner management functionality
- Implemented a new Banner model to represent banner data.
- Created a BannerRepository for database interactions related to banners.
- Developed a BannerService to handle business logic for banners.
- Added admin views for listing and adding banners.
- Integrated banner hooks for frontend rendering and click tracking.
- Created frontend styles and scripts for banner display and interaction.
- Updated database migrations to include a new banners table.
- Enhanced AdminController to manage banner actions and pages.
2026-05-05 01:03:05 +03:30