Post by i2Paq » Mon Jan 17, 2011 2:26 am

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

Attachments

Customer-comments.jpg

Customer comments - Customer-comments.jpg (50.29 KiB) Viewed 14613 times

Ordered-Products.jpg

Ordered Products - Ordered-Products.jpg (49.1 KiB) Viewed 14613 times

Dashboard.jpg

Dashboard (Orderlist) - Dashboard.jpg (37.4 KiB) Viewed 14613 times


Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Qphoria » Mon Jan 17, 2011 5:26 am

Wow awesome and looks much better than the original at-a-glance

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by i2Paq » Mon Jan 17, 2011 5:36 am

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 :clap:

As far as I'm concerned this should be in 1.5.x somewhere.

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by Qphoria » Mon Jan 17, 2011 6:13 am

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.

Attachments


Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Qphoria » Mon Jan 17, 2011 7:43 am

updated the vQmod for a few people whose mysql is strict and doesn't allow spaces between the CONCAT function

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by afwollis » Mon Jan 17, 2011 9:46 am

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

Русское коммьюнити разработчиков OpenCart - myopencart.ru

some useful mods:
[Released] Orders and Comments AT-A-GLANCE, [Released] Prof. Invoice and Packingslip, [Released] Recently viewed

My commercial modules: [W]ebme Compare Products, [W]ebme Bought With This


Active Member

Posts

Joined
Tue Jan 11, 2011 5:41 am
Location - Ukraine

Post by i2Paq » Tue Jan 18, 2011 2:20 am

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!

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by jty » Mon Jan 31, 2011 7:14 pm

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

jty
Active Member

Posts

Joined
Sat Aug 30, 2008 8:19 am

Post by i2Paq » Mon Jan 31, 2011 7:41 pm

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!

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by jty » Mon Jan 31, 2011 8:37 pm

Well that was super fast service indeed and the mod is brilliant :clap:
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 ;D

jty
Active Member

Posts

Joined
Sat Aug 30, 2008 8:19 am

Active Member

Posts

Joined
Tue Jan 11, 2011 5:41 am
Location - Ukraine

Post by Qphoria » Tue Feb 01, 2011 2:03 pm

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 ;D
I'll fix that

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Ion_Cannon » Mon Feb 07, 2011 12:19 am

Great mod, thanks!

New member

Posts

Joined
Fri Jan 28, 2011 11:11 am

Post by yiyinlah » Tue Mar 15, 2011 5:19 am

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?

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by i2Paq » Tue Mar 15, 2011 7:37 pm

Use a different reader ;)

Norman in 't Veldt
Moderator OpenCart Forums

_________________ READ and Search BEFORE POSTING _________________

Our FREE search: Find your answer FAST!.

[How to] BTW + Verzend + betaal setup.


User avatar
Global Moderator

Posts

Joined
Mon Nov 09, 2009 7:00 pm
Location - Winkel - The Netherlands

Post by marvmen21 » Mon Mar 28, 2011 7:57 am

is the vqmod working with oc 1.4.9.4?

You want to thank me for my time! :) Click here to donate


Active Member

Posts

Joined
Tue Nov 09, 2010 4:54 am

Post by Qphoria » Mon Mar 28, 2011 10:08 am

marvmen21 wrote:is the vqmod working with oc 1.4.9.4?
yes

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Qphoria » Mon Mar 28, 2011 10:09 am

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.

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by yiyinlah » Wed Apr 20, 2011 6:31 am

Is there an update to v.1.4.9.4?

Where to download notepad ++?

I'm still using notepad. haha

I'm using Opencart 1.5.4.1 & vQmod 2.3.2.


User avatar
Active Member

Posts

Joined
Thu Sep 23, 2010 1:19 pm
Location - Singapore

Post by Qphoria » Wed Apr 20, 2011 6:58 pm

yiyinlah wrote: Where to download notepad ++?
http://lmgtfy.com/?q=notepad%2B%2B

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am
Who is online

Users browsing this forum: No registered users and 43 guests