
Intensa: Cart Rules Extension
The module extends the set of conditions available for cart rules. After installation, the following new conditions become available: Callback function result. Allows specifying a custom function that receives an array of order or cart data as an argument. PHP expression. Enables setting arbitrary PHP code for dynamic condition evaluation. User birthday.

Discount from order property via shopping cart rule
The module adds two new actions to shopping cart rules: 'Apply discount from order property' and 'Apply discount from cart item property'. This enables setting a dynamic discount amount for an order based on order properties or the characteristics of individual cart items.

Favorites
The Favorites module allows users to save preferred items into a dedicated list stored in a separate database table. The feature is available for both authenticated and unauthenticated users. Upon login, separate lists are automatically merged into a single unified list.

Logging for developers
The Intensa Logger module is designed to write project data to files. It allows tracking bottlenecks and using logging for debugging during development. Implemented features include log writing, alerts for critical issues, automatic cleanup of outdated log files, execution timers, and an SQL tracker based on diag. Detailed documentation is available in the project repository.

Intensa: Extension of the restrictions set for delivery and payment services for the online store
This module extends the standard set of restrictions for delivery and payment services in 1C-Bitrix, adding capabilities not present in the base version. It is compatible with the standard checkout component sale.order.ajax. Supported restriction types: - Time of day; - Day of the week; - User groups (for payment systems); - Custom function execution result.

Reviews
The Reviews module adds functionality for publishing reviews with the ability to attach photos and video files. Two layout options are available: vertical and horizontal with a slider. Component settings allow enabling or disabling reviews from unauthenticated users. Moderation can be disabled if needed, and custom sorting rules can be configured.

Intensa: integration with the Sentry service
Module intercepts Bitrix errors and sends them to the Sentry service for developer tracking.