- 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.
- Changed link color to black and set font weight to 600 in paragraph styles.
- Ensured selectize input within PM_ASCriterionStepEnable class takes full width.
- 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.
- 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.
- 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.
- 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.