By default, WooCommerce will only show star ratings for products with ratings greater than zero. That means star ratings are not displayed until a product has at least one review. If you’d rather always have them displayed, use the code in this post.
WooCommerce
Show Short Descriptions On WooCommerce Archives
WooCommerce archives (shop, categories, and tag pages) don’t display short descriptions by default. If you want this feature, customize your theme by adding this line of code.
Show Authors In WooCommerce Product Edit Area
WooCommerce products don’t have authors because the plugin developers think this is irrelevant. But a site may need this feature sometimes. The code snippet shared here helps bring back the feature to allow author assignment in the product edit area.
Code Snippets To Integrate WooCommerce With The Genesis Framework
When integrating WooCommerce with the Genesis theme framework, you will very likely encounter a number of layout and/or styling issues. This article provides short code snippets and instructions to help you resolve the issues in no time.
How To Disable Jetpack Publicize For WooCommerce Products
While the Jetpack Publicize feature is a really handy and time saving feature for blog posts, it is probably not such a great idea for WooCommerce products. This post contains a quick functions.php code snippet that helps disable Jetpack Publicize only for WooCommerce Products.