What this solution does
The 'Custom Content Snippets' module simplifies managing frequently changing information on your website. You can create an unlimited number of custom fields, such as 'Main Phone', 'Support Email', or 'Office Address', each with a unique symbolic name.
All values are stored in the system table b_option and are accessible via the standard \Bitrix\Main\Config\Option::get() method. Displaying data on the site does not require including the module in PHP code or modifying templates. Simply insert the HTML or PHP code snippet generated by the module into the desired location using the visual editor or directly in the template code.
Changing a value in the module's administration panel instantly updates it across all areas of the site where the corresponding snippet is used. This solution is ideal for contact details, company registration data, social network names and links, as well as any other text or simple HTML requiring frequent adjustments.
Create a field, fill it with a value, and insert the ready-made code onto your website. This eliminates the routine of searching for and editing contact information across all pages. Update all data from a single location.
General iT can install and configure this module and check how it works on your website.