WooCommerce: Increase Variations Per Page within Product Admin Screen

If you have ever found it troublesome when trying to reorder your product variations for a particular product, there’s actually a code you can add to your functions.php file within your WordPress theme. This code will increase variations per page within the product admin screen.

Note: Be aware that this code could negatively impact server performance and also the loading time on the product edit screen. You may see a “Page Unresponsive” message when trying to save. Click on “Wait” to wait it out.


/* Change Variations Per Page within Product Admin Screen */
add_filter( 'woocommerce_admin_meta_boxes_variations_per_page', 'custom_increase_variations_per_page' );

function custom_increase_variations_per_page() {
     return 50;
}

You can change “50” to a higher number to show more variations on the screen. Once you are finished using the code, you can comment it out from your functions.php file.

Other Helpful Articles

What is Webmail?

What is webmail? Webmail is usually a free cloud-based email service that is set up on your hosting. You can use webmail by having a professional-looking email address such as, “[email protected]” and it’s usually at no additional cost. You can also have a professional-looking email with an email client such

Read More »

Online Generator for Writing a Privacy Policy

Many websites need a privacy policy page. WordPress actually has a pre-built privacy policy page that users can edit. However, editing what they give you can be a little overwhelming. Furthermore, depending on your business, it may be better to use a lawyer to write up a more detailed privacy

Read More »

What Do You Need Done?:

(Please check all that apply)

Tell Us About You

Almost Done!

Let's Get Some Info

Let's Get Some Info

Let's Get Some Info

Let's Get Some Info

Let's Get Some Info