Incorrect date in Order/File

  • Posts: 8
  • Thank you received: 0
9 years 3 months ago #211039

-- url of the page with the problem -- : wilsoftapp.com/index.php/control-panel/m...der/show/cid-13.html
-- HikaShop version -- : 2.5.0
-- Joomla version -- : 2.5.28
-- PHP version -- : 5.3.3
-- Browser(s) name and version -- : ie, chrome, firefox
-- Error-message(debug-mod must be tuned on) -- : Incorrect date in order/File

Could you help me to set up the correct date?
I want to see a normal or recent date, don´t care delete this line, in all orders see the same date in this place.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 3 months ago #211045

Hi,

What have you configured for the download time limit ?
www.hikashop.com/support/support/documen...nfig.html#main_files

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.

Please Log in or Create an account to join the conversation.

  • Posts: 8
  • Thank you received: 0
9 years 3 months ago #211179

Hi,

I change this parameter to days, hours, months and always have the same result, any other idea?

or how to remove this information?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
9 years 3 months ago #211181

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.

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum