Post by HCollins » Thu Aug 16, 2018 5:05 am

Hello,
I have a website running MijoShop that is using OpenCart 2.0.1.1. The issue I'm having has worked fine in the past. When adding a new product and linking to the correct category I start typing and the list will only show 3 levels (category and 2 subs) but I have 4 levels and maybe even one or two that are 5 levels deep. Regardless, it will only show 3 levels. Has anyone else here run across this and have any ideas?
Thanks!

Newbie

Posts

Joined
Sat Dec 12, 2015 3:00 am

Post by madgeek.in » Thu Aug 16, 2018 3:02 pm

Hello,

Please increase the restriction $limit to higher, by default the category count is restricted to only 5

/admin/controller/catalog/product.php -- line number 1259 or so

Code: Select all

	if (isset($this->request->get['limit'])) {
				$limit = $this->request->get['limit'];
			} else {
				$limit = 5;
			}
Increase the $limit = 20 or more ;

User avatar
Newbie

Posts

Joined
Sat Jun 02, 2018 4:49 pm
Location - Bangalore, India
Who is online

Users browsing this forum: No registered users and 89 guests