Error

HTTP 500 Whoops, looks like something went wrong.

Class 'LastViewedProducts' not found

Exception

Error

  1.         echo '<div class="messageStackSuccess">' PRODUCT_ADDED_TO_WISHLIST '</div>';
  2.         tep_session_unregister('wishlist_id');
  3.     }
  4.     // registering last viewed product in session and db:
  5.     $_SESSION['visited_products2'] = LastViewedProducts::productViewSessionAdd(
  6.         $product_info['products_id'],
  7.         isset($_SESSION['visited_products2']) ? $_SESSION['visited_products2'] : [],
  8.         isset($customer_id) ? $customer_id 0
  9.     );

Stack Trace

Error
Error:
Class 'LastViewedProducts' not found

  at /mnt/test_sites/sites_new/filltex777.com/product_info.php:152