please Modesy update 2.6
07 September 2025 – Version 2.6
- Upgraded CodeIgniter Framework to version 4.6.2
- Implemented full PHP 8.4 compatibility
- Enhanced database performance with indexes and optimized queries
- Overhauled caching infrastructure to reduce database dependency
- Rebuilt cart system with a new database-driven cart & checkout (replacing session-based system)
- Modernized all payment gateways according to latest official docs
- Upgraded Stripe integration to Stripe Checkout + webhooks for Stripe, PayTabs, and Razorpay
- Removed Mercado Pago and added dLocal + YooMoney payment gateways
- Rebuilt category system using Closure Table architecture for scalable performance (500k+ categories)
- Rebuilt product filters system
- Redesigned shipping system with product dimensions (weight, width, height, length), volumetric weight support, and vendor-defined shipping rate tables
- Redesigned tagging system using a central tag pool with pivot table
- Changed all price types to decimal in the database for better precision
- Rebuilt CSV bulk upload system with multi-language import support for products, categories, and custom fields
- Replaced and refactored image upload & optimization library
- Optimized newsletter module for large subscriber counts
- Removed Swift Mailer and Mailjet, added API integrations for Brevo and Mailgun
- Redesigned hierarchical commission system with precedence: Product → Vendor → Category → Default
- Replaced legacy product options with dynamic product variants (JavaScript combination logic)
- Expanded storage integrations with Cloudflare R2 and Backblaze B2 (alongside AWS S3)
- Integrated AI content generator (powered by OpenAI) for products, blogs, and pages
- Replaced front-end slider library with a modern alternative
- Added Product Image Display Mode option (Fit or Fill)
- Implemented login rate limiting (5 failed attempts = 5 min block)
- Improved search functionality with more accurate results
- Implemented various front-end UI/UX improvements
- Added option to show vendor contact information to guests
- Added "Only Affiliate Sellers" filter to shops page
- Added minimum deposit option
- Added option to manually set wallet deposits for bank transfers
- Added new sitemap generator
- Added new Hreflang generator
- Added brand support for digital files
- Added cart location selection option
- Added CAPTCHA for guest orders
- Added duplicate product feature
- Replaced Google reCAPTCHA with Cloudflare Turnstile for enhanced security and user experience
- Updated RSS system
- Updated JSON-LD schema
- Fixed reported bugs