• How to use a parameter from the UOM if you want to place it elsewhere, for example, select a quantity (press “xv” text to insert a unit of measure):

    add_action( ‘woocommerce_after_add_to_cart_quantity’, ‘bbloomer_echo_qty_front_add_cart’ );

    function bbloomer_echo_qty_front_add_cart() {
    echo ‘<div class=”qty”>xy</div>’;
    }

  • The topic ‘Nice plugin and one question’ is closed to new replies.