Jump to content
thirty bees forum
  • 0

Product Comments module error against popular prestashop theme


x97wehner

Question

The module works with the stock TB theme, but when applying the warehouse theme from envato (one of the most popular) the theme's product ratings module can't connect correctly and throws this error.

[ThirtyBeesException]

Class 'ProductComment' not found at line 26 in file modules/ratingsproductlist/ratingsproductlist.php

  1. includeonce (PSMODULEDIR_ . 'productcomments/ProductComment.php');
  2. if (!isset($product)) {
  3. return;
  4. }
  5. $grade = ProductComment::getAverageGrade($product);
  6. $this -> context -> smarty -> assign(array('empty_grade' => 1));
  7. if (isset($grade['grade']))
  8. $this -> context -> smarty -> assign(array('empty_grade' => 0));
  9. $this -> context -> smarty -> assign(array(
  10. 'average_total' => round($grade['grade']),
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...