What this solution does
The module automatically copies values from one element property to another within an information block (for products or news) during creation or update. This is useful for integrating catalog data with 1C or handling non-standard imports where property synchronization is required without code modification.
The module addresses a common issue with pre-installed website templates containing fixed sets of properties, checkboxes, and filters. When configuring 1C exchange, new properties may be generated (such as 'hit', 'new', 'discount size', 'promotional price') that are not linked to the properties currently displayed in the catalog. To make these exported properties functional on the site, developers typically must modify the code to add new display fields or write scripts to duplicate exported properties into template-integrated ones. This module automates that process by copying data between properties, provided their data types match.
Technically, the module utilizes Bitrix system events: OnAfterIBlockElementAdd and OnAfterIBlockElementUpdate. Synchronization occurs instantly at the moment the element is saved.
The module enables mass synchronization of information block properties with a single click. The admin panel includes a group action button to forcibly copy properties across the entire catalog at once, which is ideal for already populated databases. It processes products modified both manually by content managers and during automatic batch exports. This tool is designed for online store administrators, content managers, and 1C specialists who need to quickly map exported properties to the current template without programming.
General iT can install and configure this module and check how it works on your website.