You get a bonus - 1 coin for daily activity. Now you have 1 coin

OpenCart filterpro module doesn't work, pagination doesn't read the page variable

Practice




opencart filterpro module isn't working, pagination doesn't read the page variable

in the controller catalogcontrollermodulefilterpro.php


if(isset($this->request->post['limit']) &&($this->request->post['limit']>0) ) {
$limit = $this->request->post['limit'];
} else {
$limit = $this->config->get('config_catalog_limit');
}

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Running server side scripts using PHP as an example (LAMP)"

Terms: Running server side scripts using PHP as an example (LAMP)