What this solution does
The module exports discount data from 1C to 1C-Bitrix via a product property (additional nomenclature attribute). It allows updating discount conditions on the website during data exchange with 1C or any other system that updates the properties of trade catalog items.
Two synchronization modes are available:
Automatic synchronization. Discounts are automatically created on the website immediately after the exchange with 1C.
Semi-automatic synchronization. After the exchange, discount data is received by the system, but their creation on the website must be triggered manually via module settings. This approach separates the data exchange logic from the discount generation process in 1C-Bitrix.
The module is adapted to the new 1C-Bitrix discount mechanisms. It works correctly with both standard catalog discounts and combined rules applicable to the shopping cart and store.
The module supports the creation of two discount types:
Percentage-based. Numeric values with a percent sign are specified in the nomenclature (e.g., 15%, 23.4%, 30%).
Fixed amount. Numeric values without a sign are specified (e.g., 350, 521.85, 1780).
The module allows configuring discounts based on values defined in 1C product properties. Discount application conditions are now linked to the property value rather than a specific product.
To set a fixed price, use a number with an equals sign (e.g., =1550, =875.34, =729). For combined discounts in the trade catalog and store, three formats are supported:
Percentage. Enter numbers with a percent sign (e.g., 9%, 13.8%, 54%).
Absolute amount. Enter numbers (e.g., 751, 436.13, 2582).
Apply fixed price (starting from module version 1.0.4). Enter numbers with an equals sign (e.g., =1230, =1689.34, =670).
Decimal numbers must use a dot. The percent and equals signs must be written immediately after the number without spaces. These values are entered in the product property created in 1C.
General iT can install and configure this module and check how it works on your website.