This topic is: not resolved
-
I would like to be able to display the SKU number on my product list style view. I have tried using the
add_filter(‘wc_product_sku_enabled’, ‘__return_false’);
hook but it doesn’t work with showing the SKU. If anyone knows how to get the SKU to properly display and can share a different method that would be great!