Post by ukmarketeer » Fri Jun 29, 2012 4:35 am

hi, how can i make the dashboard display the last 50 orders? it displays 10 as standard but i need to view more, regards

New member

Posts

Joined
Tue Jan 31, 2012 12:27 am

Post by rph » Fri Jun 29, 2012 5:22 am

Admin Enhancement Suite let's you set the number of orders displayed in 'Latest Orders' among a ton of other features. I believe you can find some directions on manually changing it if you search the forum also.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by ukmarketeer » Fri Jun 29, 2012 5:56 am

thanks rph, i really need a point in the right direction for coding i only want to see a few more orders on the dashboard

New member

Posts

Joined
Tue Jan 31, 2012 12:27 am

Post by rph » Fri Jun 29, 2012 6:19 am

Edit the home controller and language files. I'm sure you can take it from there.

-Ryan


rph
Expert Member

Posts

Joined
Fri Jan 08, 2010 5:05 am
Location - Lincoln, Nebraska

Post by ukmarketeer » Fri Jun 29, 2012 6:46 am

rph wrote:Edit the home controller and language files. I'm sure you can take it from there.
many thanks ;)

New member

Posts

Joined
Tue Jan 31, 2012 12:27 am

Post by soundsample » Fri Jun 29, 2012 5:49 pm

Hello,
I'm currently trying to fix the same thing....would it be possible to get another hint? I've already tried to fix the home.tpl and looked through many more files, but I cannot seem to find the place where the $orders is limited to 10...am I missing something?

Newbie

Posts

Joined
Mon Jun 11, 2012 7:02 pm

Post by ukmarketeer » Mon Jul 02, 2012 2:59 pm

soundsample wrote:Hello,
I'm currently trying to fix the same thing....would it be possible to get another hint? I've already tried to fix the home.tpl and looked through many more files, but I cannot seem to find the place where the $orders is limited to 10...am I missing something?
i have not had time to edit the files and solve the problem, but when i do i will post a solution.

New member

Posts

Joined
Tue Jan 31, 2012 12:27 am

Post by giacomoprimo » Thu Jan 10, 2013 12:26 am

Hi,
Do you have find a solution?
thanks

New member

Posts

Joined
Sun Jul 31, 2011 2:11 am

Post by labeshops » Thu Jan 10, 2013 1:25 am

edit admin/controller/common/home.php

Code: Select all

		$data = array(
			'sort'  => 'o.date_added',
			'order' => 'DESC',
			'start' => 0,
			'limit' => 10
		);
Change the 10 to whatever you want.

Running Opencart v3.0.3.2 with multi-stores and the default template from https://www.labeshops.com which has links to all my stores.


User avatar
Expert Member

Posts

Joined
Thu Aug 04, 2011 4:41 am
Location - Florida, USA
Who is online

Users browsing this forum: No registered users and 200 guests