Commit Graph

24 Commits

Author SHA1 Message Date
d5de4ca571 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/wyczarujprezent.pl 2025-09-20 21:18:42 +02:00
9dc9a8c890 Zaktualizuj rozmiar i czas modyfikacji plików szablonów, usuń tymczasowe pliki obrazu oraz uprość wyświetlanie nazw produktów w szablonie miniatur. 2025-09-20 21:18:35 +02:00
4066f6fa31 Add InPost Pay integration to admin templates
- Created a new template for the cart rule form with custom label, switch, and choice widgets.
- Implemented the InPost Pay block in the order details template for displaying delivery method, APM, and VAT invoice request.
- Added legacy support for the order details template to maintain compatibility with older PrestaShop versions.
2025-09-14 14:38:09 +02:00
d895f86a03 Add checkout summary hook to the checkout and shopping cart templates 2025-09-09 21:22:29 +02:00
7a28543ee9 Remove outdated log files and temporary images
- Deleted the lscache.log file due to its redundancy.
- Removed ps_accounts log files for the dates 2025-08-18, 2025-08-19, 2025-08-21, 2025-08-22, and 2025-08-24 to clean up unnecessary error logs.
- Deleted temporary image files ps1D69.tmp and ps6756.tmp from the checkout module.
- Added a new exception log file for 2025-09-09 capturing a database error related to a missing table.
2025-09-09 18:44:41 +02:00
6fc5d66828 Refactor cart voucher templates to replace promotional text with "KOD RABATOWY:" in multiple themes and modules. Removed unused temporary image files from the checkout module. 2025-09-02 10:47:46 +02:00
98ce9f1ec4 Add log files for ps_accounts and lscache with error details
- Created new log file for lscache with debug messages indicating configuration issues.
- Added multiple log files for ps_accounts capturing errors related to shop token refresh failures and multi-shop configuration issues from August 18 to August 24, 2025.
2025-08-24 20:39:52 +02:00
bfdd714bc0 Enhance product display and styling
- Updated custom.scss to improve carousel navigation and hide dots for home products.
- Incremented version of custom.css in head.tpl to reflect recent changes.
- Refined product.tpl structure for better readability and maintainability, including adjustments to meta tags and product information layout.
- Improved tab structure for product details, ensuring proper display of descriptions, attachments, and additional content.
- Enhanced accessory display section for better user experience.
2025-08-20 15:33:47 +02:00
56a745f62b update 2025-08-19 15:26:51 +02:00
2515025eaf feat: Add initial index.php file and remove prod.log
- Created a new index.php file with the necessary PrestaShop license and configuration.
- Removed the empty prod.log file from the logs directory.
2025-08-19 01:00:18 +02:00
92b14f1a20 Update custom CSS and SCSS for improved layout and styling; update version in head template 2025-08-13 23:52:29 +02:00
7139027ab7 Update styles and templates for improved checkout experience
- Adjusted CSS styles in custom.css and custom.scss for better layout and responsiveness, including changes to button sizes and margins.
- Updated the checkout button link in ps_shoppingcart.tpl to directly point to the order page.
- Changed text labels in cart-voucher.tpl for better localization.
- Modified continue shopping button text in cart.tpl to Polish.
- Enhanced index.tpl structure for better hook management and layout consistency.
- Added temporary image files in the checkout module for future use.
2025-08-10 18:46:18 +02:00
8a4ef2e9ca Update CSS and template files for improved styling and functionality 2025-08-06 10:23:47 +02:00
ec8b8e2992 Update Polish translations and enhance checkout styles
- Changed the button text for adding a voucher code to Polish ("Dodaj kod rabatowy").
- Updated placeholder text in checkout form fields to use field labels.
- Modified shipping template to display shipping time in Polish.
- Refined CSS styles for better layout and responsiveness in checkout areas.
- Updated custom CSS version in the head template and added a script to move the free shipping message to the top of the container.
2025-08-05 23:55:00 +02:00
d39433f0d4 Add new payment and shipping parsers for various integrations
- Implemented Google Pay parser in bongooglepay.js
- Added Buckaroo 3 payment parser in buckaroo3.js
- Introduced DataTrans CW Mastercard parser in datatranscw.js
- Created DataTrans CW Credit Card parser in datatranscw_creditcard.js
- Developed DHL Assistant shipping parser in dhlassistant.js
- Added Estimated Delivery parser in estimateddelivery.js
- Implemented Floapay payment parser in floapay.js
- Created FS Pickup at Store shipping parser in fspickupatstore.js
- Developed Generic Iframe parser in generic_iframe_parser.js
- Added Geodis Officiel shipping parser in geodisofficiel.js
- Implemented Glob Kurier module shipping parser in globkuriermodule.js
- Created Latvija Post Express Pickup Terminal parser in latvijaspastsexpresspastspostterminalslv.js
- Developed LP Shipping parser in lpshipping.js
- Added Mijora Venipak parser in mijoravenipak.js
- Implemented Apple Pay parser in pm_applepay.js
- Created Przelewy24 payment parser in przelewy24.js
- Developed Pshugls shipping parser in pshugls.js
- Added Redsys Insite payment parser in redsysinsite.js
- Implemented Tpay payment parser in tpay.js
- Updated third-party integration documentation for FedEx DotCom
2025-08-04 23:10:27 +02:00
037a6c5551 Add custom CSS for homepage layout and banner styling 2025-07-04 00:39:46 +02:00
cc0c9e86b8 update 2025-07-03 20:56:08 +02:00
c5c208aa43 Add custom CSS for homepage layout and banner styling 2025-06-30 22:29:31 +02:00
Roman Pyrih
dfe8022c11 Save 2025-06-30 14:38:41 +02:00
3b29c2c8cc Update front.css to simplify .an_banner-border styles and adjust file size and modification time in sync cache 2025-06-15 23:00:15 +02:00
61f41ab5d9 Add new XML file entry for Facebook product feed in sync cache 2025-06-12 23:00:10 +02:00
48c0a99d26 Initialize production log file for logging purposes 2025-06-09 23:37:18 +02:00
64bcc1a6be Add new templates and update existing ones for An Home Products module
- Created new index.php files for various directories to establish structure.
- Added form.tpl and index.php for form helpers to enhance form handling.
- Introduced suggestions.tpl and top.tpl for improved admin interface.
- Implemented ajax-products.tpl and banners.tpl for front-end product display.
- Developed content.tpl and widget-blocks.tpl for dynamic content rendering.
- Enhanced widget-tabs.tpl and widget-wrapper.tpl for better tabbed navigation.
- Included necessary licensing information in all new files.
2025-05-16 14:21:29 +02:00
b65352c452 first commit 2024-10-28 22:14:22 +01:00