ifnex/04_Laravel/app/Http/Controllers
Kazem Alghasi 2737e262d7 feat(core): implement configuration-driven logic via SystemSetting
Integrate `SystemSetting` into core services to enable dynamic
configuration of business logic and update the WordPress order form
redirection to align with the new order approval workflow.

- Update `PaymentController`, `ShipmentObserver`, and `TrackingService`
  to utilize `SystemSetting` for runtime configuration.
- Modify `ifnex-order-form.js` to redirect users to the orders list
  instead of order details upon successful submission.
2026-09-10 02:25:21 +03:30
..
Api feat(core): implement configuration-driven logic via SystemSetting 2026-09-10 02:25:21 +03:30
Controller.php feat: Complete customer ordering system (Phase 3) 2026-08-10 06:09:56 +03:30
OrderController.php feat(order): implement order creation flow and pricing API 2026-08-04 07:59:23 +03:30
PricingPageController.php refactor(import): enhance shipping rates import and refine PDF layouts 2026-08-04 09:47:22 +03:30
ShipmentPdfController.php feat(core): implement order approval flow, credit system, and import invoicing 2026-09-03 06:04:20 +03:30