Downloadable Variable Products Quietly Dying on Update
-
I’m running 2.1.13. Have installed Store Front and disabled all other plugins – and the following is still happening. Two days of trying to figure it out and I ready to give up. Any suggestions?
Our store has Variable Products with up to 40 variations. Many of the products are downloadable. When we add the Downloadable Product name and link and Update we get no error but the name and link don’t stick. Worse, sometimes they take out the content of other variations while they are at it.
I wrote a function called on the hook
woocommerce_process_product_meta_variable
just to output the ID of the variations being processed. WooCommerce gets through updating about half of the variations then simply stops updating.I looked in the Error Log. Sometimes we are seeing PHP Notices for
Undefined offset: 25 in /wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php on line 1462
– this error will output for lines 1462, 1463, 1464, 1465, 1502, 1503 – that is, when the metadata is being updated. There are no Errors or Warnings however.Any suggestions as to what to try next? Could this be a bug in WooCommerce. 2.1.11 (I think) did introduce stricter controls on what type of Downloadable files can be uploaded. Could that update have also introduced a bug?
- The topic ‘Downloadable Variable Products Quietly Dying on Update’ is closed to new replies.