- Added yt_logo.png image for branding.
- Created index.php for views and templates with license notice and redirection.
- Implemented back.js for reload functionality with event listener.
- Developed configure.tpl for admin configuration panel with documentation links.
- Established products-price-list.tpl for displaying product pricing information.
- Created presta_studio_omnibus_price.tpl for displaying price history and discounts.
- Added index.php files in various directories for consistent redirection and license notice.
- Updated `dr_materac.scss` to hide the compare/wishlist button by default.
- Enhanced JavaScript in `detail1526395446.tpl` to safely add an event listener for the opinions section link, ensuring it only attaches if the element exists.
- Cleaned up the `product-add-to-cart.tpl` by uncommenting the compare/wishlist button section for better visibility in the UI.
- Created CHANGELOG.md to maintain version history.
- Added README.md with usage instructions for the trigger_deprecation() function.
- Initialized composer.json for the Symfony Deprecation Contracts library, specifying dependencies and autoloading.
- Introduced a new Locale class to handle localization features such as number and price formatting.
- Implemented methods for formatting numbers and prices according to locale rules.
- Added error handling for missing price specifications and null values in price formatting.
- Enhanced the constructor to initialize locale code, number specifications, and price specifications.
fix(logs): address configuration entry not found and client authentication errors
- Resolved issues related to missing configuration entries for shop UUID.
- Handled errors related to invalid client authentication during token refresh attempts.
- Removed legacy code related to 'cookiesplus' module.
- Added checks for 'pagecache' module and included its functionality in coreCallHook and coreRenderWidget methods.
- Updated module metadata comments to reflect changes and new versioning.
- Created Html helper class for displaying information and translations.
- Added index.php files for various directories to prevent direct access.
- Implemented Polish translations for the module.
- Set up upgrade scripts for future module updates.
- Included Composer autoloading files and configurations.
- Added template files for displaying header and order confirmation scripts.
- Established .htaccess rules for security in vendor directory.
- Added Italian translations for the OmniPrice module, covering various settings and messages.
- Implemented a new cron.php controller for handling price indexing and cleanup actions.
- Created an index.php controller to redirect access attempts to the module's front controller.
- Added German translations for the OmniPrice module, ensuring compliance with the Omnibus directive.
- Introduced a new self-invoking function to handle radio button selection without jQuery.
- Implemented visibility check for radio buttons and their labels.
- Added a MutationObserver to monitor changes in the payment options section and trigger selection accordingly.
- Included a fallback mechanism to ensure the selection function runs periodically.
This commit introduces a conditional display of the category description
in the product list template for the specific URI '/60-koldry/s-1/rozmiar-160x200_cm/rodzaj-koldry'.
When this URI is accessed, a predefined description "Opis kategorii"
will be shown to enhance user experience and provide relevant information.
- Introduced flexbox layout for the .box-ekomi-widget to enhance responsiveness.
- Set .title_block to occupy full width.
- Adjusted widths for specific Ekomi widget elements to improve layout on the index page.