-- HikaShop version -- : 3.4.0
-- HikaMarket version -- : 2.1.1
-- Joomla version -- : 3.8.7
-- PHP version -- : 7.1.0
Hi,
I'm using this code on a custom view to display an order:
$orderClass = hikashop_get('class.order');
$order = $orderClass->loadFullOrder($order_id, true, false);
But, if any product line in that order have quantity as 0 (because it's a product that doesn't have stock and we can't serve it), it simply doesn't being displayed.
We need that lines to be show.
Is there some way to display it?
Thanks in advance.
--
Victor