• is it possible to add a function like below for wholesale prices/min. quantitites?

    
    // add option to change author of products in quick edit mode
    add_action('init', 'wpse_phnx_add_author_woocommerce', 999 );
    function wpse_phnx_add_author_woocommerce() {
        add_post_type_support( 'product', 'author' );
    }
    
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author cedcommerce

    (@cedcommerce)

    Hello,

    We really appreciate your efforts and suggestions.

    Of course you can add this for whatever purpose you want to fulfill.

    Thanks.

    Thread Starter jpstudiodesigns

    (@jessicapschultz)

    is this not something you can provide in the forum?

    Plugin Author cedcommerce

    (@cedcommerce)

    Hello,

    We apology for the delay, as we would like to let you know that we have been in contact over our support, for all related queries will provide you solution over our support.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘edit prices in quick edit mode/bulk edit’ is closed to new replies.