Track Order Details for Post.ir

描述

This plugin adds a front-end order tracking form for WooCommerce.
Customers enter their WooCommerce order number and the plugin shows:
* Customer name
* Order date
* Order status
* Tracking code (if available)

Tracking code sources (priority):
1) Order notes (manual)
2) Known meta keys (including _wc_shipment_tracking_items)
3) Manual tracking code saved in the WooCommerce order metabox (added by this plugin)

It also provides buttons to:
* Copy the tracking code
* Open the Post.ir tracking website (https://tracking.post.ir/) after copying

安裝

  1. Upload the plugin zip and activate it.
  2. Go to Settings Track Order Settings.
  3. Add the shortcode to any page: [track_order_form]

常見問題

What shortcode should I use?

Use: [track_order_form]

The tracking code is not shown. What should I do?

Open Settings Track Order Settings and use the Meta Scanner section to detect the meta key used by your shipping plugin.

評價

2025年10月2日
It is great for displaying the postal tracking code based on the order number and it is simple and easy to use
閱讀全部1個評價

貢獻者及開發者

“Track Order Details for Post.ir” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Track Order Details for Post.ir 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

2.9.9

  • Fixed order date display for Persian/Jalali sites by using wp_date() directly (avoid double Jalali conversion).

2.9.8

  • Fixed order date display (avoid double timezone offset).
  • Fixed header background color mapping and improved color variable coverage.
  • Performance: cache detected tracking code per order for 12 hours and clear cache on manual updates.

2.9.7

  • Fixed admin enqueue checks to avoid nonce warnings (no superglobal GET usage).
  • Fixed order date display using WooCommerce local timestamp (getOffsetTimestamp).
  • Fixed REQUEST_METHOD undefined index warning.
  • Updated Tested up to header.

2.9.6

  • WordPress.org compliance: fixed i18n domain, added languages/ folder, improved escaping and nonce handling, English readme.