• How do I go about adding a Diameter to the woocommerce_dimensions array? (there’s currently Length, Width, Height, Weight)

    On the front end I would like to call it like this:

    <?php echo $product->get_diameter() . get_option( 'woocommerce_dimension_unit' ); ?>

  • The topic ‘Custom product dimensions’ is closed to new replies.