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

FAQ

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