27 Commits

Author SHA1 Message Date
Roman Pyrih
dfc86a1895 Save 2025-11-12 10:35:31 +01:00
Roman Pyrih
bf356e9a4a Save 2025-11-12 10:26:26 +01:00
c32410eefd update 2025-10-27 23:48:59 +01:00
69f8fa4b7b Refactor CSS for improved responsiveness and styling consistency
- Added padding to code blocks for better readability.
- Adjusted column widths and display properties for .col-sm-3 in media queries.
- Introduced new styles for .an_productattributes-add button to enhance font size.
- Removed unnecessary styles related to product-miniature layout for mobile view.
- Added new media query for better handling of product-miniature layout on smaller screens.
- Cleaned up and standardized CSS formatting for better maintainability.
2025-10-27 11:46:19 +01:00
9967d52dc6 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/wyczarujprezent.pl 2025-10-17 13:25:11 +02:00
747cea9985 Dodaj skrypt Cookiebot do szablonu head.tpl 2025-10-17 13:22:29 +02:00
Roman Pyrih
18027ebd6c Change seo title 2025-10-07 12:50:29 +02:00
61aae81845 feat: Add phone number validation to order confirmation
- Implemented phone number normalization and validation in custom_js.js.
- Added alert class to phone input on validation failure.
- Disabled confirm button until a valid phone number is entered.
- Updated custom.scss to style alert state for phone input.
- Modified footer.tpl to include a new custom JavaScript file.
- Updated head.tpl to reflect the new version of custom.css.
- Minor formatting adjustments in existing CSS and JS files.
2025-09-21 22:50:02 +02:00
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
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
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
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
b65352c452 first commit 2024-10-28 22:14:22 +01:00