Variations Per Page
-
I am trying to increase the number of variations I can edit on the product page from the default of 20. I have used the filter
woocommerce_admin_meta_boxes_variations_per_page
to increase it. I have JS to copy data from one variation to all. I have been using it for Price etc.
The problem is if I have many variations it takes a long time to save and FireFox says “A webpage is slowing down the browser” This happens even with 40 variations.
I have tried increasing max_input_vars = 4000 and memory_limit = 512M but it is still taking a long time to save. I would rather not have to edit and save variations a page of 25 at a time.
How can I increase the variations using
woocommerce_admin_meta_boxes_variations_per_page
and not have trouble saving? I disabled all plugins except Woocommerce and tried different themse. I am still having this issue.
- The topic ‘Variations Per Page’ is closed to new replies.