• Resolved ayazevren

    (@ayazevren)


    Hello,
    How can I sort the variations inside the product page in Woocommerce. Since there are too many products, I cannot pull forward the product variations on other pages with drag and drop. is there a plugin or an easy way? (NOTE: I am not talking about the apparent order of the product.)

    https://imgur.com/MSXI1X4

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ayazevren

    (@ayazevren)

    add_filter( ‘woocommerce_admin_meta_boxes_variations_per_page’, ‘handsome_bearded_guy_increase_variations_per_page’ );

    function handsome_bearded_guy_increase_variations_per_page() {
    return 50;
    }

    Hi @ayazevren

    Thanks for reaching out!

    I’m glad you were able to find a solution to your inquiry here and thanks for sharing it with the community too! ??

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce variation sort’ is closed to new replies.