15 Commits

Author SHA1 Message Date
fc45bbf20e Add view classes for articles, banners, languages, menu, newsletter, containers, shop categories, clients, payment methods, products, and search
- Created `Articles` class for rendering article views including full articles, miniature lists, and news sections.
- Added `Banners` class for handling banner displays.
- Introduced `Languages` class for rendering language options.
- Implemented `Menu` class for rendering page and menu structures.
- Developed `Newsletter` class for newsletter rendering.
- Created `Scontainers` class for rendering specific containers.
- Added `ShopCategory` class for managing shop category views and pagination.
- Implemented `ShopClient` class for client-related views including address management and login forms.
- Created `ShopPaymentMethod` class for displaying payment methods in the basket.
- Added `ShopProduct` class for generating product URLs.
- Introduced `ShopSearch` class for rendering a simple search form.
- Added `.htaccess` file in the plugins directory to enhance security by restricting access to sensitive files and directories.
2026-02-21 23:00:54 +01:00
4f95821342 feat: Add integrations dropdown and toggle functionality for trustmate.io orders
- Introduced a new dropdown button for integrations in the order details page.
- Implemented functionality to resend orders to apilo.com and toggle trustmate.io status.
- Enhanced the order details template with new dropdown menu and JavaScript for handling dropdown behavior.
- Added new textarea for producer data in the producer edit page with CKEditor integration.
- Updated product edit page to include GPSR information with textarea and CKEditor.
- Improved update process with detailed logging and error handling during version updates.
- Updated version number to 0.233.
2026-01-27 23:46:34 +01:00
f955fdbd54 Dodanie pliku .htaccess z konfiguracją zabezpieczeń i blokowaniem dostępu do plików 2026-01-01 21:03:07 +01:00
a243bc8b5e Usunięcie zapisu logów do pliku w klasie Medoo 2025-12-28 11:28:04 +01:00
4897ef132a Enhance product management and coupon features
- Added styling for input group add-ons and additional fields in SCSS.
- Updated shop coupon view to include a new column for usage count.
- Display coupon code and amount in order details if applicable.
- Improved product edit template to handle custom fields with required validation.
- Modified product save logic to include custom field requirements.
- Enhanced decimal normalization function for better input handling.
- Implemented checkbox normalization for form submissions.
- Updated custom fields in product templates to reflect required status.
- Fixed URL for fetching changelog updates.
2025-08-19 20:35:24 +02:00
710f8b6450 Dodanie raportowania błędów oraz poprawa formatowania kodu w plikach konfiguracyjnych i obsługi przesyłania obrazów produktów 2025-01-06 10:38:48 +01:00
5adfbf5eab Dodanie obsługi danych firmy w formularzach oraz poprawa warunków sprawdzających w kodzie 2025-01-04 12:11:00 +01:00
5cd1df507a Dodanie nowej wersji menedżera plików z aktualizacją plików i konfiguracji 2024-12-06 15:15:36 +01:00
f7dd023aae Poprawa obsługi błędów, aktualizacja wartości w AJAX oraz wprowadzenie sprawdzenia istnienia parametrów w formularzach 2024-11-08 00:15:50 +01:00
705f19fed1 Update cookie notice links to point to the terms and privacy policy pages 2024-11-05 10:02:27 +01:00
27801d7ce0 Refactor ShopCategory class and grid.js to improve nested field handling and code readability 2024-11-02 00:20:16 +01:00
83400eda0f Refactor value handling in multiple classes to simplify JSON decoding process 2024-11-01 00:12:24 +01:00
4f1f4fa4da Refactor class.Product.php and class.S.php for improved code readability and maintainability 2024-10-29 11:26:06 +01:00
75eb9e0375 Refactor .htaccess file and update URL routing logic 2024-10-27 21:50:13 +01:00
faeb2e52e8 first commit 2024-10-25 23:02:37 +02:00