What this solution does
Module for automatic activation and deactivation of elements in a specified information block based on defined conditions. The process occurs during the creation of a new element or the modification of an existing one, regardless of whether the action is performed manually or via 1C exchange.
Conditions for product properties are configured in the module settings. For example, to hide products with zero stock, set the condition: property 'Available quantity' equals 0. After saving, the system automatically activates elements with a quantity greater than zero and deactivates those with a quantity of zero.
Any number of condition combinations is supported. This release supports the following property types for validation: string, number, base price, quantity, and list.
Working with multiple properties is performed using a single value only. This requires a configuration where one value in the module corresponds to one value in the element.
When comparing, all values of a multiple property on the element are considered together. If the module condition specifies that color equals red, but the element's property contains the values 'red + blue', the comparison will fail. The result is true only if the element's property value strictly matches the condition, meaning it contains only 'red' without any additional values.
General iT can install and configure this module and check how it works on your website.