S
S
sneeskaa2020-10-02 19:27:57
1C-Bitrix
sneeskaa, 2020-10-02 19:27:57

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

1 answer(s)
A
Anton, 2020-10-02
@sneeskaa

<?
use Bitrix\Sale;
$order = Sale\Order::load($orderId);//номер заказа вставь в скобки
$sum = $order->getPrice();
print_r($sum);
?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question