- 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 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.