Hi,
So I guess that your order is not confirmed or you do not have any setting for the "invoice order statuses".
www.hikashop.com/support/support/documen...nfig.html#main_order
In that case you can configure HikaShop to generate the invoice number or you can apply that patch in the view "order | show".
$order_created = (empty($this->order->order_invoice_created) ? $this->order->order_created : $this->order->order_invoice_created);
if(!empty($this->download_time_limit))
$fileHtml .= ' / ' . JText::sprintf('UNTIL_THE_DATE',hikashop_getDate($order_created + $this->download_time_limit));
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.