Jump to content
thirty bees forum

x97wehner

Trusted Members
  • Posts

    504
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by x97wehner

  1. @mdekker Seems to be working. You are awesome. Hoping this platform keeps rolling forward. Can't stand dealing with PS anymore.
  2. 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 includeonce (PSMODULEDIR_ . 'productcomments/ProductComment.php'); if (!isset($product)) { return; } $grade = ProductComment::getAverageGrade($product); $this -> context -> smarty -> assign(array('empty_grade' => 1)); if (isset($grade['grade'])) $this -> context -> smarty -> assign(array('empty_grade' => 0)); $this -> context -> smarty -> assign(array( 'average_total' => round($grade['grade']),
×
×
  • Create New...