Page 1 of 1

display the time the order was placed next to the date

Posted: Sat Feb 24, 2018 5:11 pm
by mehwishmalik
Hi all,
I would like to display the time the order was placed next to the date, in the Sales->Orders page in the admin section. for opencart 2.2

Re: display the time the order was placed next to the date

Posted: Sat Feb 24, 2018 6:52 pm
by kestas
I have created some vqmod for OC2.3 version. You can edit little bit to work on the OC2.2

Cheers

Re: display the time the order was placed next to the date

Posted: Sun Feb 25, 2018 12:57 am
by IP_CAM
I compared the VqMod Content with the OC v.2.2.0.0 Files, and it's the same,
it should therefore function, as it comes. Still, those 2-liner Routines are a
potential problem, I would rather create 2 individual search/replace Routines...
Ernie

Re: display the time the order was placed next to the date

Posted: Mon Feb 26, 2018 8:39 pm
by paulfeakins
kestas wrote:
Sat Feb 24, 2018 6:52 pm
I have created some vqmod for OC2.3 version. You can edit little bit to work on the OC2.2
Nice extension, is it also in the marketplace?

Re: display the time the order was placed next to the date

Posted: Mon Feb 26, 2018 11:30 pm
by kestas
Nice extension, is it also in the marketplace?
Not yet... :) But I can upload it like a free one.

Re: display the time the order was placed next to the date

Posted: Tue Feb 27, 2018 12:32 pm
by IP_CAM
Well, this is the second attempt, I only realized after uploading the first VqMod,
that I made some changes in the Admin Theme, so, the Mod would not have
worked in all sections. But this one should function in OC v.1.5.6.x Default Admin
Sections, and you could add this Version, if you upload Yours to the OC Extension Section.
And the image below also shows, where I did NOT get the result in BOTH Rows, as planned,
the MODIFIED Section also would have displayed the Time, if the Mod would have been working
correctly in the first Version made... :choke:

Just in case, since some 1.5.6.x Users still exist... :D
Someone please test it, I can't, I have no 'default' 1.5.6.x Admin Version working anywhere. 8)
Ernie
---
Image shows one out of multiple Admin Pages, now displaying the Time.
Image

Re: display the time the order was placed next to the date

Posted: Tue Feb 27, 2018 2:34 pm
by mehwishmalik
kestas wrote:
Sat Feb 24, 2018 6:52 pm
I have created some vqmod for OC2.3 version. You can edit little bit to work on the OC2.2

Cheers
Hey, thank u for your support kindly guide me the proper way of uploading this extension, because I have uploaded the XML file of your extension in my public_html folder but nothing has happened, is there any other way of using this extension.

Re: display the time the order was placed next to the date

Posted: Tue Feb 27, 2018 8:16 pm
by IP_CAM
Well, it's a VQMOD, and if you don't have VQMOD installed in your System,
the OC v.2 Extension would have to be rewritten to work as OCMOD first, to work.
Ernie

Re: display the time the order was placed next to the date

Posted: Wed Feb 28, 2018 7:09 am
by kestas
mehwishmalik wrote:
Tue Feb 27, 2018 2:34 pm
kestas wrote:
Sat Feb 24, 2018 6:52 pm
I have created some vqmod for OC2.3 version. You can edit little bit to work on the OC2.2

Cheers
Hey, thank u for your support kindly guide me the proper way of uploading this extension, because I have uploaded the XML file of your extension in my public_html folder but nothing has happened, is there any other way of using this extension.
download vqmod:
https://www.opencart.com/index.php?rout ... arch=vqmod
install it and upload extension to vqmod/xml directory

Cheers

Re: display the time the order was placed next to the date

Posted: Wed Feb 28, 2018 3:15 pm
by mehwishmalik
kestas wrote:
Wed Feb 28, 2018 7:09 am
mehwishmalik wrote:
Tue Feb 27, 2018 2:34 pm
kestas wrote:
Sat Feb 24, 2018 6:52 pm
I have created some vqmod for OC2.3 version. You can edit little bit to work on the OC2.2

Cheers
Hey, thank u for your support kindly guide me the proper way of uploading this extension, because I have uploaded the XML file of your extension in my public_html folder but nothing has happened, is there any other way of using this extension.
download vqmod:
https://www.opencart.com/index.php?rout ... arch=vqmod
install it and upload extension to vqmod/xml directory

Cheers

thank you for your support but I have a problem it shows wrong time, I have placed some order my laptop time was 12:15 pm but it shows 8:10 am

Re: display the time the order was placed next to the date

Posted: Thu Mar 01, 2018 1:39 am
by kestas
Ok... This is OC problem. OC shows time of the server where OC is installed...

Re: display the time the order was placed next to the date

Posted: Thu Mar 01, 2018 2:28 am
by kestas
Ok... This is OC problem. OC shows time of the server where OC is installed...

Re: display the time the order was placed next to the date

Posted: Thu Mar 01, 2018 3:46 am
by kestas

Re: display the time the order was placed next to the date

Posted: Sat Mar 03, 2018 4:19 pm
by mehwishmalik
kestas wrote:
Thu Mar 01, 2018 3:46 am
Try this one viewtopic.php?t=139514#p549223
Hey Thank u for your reply but this extension is not working for my opencart 2.2 kindly help me, also tell me what's the meaning of this line <file name="admin/controller/*/*/*.php">

Re: display the time the order was placed next to the date

Posted: Sat Mar 03, 2018 6:39 pm
by kestas
mehwishmalik wrote:
Sat Mar 03, 2018 4:19 pm
kestas wrote:
Thu Mar 01, 2018 3:46 am
Try this one viewtopic.php?t=139514#p549223
Hey Thank u for your reply but this extension is not working for my opencart 2.2 kindly help me, also tell me what's the meaning of this line <file name="admin/controller/*/*/*.php">
Regarding local time correction for your server and shop you need to google it...
<file name="admin/controller/*/*/*.php">... * mean that for all files controller this be implemented where find search line.

https://www.opencart.com/index.php?rout ... 501&page=4
https://github.com/vqmod/vqmod/wiki/Scripting

Cheers

Re: display the time the order was placed next to the date

Posted: Tue Mar 13, 2018 11:40 pm
by rlasmar
kestas wrote:
Sat Feb 24, 2018 6:52 pm
I have created some vqmod for OC2.3 version. You can edit little bit to work on the OC2.2

Cheers
Thanks, its worked on OC 2.0.3.1.

How to change to 24 hr format?

Re: display the time the order was placed next to the date

Posted: Wed Mar 14, 2018 12:44 am
by kestas
rlasmar wrote:
Tue Mar 13, 2018 11:40 pm
kestas wrote:
Sat Feb 24, 2018 6:52 pm
I have created some vqmod for OC2.3 version. You can edit little bit to work on the OC2.2

Cheers
Thanks, its worked on OC 2.0.3.1.

How to change to 24 hr format?
Edit your main language file should be HH for 24 hr