• I sell products that are round and would like to use the WooCommerce packer option for determining shipping costs. But if I input the actual packaged size, it will confuse the heck out of my visitors. How do I hide the sizes from being displayed on the front end? Thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • Try to add this, to functions.php in your theme: add_filter( 'wc_product_enable_dimensions_display', '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Product Sizes From Visitors’ is closed to new replies.