Answer the question
In order to leave comments, you need to log in
How to configure the update of HL-block elements when uploading from 1C?
I want to set up an exchange between 1C and Bitrix through uploading user directories.
I unload the directory, an HL block is created, everything is fine.
In 1C I make some changes to the elements of the directory, I unload the directory again, nothing changes. At the same time, the upload file comes to Bitrix, there are changes from 1C.
Logically, the changes should be displayed in the HL block, but they are not there (
Is it possible to somehow configure the updating of the elements of the HL block when uploading from 1C?
So far, I only think of parsing the xml file through cron, but I don’t really like this option, I want a more elegant solution.Maybe
someone came
across.I would be glad for any help.
Answer the question
In order to leave comments, you need to log in
Understood, put the handler on the event
AddEventHandler("catalog", "OnSuccessCatalogImportHL", "SuccessCatalogImportHLHandler");
function SuccessCatalogImportHLHandler($settings, $file)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question