Toolset lets you develop truly custom sites, including WooCommerce, Membership and Directory/Classifieds sites.
Visit our dedicated tutorials to learn how to build each of these sites using Toolset:
Problem:
The user would like to display the WooCommerce rating only if they exist
Solution:
1. Activate "_wc_average_rating" hidden custom field in Toolset->Settings->Frontend Content, first section. Check this screenshot http://prntscr.com/t0pel9
2. Use the custom field on the condition:
[wpv-conditional if="( $(_wc_average_rating) gt '0' )"]
When it is true
[/wpv-conditional]
[wpv-conditional if="( $(_wc_average_rating) gt '0' )" evaluate="false"]
When it is false
[/wpv-conditional]