最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

woocommerce offtopic - Delete method giving 500 error, for this endpoint wcstorecartitems

programmeradmin0浏览0评论

woocommerce_rest_cart_error Unable to retrieve cart. Delete method giving 500 error, for this endpoint /wc/store/cart/items.

To reproduce

jQuery.ajax({
  type: 'delete',
  url: '/wp-json/wc/store/cart/items',
  xhrFields: {
    withCredentials: true
  }
});

This endpoint should return an empty array, but it is giving me 500 error.

发布评论

评论列表(0)

  1. 暂无评论