Skip to content

Version 1.0.23

Compare
Choose a tag to compare
@getdatakick getdatakick released this 14 Feb 15:30

This version brings couple small enhancements and bugfixes

Enhancements

  • Issue 86 - custom placement for review average - you can now position stars/ratings widget anywhere on your product page. For example prominently below product title
  • Issue 97 - added shortcuts from settings page to reviews, import, criteria pages
  • Issue 100 - added configuration option for number of reviews to be displayed on all-reviews / my-reviews page
  • Issue 48 - you can now edit review date from back office
  • Issue 47 - review lists can now be filtered by category and brand.

Bugfixes

  • Issue 90 - fix pagination problem that occured on some versions of MariaDB without proper support for SQL_CALC_FOUND_ROWS
  • Issue 96 - fixed overflow problems with long review content
  • Issue 20 - read review link now works in quick view
  • Issue 99 - don't filter reviews on my-reviews page by selected language

Tip and tricks

Try adding this short snippet somewhere into your smarty template. It will display product reviews associated with category 4

{hook h='displayRevwsReviewList' category=4 }