anth wrote
Adding all our items and it goes beyond the 100 menu items per page....
Is there a way to change this so all menu items are sowing. If you want to see the site i can post a link. I have selected 100 menu's per page but need many many more so they can all be displayed on my restaurant.
Thanks for posting a new topic. Yes post a link so i can see the site. To increase the number of menus per page follow these steps
Go to main/controllers/Local.php line 42
comment out
$filter['limit'] = $this->config->item('menus_page_limit');
and add on the next line
$filter['limit'] = '1000'; // change 1000 to the number you want.