php 商品显示不出来,php – Woocommerce产品显示“缺货”的消息,当不是实际缺货

在客户网站上出现产品随机显示的问题

“This product is currently out of stock and unavailable.”

事情是,我们没有开启库存跟踪,所有产品都应该在所有的时间。

当我进入WordPress管理员,并单击产品的更新按钮(不更改任何内容),然后消息消失,“添加到购物车”按钮应显示为应该。不幸的是,这个问题在以后重复这些项目,并修复它,我必须再次更新产品(也点击更新在WooCommerce设置暂时解决问题)。

我需要找到一种方法来永久解决这个问题,所以它不会恢复自己。

网站详细信息:

>使用WordPress 3.9.1

> WooCommerce 2.1.12

> PHP 5.3.10(也尝试本地w / 5.5.10)

我试过的

>删除所有插件,但WooCommerce

>改变主题(尝试所有标准的WordPress主题和几个WooThemes主题无效)

>更新WooCommerce(它是v 2.1.5)

>手动插入到wp_postmeta中,添加元键_manage_stock并将其设置为no(如我们在一些工作产品中所观察到的)

>手动插入到wp_postmeta中添加元键“_stock”,并将其设置为0(如我们在一些工作产品中所观察到的)

>比较产品的postmeta之前和之后单击更新按钮,观察是否有任何改变,这将导致问题…什么

>未打开缓存

>使用XDebug跟踪variable.php中的$ available_variations变量和

class-wc-ajax.php和class-wc-product-variable.php。

当调试时,我注意到,在工作的产品$ available_variations变量包含2个数组填充产品信息,但是对于没有的产品,它是一个空数组(这导致缺货消息显示为服务variable.php)。单击更新按钮,然后跟踪变量可正确显示信息。

老实说,在这一点上我在亏损。我认为问题是在任何一个类,但我不能告诉。

还有其他人有这个问题吗?任何方式围绕这个问题,所以我不必为这个客户端不断更新产品。

错误日志

我向产品变体类添加了错误日志。结果:

对于具有“缺货”消息的产品,日志中不显示任何内容。

产品功能正确的示例:

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.

Format: Available in both CD and MP3

Length: Sixty minutes

[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.

Format: Available in both CD and MP3

Length: Sixty minutes

[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] =>

)

潜在的下一步我的下一个想法,如果我不能得到这个解决是写一个脚本,将通过和更新每个产品在网站上每晚(因为临时修复似乎工作至少24我们的)。虽然如果我能节省我的一些时间,我宁愿不是,如果有人能够永久解决这个问题。

更新截至2014年10月23日

尽管尝试了以下答案,但仍然发生此问题。我创建了一个日志插件,希望有助于跟踪缺货的消息的频率,并希望帮助关联的消息与网站上发生的任何操作。它目前定制到这个特定的网站,但我正在一个版本,与大家分享,所以即使我找不到答案,有人可以。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值