Replies: 0
WordPress Version 4.9.6
Woocommerce Version 3.4.1
Importing products using the import feature that comes with Woocommerce.
Product has 5 variations:
– 1st variation has 2 choices
– 2nd variation also has 2 choices
– 3rd variation has 20 choices
– 4th variation also has 20 choices
– 5th variation has 4 choices
Import goes through fine. Product shows all 5 selections with all their options.
Once I select a value in the final option the spinning wheel shows up and just sits there.
I thought maybe it was a memory issue so I bumped the memory limit to 1024M using a php.ini file. I verified this setting by checking phpinfo().
I also bumped up WordPress by adding define(‘WP_MEMORY_LIMIT’, ‘1024M’);
Now here is the interesting part. After some trial and error I’ve narrowed it down to the following:
If I limit the 3rd variation to 11 choices and the 4th variation to 11 choices everything works as normal. I can select all the options and the add to cart button gets activated.
If I change the 4th variation to 12 choices then I’m back to the spinning wheel.
I’ve got a copy of each file that you can look at here:
http://162.144.41.148/~proline/__production/proline_dev/products_import1_FAILS.csv
http://162.144.41.148/~proline/__production/proline_dev/products_import1_Works.csv
Allen