What this solution does
When integrating a 1C-Bitrix website with 1C, most exchange issues stem from the inability to access source data. Export files are stored in system directories (/upload/1c_catalog/, /upload/1c_exchange/) and are regularly overwritten or deleted. Consequently, when an error occurs, the required XML file is often no longer available.
The module automatically saves copies of all catalog exchange XML files (import_.xml, offers_.xml, prices_.xml, rests_.xml, and others) to a dedicated folder on the site.
This solution is particularly useful for:
- developers and integrators who regularly debug 1C ↔ Bitrix exchanges;
- technical staff managing online stores and warehouse systems;
- support teams that need to quickly resolve incidents related to prices, stock levels, and product attributes.
Key capabilities:
Exchange issue diagnostics. When discrepancies arise in prices, stock, assortment, or import errors, you can open the saved XML file for a specific exchange to see exactly what data was sent from 1C, eliminating the need for speculation.
Audit and change control. An archive of XML files for a selected period can be maintained, allowing analysis of data changes and tracking what was exported and when.
The module simplifies work for teams and contractors by replacing one-off handlers with a standard solution configurable via the admin panel.
Data exchange remains secure: the module does not alter information or block the process. When enabled, it only copies files; when disabled, the exchange operates in standard mode without additional load.
Key capabilities:
Automatic copying of all XML files from the 1C catalog exchange to a separate folder on the site.
Option to specify a custom directory for storing copies (default: /upload/1c_catalog_copy_ox8).
Enable or disable the function via the module settings page without modifying init.php or writing custom code.
Integration at the level of the standard OnBeforeCatalogImport1C event, recommended in expert materials for Bitrix and 1C integration to extend exchange logic.
General iT can install and configure this module and check how it works on your website.