public function getPreviousPageUrl()
 {
     if (!$this->helper->isActiveEngine()) {
         return parent::getPreviousPageUrl();
     }
     return $this->getPageUrl(max($this->getCurrentPage() - 1, 1));
 }