17 return 'sale_order_view.php?' . http_build_query([
19 'lang' => LANGUAGE_ID,
28 return 'sale_order_shipment_edit.php?' . http_build_query([
29 'order_id' => $orderId,
30 'shipment_id' => $shipmentId,
31 'lang' => LANGUAGE_ID,
40 return 'sale_order_payment_edit.php?' . http_build_query([
41 'order_id' => $orderId,
42 'payment_id' => $paymentId,
43 'lang' => LANGUAGE_ID,
getShipmentDetailsLink(int $orderId, int $shipmentId)
getOrderDetailUrl(int $orderId)
getPaymentDetailsLink(int $orderId, int $paymentId)