Post by Karonia69 » Thu Jun 07, 2018 7:23 pm

Hi,
Can anyone point me in the right direction, I want to see more than the last 5 orders on the dashboard, I've changed the 'Recent Activity' and that's fine.

Thanks.

New member

Posts

Joined
Thu May 17, 2018 4:09 pm

Post by straightlight » Thu Jun 07, 2018 7:28 pm

admin/model/extension/dashboard/activity.php file:
LIMIT 0,5
Then, follow this step: viewtopic.php?f=176&p=725084#p718325

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Karonia69 » Thu Jun 07, 2018 7:38 pm

Thanks, that's what I'd done to change the entries for 'Recent Activity' but I want to increase the number of 'Latest Orders' displayed.

New member

Posts

Joined
Thu May 17, 2018 4:09 pm

Post by kestas » Thu Jun 07, 2018 7:54 pm

Karonia69 wrote:
Thu Jun 07, 2018 7:38 pm
Thanks, that's what I'd done to change the entries for 'Recent Activity' but I want to increase the number of 'Latest Orders' displayed.

in your file admin/controller/extension/dashboard/recent.php

Code: Select all

$filter_data = array(
			'sort'  => 'o.date_added',
			'order' => 'DESC',
			'start' => 0,
			'limit' => 5
		);
limit change to your desired number

Cheers

Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here


Active Member

Posts

Joined
Tue Oct 12, 2010 2:23 am

Post by Karonia69 » Thu Jun 07, 2018 8:07 pm

Perfect... Thanks for your help

New member

Posts

Joined
Thu May 17, 2018 4:09 pm

Post by littleredcar » Wed Jan 23, 2019 5:48 pm

big thanks from me, too!

---
Environment
php: 7.2
MySQL: 5.7.26
Browser: Chrome latest

---
OpenCart
2.3.0.2 singlestore (bugfree edition by xxvirusxx: https://github.com/condor2/Opencart_2302)
DE language by OSWorX (https://www.opencart.com/index.php?rout ... n_id=31048)
Template: Sellmore by 321cart
quite a few Extensions :-)


Active Member

Posts

Joined
Thu Jul 30, 2009 4:21 pm

Post by ddeepakbhatia » Tue Feb 26, 2019 2:59 pm

Thanks, it worked for me on 2.3.0.2
for both number of recent orders and recent activity as well

Newbie

Posts

Joined
Sun Jul 09, 2017 6:31 pm
Who is online

Users browsing this forum: JessiesBoutique, SelfSus, systemmaker, tilly and 519 guests