Categories
What is the array for displaying the Bitrix order amount?
Hello. You need to place the "order amount" on the page. Can you tell me what array contains the total amount of the order?
Answer the question
In order to leave comments, you need to log in
<? use Bitrix\Sale; $order = Sale\Order::load($orderId);//номер заказа вставь в скобки $sum = $order->getPrice(); print_r($sum); ?>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question