Commit Graph

80 Commits

Author SHA1 Message Date
Roman Pyrih
38cd7bb00f Add email for buy-by-phone 2026-01-13 15:44:05 +01:00
Roman Pyrih
d07f59541e Update "g-recaptcha" key 2026-01-09 08:59:31 +01:00
d90edd9b82 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/lulandia.pl 2025-12-17 14:00:57 +01:00
70a4e192c9 Zaktualizowano plik gm_omniprice.php, aby zdefiniować stałe identyfikatory walut oraz poprawić sortowanie atrybutów produktów. 2025-12-17 14:00:54 +01:00
08511a0c24 Zmieniono sposób pobierania identyfikatorów walut w module Gm_OmniPrice, aby używać statycznej tablicy zamiast dynamicznego wywołania funkcji. 2025-12-16 23:35:02 +01:00
ac48c61b72 Add Italian and German translations for OmniPrice module, implement cron job controller, and create front index file
- Added Italian translations for various module strings in it.php.
- Added German translations for various module strings in de.php.
- Implemented Gm_OmniPriceCronModuleFrontController to handle cron actions such as indexing, cleanup, and filling missing cache.
- Created index.php file to redirect access to the module's front controller.
2025-12-16 00:00:49 +01:00
f13c5f53e8 Zaktualizowano datę w komentarzach modułu cookiesplus w pliku Hook.php. 2025-11-28 21:54:20 +01:00
1a453bd31d Change chat color 2025-11-13 11:29:47 +01:00
2038b1ee7e Zaktualizowano warunek wyświetlania kategorii w szablonie layout-both-columns.tpl, aby uwzględniał wszystkie kategorie. 2025-10-31 00:30:32 +01:00
ce353a9e52 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/lulandia.pl 2025-10-29 23:03:29 +01:00
ac620659ff update 2025-10-29 23:03:26 +01:00
9e70154cbb Zaktualizowano plik defines.inc.php, aby zmienić adres IP dla trybu debugowania. Zmodyfikowano layout-both-columns.tpl, aby dodać warunek sprawdzający nazwę strony przed wyświetleniem kategorii. Usunięto niepotrzebne pliki dziennika błędów, które nie zawierały istotnych informacji. 2025-10-28 19:51:47 +01:00
5f09f3816b Add new banners for single product and "materace" category 2025-10-27 13:43:28 +01:00
95b6ff255c Usunięcie zbędnych plików .DS_Store oraz dodanie skryptu do automatycznego wyboru opcji płatności 2025-10-15 12:57:44 +02:00
Roman Pyrih
9de1ac9d1f Save 2025-10-08 09:35:58 +02:00
Roman Pyrih
cbd3d926a6 Adding selecting size 2025-09-30 08:14:24 +02:00
6f5f55b229 Save 2025-09-15 15:38:35 +02:00
Roman Pyrih
21f6ce67be Save 2025-09-12 08:32:48 +02:00
638c4ecb74 Refactor code structure for improved readability and maintainability 2025-08-08 00:01:51 +02:00
8c05aae2ab udpate 2025-08-07 21:16:42 +02:00
f5dd06f0bc Update styles for links in paragraphs and adjust selectize input width
- Changed link color to black and set font weight to 600 in paragraph styles.
- Ensured selectize input within PM_ASCriterionStepEnable class takes full width.
2025-07-31 12:09:46 +02:00
4c1811b8f6 update 2025-07-31 11:31:29 +02:00
ff0ecacfec Refactor category description styles and remove redundant text-muted class
- Updated SCSS to add margin-bottom for lists within category descriptions.
- Removed 'text-muted' class from category description divs in product-list template for improved readability.
2025-07-26 19:07:24 +02:00
Roman Pyrih
5e31032e17 Save 2025-06-25 12:07:44 +02:00
Roman Pyrih
56865b4758 Save 2025-06-20 12:59:50 +02:00
Roman Pyrih
186ac6d1fe Save 2025-06-20 11:29:14 +02:00
Roman Pyrih
7f7d112409 Save 2025-06-18 10:37:04 +02:00
Roman Pyrih
9fd2a43f9c Save 2025-06-16 13:39:51 +02:00
1984666a3c fix: Update import logic to skip combinations without EAN and adjust file size in sync cache 2025-06-09 23:32:04 +02:00
ebb42a29fc fix: Update product activation status and enhance logging in import process 2025-06-09 21:24:19 +02:00
7551e5db04 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/lulandia.pl 2025-06-09 13:30:18 +02:00
e5e59e77e4 Refactor SCSS for product page layout and styling
- Removed unnecessary selector for product styles.
- Added new styles for the product page wrapper, including background color and padding.
- Enhanced blog article styling with background color and padding.
- Introduced border and padding for extra blogs section.
2025-06-09 13:30:01 +02:00
4a932cea27 fix: Update file sizes and modify click behavior for product review section 2025-06-09 13:29:24 +02:00
Roman Pyrih
77d4d77b9e save 2025-06-06 09:35:20 +02:00
ce343e35f5 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/lulandia.pl 2025-06-06 00:36:11 +02:00
66d27c548b refactor: Simplify product update logic and remove unused tax rules group handling 2025-06-06 00:36:03 +02:00
Roman Pyrih
1fef57f3e2 Save 2025-06-03 13:19:57 +02:00
748bab7032 feat: Update file sizes and remove temporary files in empikmarketplace module 2025-06-03 11:27:30 +02:00
1d3d247a1a Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/lulandia.pl 2025-06-03 00:45:46 +02:00
f470723779 Add XML product import functionality and update product prices
- Implemented XML parsing from an external source to import product data.
- Updated product prices in the database based on the parsed XML data.
- Handled product combinations and updated their respective prices.
- Ensured tax rules and active status are set correctly during updates.
- Added error handling for XML loading and parsing.
- Cleaned up legacy code related to price updates.
2025-06-03 00:45:43 +02:00
Roman Pyrih
5d00e8450e Wyszukiwarka usuwanie ceny konkretnych produktów 2025-06-02 15:41:26 +02:00
Roman Pyrih
0b7e73c0ef feat: Update product ID conditions for contact invitation 2025-06-02 13:46:06 +02:00
c20f2b4989 Add referral program invitation and voucher email templates
- Created `referralprogram-invitation.html.twig` for sending invitations to friends to join the referral program.
- Created `referralprogram-voucher.html.twig` for notifying users about their voucher after referring a friend.
- Both templates include responsive design and utilize the modern email layout.
- Added translation support for various text elements within the templates.
2025-06-01 01:51:01 +02:00
fe92238a41 feat: Update product tax rules and disable products containing "AMZ" in their names 2025-05-31 20:38:14 +02:00
7fcfada1de Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/lulandia.pl 2025-05-20 09:46:33 +02:00
89ea4d2faa Update text color in theme.scss for improved readability 2025-05-20 09:46:28 +02:00
7f3360f021 feat: Add event listener to reload page on cart update 2025-05-20 00:18:31 +02:00
d9304aa88f feat: Enhance price comparison logic and improve code formatting 2025-05-14 15:14:47 +02:00
3acdbfbb23 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/lulandia.pl 2025-05-08 21:27:15 +02:00
c4aab429d2 feat: Add configuration parameters for database and mailer settings 2025-05-08 20:34:21 +02:00