Order Item Notes For WooCommerce

描述

You can currently add notes to an order in WooCommerce, but you can’t add notes to individual order items.
This plugin makes it easy for administrators to add notes to individual order items of a WooCommerce order.

Once activated, each order item in the Admin interface will have a textbox:

Enter your notes and save the order. Your notes will now show when you load the order in the future.

Workflow

This plugin is developed on GitHub,
but released to SVN using this workflow.

In short: develop in Git and on GitHub as normal. Then, something like this (not 100% verified):

  • git fetch
  • git checkout master
  • git rebase trunk
  • git svn fetch -r 2974662:HEAD
  • git svn rebase
  • git svn dcommit
  • git rebase origin/master master
  • git push

To release:

  • create the tag in git as usual
  • git svn tag vx.x.x

To set this up initially:

  • git clone
  • cd
  • git svn init /trunk
  • svn log
  • take the first revision
  • git svn fetch -r (creates git-svn branch)
  • git rebase git-svn
  • git svn dcommit

螢幕截圖

  • Adding notes to individual order items of a WooCommerce order

常見問題

Will it work on older versions of WordPress?

Yes, it probably will, but I haven’t tested it on older versions. Let me know if it works on your version.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Order Item Notes For WooCommerce” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Order Item Notes For WooCommerce 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Order Item Notes For WooCommerce 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.2.0

  • Tested with WordPress 6.5

1.1.1

  • Remove calls to wc_get_logger() because it interferes with other plugins that save posts before WooCommerce is set up.

1.1.0

  • Declare HPOS compatibility

1.0.4

  • Fix update bug
  • Fix layout bug

1.0.3

  • Tested with WordPress 6.3

1.0.2

  • Fix: Don’t run for inserts.

1.0.1

  • Adressed required changes for WordPress.org hosting

1.0

  • First working version.