/**
  * Returns whether there are products per page options.
  * 
  * @return bool
  * 
  * @author Sebastian Diel <*****@*****.**>
  * @since 13.09.2013
  */
 public function hasProductsPerPageOptions()
 {
     $productsPerPageOptions = SilvercartConfig::getProductsPerPageOptions();
     return !empty($productsPerPageOptions);
 }