이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

List Orders with Backorders for WooCommerce

설명

While WooCommerce makes it easy to allow for customers to backorder items, there is no mechanism for retailers to keep track of what orders actually have backordered items on them.

This plugin will automatically detect backordered items for orders that are placed though WooCommerce.

You can also modify the order meta (by editing the order) to update the Backordered quantity, or manually add “Backordered” as a Meta Key and the quantity as the Meta Value. This plugin will only detect orders whose status is pending, processing, or on-hold. Completed orders will automatically remove themselves from the list.

Version 2.0 Includes jQuery DataTables to allow easy manipulation of the output of the backordered items list, and allows for export to PDF, XLS, or CSV files.

Report Title is in Ymd_backorder_list Format. This can be filtered in your functions.php with filter ‘dd_list_backorders_report_title’

for example:

add_filter('dd_list_backorders_report_title', function(){return 'this_is_the_title';});

Requirements

This plugin requires the use of WooCommerce.

스크린샷

  • This is the main list view when clicking on the WooCommerce > Backordered Items admin menu item.
  • This is the edit order on WooCommerce > Orders > Edit Order. You can modify the order item meta by clicking on this pencil.
  • Once you’ve accessed the order item meta, use the “META KEY” = “Backordered” (or your local translation for “Backordered”) based on the official WooCommerce translations, and the “META VALUE” = Number of items backordered.

설치

  1. Upload the plugin files to the /wp-content/plugins/list-backorders-woocommerce directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

후기

2017년 5월 16일
this plugin realy brought what i needed! al list of orders and the items on that order. the plugin at first did not work because of the language (Dutch) 1 post to the author and the plugin was adjusted! a very big applause to this author and his great plugin. thanks thanks thanks.
모든 2 평가 읽기

기여자 & 개발자

“List Orders with Backorders for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

2.2

Added SKU to Report

2.1

Added report title “yyyymmdd_backorder_list” and filter ‘dd_list_backorders_report_title’

2.0.2

Verified for WC 4.x

2.0

Move to OOP version of plugin.
Added DataTables to reporting.

1.2

Use WooCommerce translations for better localization

1.1.2

Add additional Localization

1.1

Added some localization for “Backordered”

1.0.3

*Update the description
*Modify Permissions

1.0.2

  • File Location error fixed

1.0.1

  • Minor Change for naming convention

1.0

  • Initial Release Version