Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
$arSort is an associative array for sorting the value, in the format "Field ID" => "Order".
Moreover, the order can only be ASC (ascending) or DESC (descending)
In your case, it should be like this:
$arSort = array(
"LEFT_MARGIN" => "ASC",
);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question