Page 1 of 5
[Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 17, 2011 2:26 am
by i2Paq
This modification is based on 2 well known contributions for osCommerce.
UPDATED TO WORK WITH OpenCart 1.5.x
A MUST-HAVE for stores with large numbers of orders every day!
What it does:
This time-saving contribution adds 3 icons to the admin orders listing and on the admin dashboard. When you rollover any of these icons, it displays the products of that order, the comments made by the customer or the comments added by the store-owner... WITHOUT HAVING TO GO INTO THE ORDER!
The blue-icon is for ordered Products.
The green-icon is for customer comments.
The red-icon is for store comments.
If there are no comments (or products) the colored icons will not show.
Dowload
!! You need to feel comfortable with editing core-files !!
ALL CREDITS GO TO: AFWOLLIS and MARVMEN21
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 17, 2011 5:26 am
by Qphoria
Wow awesome and looks much better than the original at-a-glance
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 17, 2011 5:36 am
by i2Paq
Qphoria wrote:Wow awesome and looks much better than the original at-a-glance
Thank you for the compliment
I agree, as for as I can see a job well done
As far as I'm concerned this should be in 1.5.x somewhere.
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 17, 2011 6:13 am
by Qphoria
There is one minor bug.. it is missing:
Code: Select all
$this->data['glance_order'] = $this->language->get('glance_order');
from the public function webme_getOrderProducts() { function
But I've fixed that and created a vQmod script for it. Tested & Attached.
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 17, 2011 7:43 am
by Qphoria
updated the vQmod for a few people whose mysql is strict and doesn't allow spaces between the CONCAT function
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 17, 2011 9:46 am
by afwollis
First of all I want to say
Thanks to Norman for an idea and testing.
Qphoria, thanks for report.
Norman has told me about that error and it should be fixed already.
And thanks for the vQmod script.
I would definitely try it
UPD
I've downloaded archive from the extensions-area and found a nuance, which may lead to confusion:
there is a fix (~554 line in READMEs) for an error described above:
Code: Select all
================= ~1274 line =================
Find:
===
$this->data['column_product'] = $this->language->get('column_product');
===
Add before:
=======
$this->data['glance_order'] = $this->language->get('glance_order');
=======
But
for this ~time-of-editing there are will NO such line-number and row.
We need that fix (
a missed row only) be placed on a ~592 line in READMEs:
Code: Select all
/* webme - Orders AT-A-GLANCE - mod - start */
public function webme_getOrderProducts() {
$this->data['orderID'] = $this->request->get['order_id'];
$this->data['products'] = array();
$this->load->model('sale/order');
$order_info = $this->model_sale_order->getOrder($this->data['orderID']);
if ($order_info) {
$this->load->language('sale/order');
$this->data['heading_title'] = $this->language->get('heading_title');
$this->data['text_wait'] = $this->language->get('text_wait');
// here it is - the missed row start
$this->data['glance_order'] = $this->language->get('glance_order');
// here it is - the missed row end
$this->data['column_product'] = $this->language->get('column_product');
So, Norman, could you change the readme files and re-upload archive please?
Thanks
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Tue Jan 18, 2011 2:20 am
by i2Paq
I have updated the readme's and re-uploaded the zip, version is now 1.1
I have also added the vQmod as a separate download, thanks Qphoria!
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 31, 2011 7:14 pm
by jty
Hello iPaq et al,
I downloaded this from extensions and - is the folder view/javascript/jquery/bt/ supposed to be empty or am I missing some js files.
Thanks
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 31, 2011 7:41 pm
by i2Paq
jty wrote:Hello iPaq et al,
I downloaded this from extensions and - is the folder view/javascript/jquery/bt/ supposed to be empty or am I missing some js files.
Thanks
Nôpe, I will re-upload it tonight.
Sorry for the inconvenience.
Edit: Download 1.3, missing files are added.
Thanks for mentioning!
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Jan 31, 2011 8:37 pm
by jty
Well that was super fast service indeed and the mod is brilliant
I have it working using Q's vqmod
Thank-you to you + afwollis + Q
I can't rate it on the extensions page cuz we can't rate without buying anymore and I can't buy cuz it's free

Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Tue Feb 01, 2011 1:13 pm
by afwollis
i2Paq, how could you forget about js?
jty, thanks for "report"
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Tue Feb 01, 2011 2:03 pm
by Qphoria
jty wrote:I can't rate it on the extensions page cuz we can't rate without buying anymore and I can't buy cuz it's free

I'll fix that
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Feb 07, 2011 12:19 am
by Ion_Cannon
Great mod, thanks!
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Tue Mar 15, 2011 5:19 am
by yiyinlah
There's something wrong with the "read me" file

The codes & words are all bundled together I don't know how to follow the instructions.
Can somebody help me please?
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Tue Mar 15, 2011 7:37 pm
by i2Paq
Use a different reader

Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Mar 28, 2011 7:57 am
by marvmen21
is the vqmod working with oc 1.4.9.4?
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Mar 28, 2011 10:08 am
by Qphoria
marvmen21 wrote:is the vqmod working with oc 1.4.9.4?
yes
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Mon Mar 28, 2011 10:09 am
by Qphoria
yiyinlah wrote:There's something wrong with the "read me" file

The codes & words are all bundled together I don't know how to follow the instructions.
Can somebody help me please?
Like i2paq said, you need a reader that handles certain formats. Notepad only supports Ansi and so it looks strange. Get notepad++ and try. Or the author could also save the files in the more compatible format but it likely won't happen.
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Wed Apr 20, 2011 6:31 am
by yiyinlah
Is there an update to v.1.4.9.4?
Where to download notepad ++?
I'm still using notepad. haha
Re: [Released] Orders and Comments AT-A-GLANCE
Posted: Wed Apr 20, 2011 6:58 pm
by Qphoria
yiyinlah wrote:
Where to download notepad ++?
http://lmgtfy.com/?q=notepad%2B%2B