cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 58 forks source link

Product Review Score to be in Inventory Table #3523

Open bhsmither opened 6 months ago

bhsmither commented 6 months ago

Feature Request:

Add a column to CubeCart_inventory to hold the product's review rating average: rating_avg DECIMAL (2,1) DEFAULT '0.0'

This value will be recalculated and the column updated when working in Reviews, and in the product's Product Reviews tab in admin.

This allows the customer to sort search and category listings by review score.