88 Commits

Author SHA1 Message Date
9c84b58234 Aktualizacja konfiguracji FTP oraz poprawa formatowania kodu w plikach konfiguracyjnych 2025-02-20 21:02:20 +01:00
03434ff3e3 Poprawa formatowania kodu w pliku products-list.php oraz dodanie ustawienia bieżącej strony w formularzu paginacji 2025-02-11 23:17:19 +01:00
6621eb8d40 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:39:04 +01:00
d8fe9e78fb Dodanie obsługi danych firmy w formularzach oraz poprawa warunków sprawdzających wagę produktu 2025-01-04 12:11:29 +01:00
9a775d8ec0 Poprawa warunku sprawdzającego wagę produktu w szablonie produktu 2024-12-31 17:40:39 +01:00
eb39fa20ce Zmiana limitu długości wiadomości zamówienia z 900 na 850 znaków w pliku cron.php 2024-12-31 17:29:10 +01:00
2e84ff623a Dodanie sprawdzenia, czy 'products_related' jest tablicą przed zaznaczeniem opcji w formularzu edycji produktu 2024-12-29 20:31:42 +01:00
91484467fc Dodanie paginacji z możliwością wprowadzania numeru strony oraz walidacji wartości w formularzu 2024-12-25 11:54:28 +01:00
2246e4781e Dodanie stylów dla przycisku wysyłania zamówienia do apilo w responsywnym widoku 2024-12-21 19:46:05 +01:00
2880d3e6fc Dodanie funkcji do ponownego wysyłania zamówienia do apilo.com oraz czyszczenia pamięci podręcznej w panelu administracyjnym 2024-12-20 21:29:56 +01:00
d6270fe621 Dodanie wyłączenia raportowania błędów E_NOTICE, E_STRICT, E_WARNING oraz E_DEPRECATED w pliku product.php 2024-12-17 21:30:01 +01:00
c08d5cf44d Refaktoryzacja skryptu zgody na pliki cookie, w tym dodanie obsługi regionów UE oraz optymalizacja logiki aktualizacji zgody 2024-12-09 16:20:33 +01:00
38fd71b46d Dodanie plików konfiguracyjnych oraz obrazów do menedżera plików, w tym aktualizacja ścieżki w szablonie iframe 2024-12-06 15:14:54 +01:00
5a6bc6083d Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/pomysloweprezenty.pl 2024-12-04 10:55:06 +01:00
76351a7089 Dodanie sekretnych kluczy API do konfiguracji oraz optymalizacja logiki przetwarzania zamówień w pliku cron.php 2024-12-04 10:55:03 +01:00
Roman Pyrih
49a890c02c Save 2024-12-02 12:01:34 +01:00
19bc9054fe Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/pomysloweprezenty.pl 2024-11-24 21:35:47 +01:00
27dc5d15c2 Dodanie banera Orlen w koszyku oraz poprawa stylów i elementów w plikach CSS i produktach 2024-11-24 21:35:43 +01:00
4db287a9e9 Dodanie obsługi adresu dla transportu o ID 3 w pliku cron.php 2024-11-22 12:18:56 +01:00
0572afe461 Refaktoryzacja logiki przypisywania adresu w pliku cron.php 2024-11-19 12:48:31 +01:00
4a4f84db97 orlen 2024-11-16 10:56:13 +01:00
5f817b98d4 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/pomysloweprezenty.pl 2024-11-16 10:56:11 +01:00
49f8a3f8a0 Dodanie obsługi punktów Orlen w zamówieniach oraz poprawa logiki i formatowania w różnych plikach 2024-11-16 10:54:33 +01:00
Roman Pyrih
221cedee24 Save 2024-11-12 13:57:21 +01:00
a91d37736d Uproszczenie logiki przetwarzania danych w klasach ShopProduct i ShopCoupon oraz poprawa formatowania kodu 2024-11-12 11:28:05 +01:00
170e279693 Poprawa walidacji danych w metodach płatności oraz aktualizacja obsługi błędów w AJAX i poprawa formatowania kodu 2024-11-08 00:16:03 +01:00
bad0e5c830 Zmień limit długości wiadomości zamówienia z 1024 na 900 znaków oraz popraw formatowanie błędów walidacji w odpowiedzi API 2024-11-07 12:57:52 +01:00
6ce67c2cee Refactor URL parsing in index.php to improve query parameter handling and enhance routing logic 2024-11-03 16:18:13 +01:00
5206482b30 Refactor value formatting in grid.js to support nested and array fields 2024-11-02 00:20:03 +01:00
7faadb69e2 Usunięcie nieużywanych plików konfiguracyjnych i CSS z menedżera plików oraz uproszczenie przetwarzania wartości w klasach ShopProduct, Settings, Users, ShopPromotion, ShopCoupon, ShopProductSets i Dictionaries. 2024-11-01 00:12:03 +01:00
8d5dadc0be Update cookie consent settings to deny ad-related storage 2024-10-31 19:26:50 +01:00
b9998bdcb3 Refactor product combination check to ensure it's an array before counting 2024-10-31 11:53:28 +01:00
7ce03e15a7 Refactor value handling in multiple classes to improve data processing 2024-10-30 09:38:55 +01:00
fbb0231089 Refactor payment confirmation template and fix status check 2024-10-29 11:25:46 +01:00
082feb6f2a Update FTP and SFTP credentials 2024-10-28 23:46:53 +01:00
a475c87287 Refactor deleting product and updating SEO links
This commit refactors the code in the ShopProduct class to improve the process of deleting a product and updating the SEO links. It adds new database queries to delete entries from the pp_routes and pp_redirects tables when a product is deleted. It also updates the SEO links for translated product names, ensuring that the new SEO link is generated correctly and checking for any existing redirects before adding a new one. Additionally, the commit adds a new function, canAddRedirect, to check for cycles in the redirect map before adding a new redirect.

Refactor deleting product and updating SEO links in class.S

This commit refactors the clear_redis_cache function in the S class to improve the process of updating the routes and redirects in the .htaccess file. It adds new database queries to delete entries from the pp_routes table and updates the code to generate the RewriteRule directives for the routes. It also adds a new condition to the .htaccess file to skip rewriting requests for existing files and directories.

Refactor retrieving subcategories in class.Category

This commit refactors the getCategoryData function in the Category class to improve the process of retrieving subcategories. It removes the ORDER clause from the database query to retrieve subcategories, allowing the categories to be returned in their natural order. This change ensures that the subcategories are displayed correctly in the category navigation.

Check redirects and routes in index.php

This commit adds new code to the index.php file to check for redirects and routes before processing the request. It checks if the requested URL matches any entries in the pp_redirects table and redirects the user to the new URL if a match is found. It also checks if the requested URL matches any entries in the pp_routes table and parses the destination to extract GET parameters if a match is found. This change improves the handling of redirects and routes in the application.
2024-10-27 21:49:36 +01:00
eeaa77b244 Refactor Instagram box component to use Splide slider 2024-10-23 12:57:48 +02:00
85c92aa932 first commit 2024-10-23 12:55:46 +02:00