Image
Image

Parcel Tracking

外掛說明

Package Tracking is a lightweight logistics tracking system for WordPress. Built specifically for local delivery and courier services who intend to keep their customers updated about their deliveries. Works really simple, admin adds the packages in the backend, an email is automatically sent to customer with their tracking number which is also auto generated.

Key Features:

  • Add and manage parcels via the admin dashboard.
  • Assign tracking numbers and status updates
  • Send email notifications to customers on package creation and status update
  • Quick status updates directly from the admin list table
  • Upload and show package images
  • Customers can track packages via frontend form
  • Admin can set tracking page in plugin settings
  • HTML email support with clickable tracking button
  • Fully extendable for future use

Shortcodes

  • [package_tracking_form] – Displays a form where users can enter their tracking number.
  • [package_tracking_result] – Displays tracking details (used on the tracking page set in settings).

License

This plugin is released under the GPLv2 or later. Use it freely in personal or commercial projects.

螢幕擷圖

  • Image
    Admin view of added packages and info
  • Image
    Seetings page for tracking result page
  • Image
    Adding new package in admin dashboard
  • Image
    Frontend tracking form
  • Image
    Tracking result page

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to the Packages menu in the admin dashboard to add or manage packages
  4. Set the tracking page under Settings > Package Tracking
  5. Add the tracking form to any page using the shortcode

常見問題集

Can I customize the tracking statuses?

Yes, developers can filter the statuses using apply_filters().

How do I set the tracking page?

Go to Settings > Package Tracking, and select a page where [package_tracking_result] shortcode is used.

Can customers upload anything?

No. Only admins can upload package images or modify tracking status.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Parcel Tracking〉的開發相關工作。

參與者

將〈Parcel Tracking〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.6

  • Updated the logic to allow email links to function without a nonce (since the tracking code acts as the unique identifier) and added the private status to the query so private packages can be found.

1.5

  • Plugin is now able to send sms using different providers that can be set in admin panel.

1.4

  • Added sms feature to send sms when package is created

1.3

  • Fixed fatal error on package creation

1.0

  • Initial release
  • Custom post type for packages
  • Admin interface with meta fields
  • Frontend tracking form and results
  • Email notifications on status update and creation
  • Quick status update via list table
  • Admin setting for tracking page URL
  • HTML email format with tracking link