• I like the position of settings in a woocommerce tab, works well. I made a tweak to show dropdown menu only if there are more than 3 methods available. Copiyng cart-shipping.php to my child theme and editing the line

    <?php elseif ( get_option( 'woocommerce_shipping_method_format' ) === 'select' && (count( $available_methods ) > 3)) : ?>

    Godspeed

  • The topic ‘Great’ is closed to new replies.