"Этого товара сейчас нет в наличии, и он недоступен."< /p>
Дело в том, что у нас не включено отслеживание запасов, все товары должны быть в наличии постоянно.< /strong>
Когда я захожу в админку WordPress и нажимаю кнопку обновления продукта (ничего не меняя), сообщение исчезает и появляется сообщение «Добавить в корзину». Кнопка "отображается так, как должна. К сожалению, проблема с этими товарами повторяется в будущем, и чтобы ее исправить, мне придется обновить продукт еще раз (также временно решает проблему нажатие кнопки «Обновить» в настройках WooCommerce).
Мне нужно найти способ навсегда решить эту проблему, чтобы она не возвращалась сама собой.
Подробности сайта:
- Использование WordPress 3.9.1
- WooCommerce 2.1.12
- PHP 5.3.10 (также пробовал локально с 5.5.10)
- Удаление всех плагинов, кроме WooCommerce
- Изменение тем (попробовал все стандартные темы WordPress и несколько тем WooThemes, чтобы безрезультатно)
- Обновил WooCommerce (была версия 2.1.5)
- Вставил вручную в wp_postmeta, добавив метаключ _manage_stock и установил на нет (как замечено в некоторых наших рабочих продуктах)
- Вставлено вручную в wp_postmeta, добавлен мета-ключ «_stock» и установлено значение 0 (как наблюдалось в некоторых наших рабочих продуктах)
- Сравнили постмета продукта до и после нажатия кнопки обновления, чтобы увидеть, изменилось ли что-нибудь, что могло бы вызвать проблему... ничего
- Кэширование не включено
- Использовал XDebug для отслеживания переменной $available_variations в переменных.php и и class-wc-product-variable.php.
Код: Выделить всё
class-wc-ajax.php
Честно говоря, на данный момент я в растерянности. Я думаю, что проблема где-то в одном из классов, но я не могу сказать наверняка.
У кого-нибудь еще были проблемы с этим? Любой способ обойти эту проблему, чтобы мне не приходилось постоянно обновлять продукты для этого клиента.
Ссылка на продукт, которого нет в наличии (на момент публикации) http:/ /highlandsministriesonline.org/product/basement-tapes/resentment-in-the-church-135/
Ссылка на продукт, который отображается правильно http://highlandsministriesonline.org /product/basement-tapes/bt0111-church-at-corinth-i/
Журнал ошибок
Я добавил журнал ошибок к классу вариации продукта. Вот результат:
Для продуктов с сообщением «нет в наличии» в журнале ничего не отображается.
Пример правильно функционирующего продукта:
Код: Выделить всё
WC_Product_Variation Object
(
[variation_id] => 1310
[parent] => WC_Product_Variable Object
(
[children] => Array
(
[0] => 1311
[1] => 1310
)
[total_stock] =>
[id] => 1308
[post] => WP_Post Object
(
[ID] => 1308
[post_author] => 1
[post_date] => 2012-04-03 14:29:42
[post_date_gmt] => 2012-04-03 18:29:42
[post_content] => This audio presentation on homeschooling is a Basement Tape conversation on homeschooling.
What are The Basement Tapes?
The Basement Tapes are conversations between Dr. R.C. Sproul Jr., Rev. Laurence Windham, their friends and special guests, on subjects related to the “good life,” a simple, separate, and deliberate life, lived out for the glory of God and for the building of His Kingdom.
You might even say that the Basement Tapes serve to help us develop a Christian worldview. Started in 2002, we now have over #140 conversations on all areas of life that we are seeking to think biblically about so that we might take dominion over them for the King and His kingdom.
[b]Format: Available in both CD and MP3[/b]
[b]Length: Sixty minutes[/b]
[post_title] => Basement Tape #109: Homeschooling Redux
[post_excerpt] => It's been 108 weeks since we last talked about the subject of homeschooling our children. Our tykes have grown into teenagers. What have we learned in the past nine years? What has changed? What remains the same is that homeschooling means discipleship; passing down your most important convictions to your children and teaching them our holy religion.
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => bt0109-homeschooling-reducks
[to_ping] =>
[pinged] =>
[post_modified] => 2014-07-07 11:08:46
[post_modified_gmt] => 2014-07-07 15:08:46
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://50.57.190.158/?post_type=product&p=1308
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[product_type] => variable
)
[variation_data] => Array
(
[attribute_pa_audio-options] => mp3-download
)
[variation_has_length] =>
[variation_has_width] =>
[variation_has_height] =>
[variation_has_weight] =>
[variation_has_stock] =>
[variation_has_sku] => 1
[variation_shipping_class] =>
[variation_shipping_class_id] =>
[variation_has_tax_class] =>
[variation_has_downloadable_files] => 1
[id] => 1308
[post] => WP_Post Object
(
[ID] => 1308
[post_author] => 1
[post_date] => 2012-04-03 14:29:42
[post_date_gmt] => 2012-04-03 18:29:42
[post_content] => This audio presentation on homeschooling is a Basement Tape conversation on homeschooling.
What are The Basement Tapes?
The Basement Tapes are conversations between Dr. R.C. Sproul Jr., Rev. Laurence Windham, their friends and special guests, on subjects related to the “good life,” a simple, separate, and deliberate life, lived out for the glory of God and for the building of His Kingdom.
You might even say that the Basement Tapes serve to help us develop a Christian worldview. Started in 2002, we now have over #140 conversations on all areas of life that we are seeking to think biblically about so that we might take dominion over them for the King and His kingdom.
[b]Format: Available in both CD and MP3[/b]
[b]Length: Sixty minutes[/b]
[post_title] => Basement Tape #109: Homeschooling Redux
[post_excerpt] => It's been 108 weeks since we last talked about the subject of homeschooling our children. Our tykes have grown into teenagers. What have we learned in the past nine years? What has changed? What remains the same is that homeschooling means discipleship; passing down your most important convictions to your children and teaching them our holy religion.
[post_status] => publish
[comment_status] => open
[ping_status] => closed
[post_password] =>
[post_name] => bt0109-homeschooling-reducks
[to_ping] =>
[pinged] =>
[post_modified] => 2014-07-07 11:08:46
[post_modified_gmt] => 2014-07-07 15:08:46
[post_content_filtered] =>
[post_parent] => 0
[guid] => http://50.57.190.158/?post_type=product&p=1308
[menu_order] => 0
[post_type] => product
[post_mime_type] =>
[comment_count] => 0
[filter] => raw
)
[product_type] => variation
[product_custom_fields] => Array
(
[_sku] => Array
(
[0] => BT0109MP3
)
[_price] => Array
(
[0] => 3
)
[_sale_price] => Array
(
[0] =>
)
[_weight] => Array
(
[0] =>
)
[_length] => Array
(
[0] =>
)
[_width] => Array
(
[0] =>
)
[_height] => Array
(
[0] =>
)
[_stock] => Array
(
[0] =>
)
[_thumbnail_id] => Array
(
[0] => 0
)
[_virtual] => Array
(
[0] => yes
)
[_downloadable] => Array
(
[0] => yes
)
[_download_limit] => Array
(
[0] =>
)
[_downloadable_files] => Array
(
[0] => a:1:{s:32:"a0a87d43e69ed9de646ba479c252c9fb";a:2:{s:4:"name";s:29:"109-Homeschooling-Reducks.mp3";s:4:"file";s:113:"http://highlandsministriesonline.org/wp-content/uploads/woocommerce_uploads/2012/04/109-Homeschooling-Reducks.mp3";}}
)
[_regular_price] => Array
(
[0] => 3
)
[_sale_price_dates_from] => Array
(
[0] =>
)
[_sale_price_dates_to] => Array
(
[0] =>
)
[_download_expiry] => Array
(
[0] =>
)
[attribute_pa_audio-options] => Array
(
[0] => mp3-download
)
)
[sku] => BT0109MP3
[downloadable_files] => a:1:{s:32:"a0a87d43e69ed9de646ba479c252c9fb";a:2:{s:4:"name";s:29:"109-Homeschooling-Reducks.mp3";s:4:"file";s:113:"http://highlandsministriesonline.org/wp-content/uploads/woocommerce_uploads/2012/04/109-Homeschooling-Reducks.mp3";}}
[downloadable] => yes
[virtual] => yes
[sale_price_dates_from] =>
[sale_price_dates_to] =>
[price] => 3
[regular_price] => 3
[sale_price] =>
[total_stock] => 0
[dimensions] =>
)
Обновление от 23 октября, 2014 г.
Эта проблема все еще возникает, несмотря на попытки найти ответы ниже. Я создал плагин для ведения журнала, который, надеюсь, поможет отслеживать частоту сообщений об отсутствии на складе и, надеюсь, поможет сопоставить сообщение с любыми действиями, происходящими на веб-сайте. В настоящее время он настроен для этого конкретного веб-сайта, но я работаю над версией, которой смогу поделиться со всеми вами, чтобы даже если я не смогу найти ответ, кто-то сможет.
Подробнее здесь: https://stackoverflow.com/questions/246 ... out-of-sto