VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: tCode on May 22, 2018, 13:58:50 PM

Title: How get shipment info for order
Post by: tCode on May 22, 2018, 13:58:50 PM
Hi,

I need to receive the goods amount including and shipping amount.

How to make it?

This is php code for payment plugin.
I receive the order of 
$order_model  = new VirtueMartModelOrders();
$order_info = $order_model->getOrder($order_id);

foreach ($order_info['items'] as $item) {   
...
$item['amount']; // it's amount, and i need getting shipping amount for this order
}


How get shipping method and him amount?
Title: Re: How get shipment info for order
Post by: tCode on May 22, 2018, 14:58:56 PM
Solved...

$order_info->order_shipment