Опис
Most WooCommerce order tracking plugins sell you a carrier integration: you open
an account with a shipping API, pay a monthly SaaS fee, and your customers’
delivery data travels through somebody else’s servers. This plugin does not
compete there, and does not try to. It puts customer self-service on the order
page your customers already open — an order status timeline, an estimated
delivery date, and the buttons to cancel order, reorder, find an invoice or ask
a question — with no carrier account, no monthly fee, and no outbound HTTP
requests of any kind.
Every WooCommerce store gets the same email, over and over: where is my
order? The customer already has the answer in their account — an order status
like “processing” — but that word means nothing to them. So they write to you,
and you answer by hand.
Post-Purchase Hub turns that status into something a customer can actually read:
a stage-by-stage timeline on the my account page they already visit, with a
delivery estimate where you have told it your shipping times. Then it gives them
the few things they would otherwise have emailed you about — cancelling,
reordering, finding an invoice, asking a question — as buttons that route into a
queue you control.
It adds all of this to the pages your theme already draws. It does not take them
over unless you ask it to.
Features
Order status timeline
- Stage-by-stage progress on the single order page and in My Account, built
from status changes recorded as they happen — so the dates shown are real. - A Progress column on the My Account order list, so a customer with several
open orders sees all of them at a glance. - Stages mapped from your own statuses — the plugin reads the statuses your
store actually uses, including custom ones added by other plugins. - Internal statuses stay internal. Any status can be set to “not shown to
customers” and contributes nothing to the timeline. - Honest blanks. Where a date is not known, it says so rather than inventing
one.
Estimated delivery date
- Handling time in business days, set once for the store and overridable per
shipping method. - Transit time as a range per shipping method, so customers see “arrives
between the 26th and the 28th” rather than a single date that will sometimes be
wrong. - Your non-working days and holidays are excluded from every calculation.
- Real tracking wins. As soon as a tracking plugin supplies a real tracking
number, the estimate steps aside automatically. Works with Advanced Shipment
Tracking and WooCommerce Shipment Tracking out of the box, and any other
source through a filter.
Customer self-service
- Cancel order — the customer gives a reason and an optional note. It becomes
a request you approve or decline. - Reorder — re-adds a past order to the cart, after a screen showing what
changed: what is out of stock, what no longer exists, what costs more. - Invoice — links to the invoice your invoice plugin already generated.
Supports PDF Invoices & Packing Slips, and falls back to the printable
order page when no invoice plugin is present. - Get help with this order — a message form that reaches you with the order
number, status and items already attached. This is also where a customer’s
return request arrives today; see the FAQ below for what is and is not
included. - Each action can be switched off, and switching one off removes it from the page
and refuses it at the API.
Merchant request queue
- One queue under WooCommerce, with a count in the menu of everything waiting
on you. - Approve or decline with an internal note the customer never sees.
- Optional restocking when you approve a cancellation.
- Rules you set — which statuses are cancellable, how many times one order
may be the subject of a request, how long a customer waits before asking again,
and the response time you promise them. - Requests show on the order screen too, so you are never surprised by one
you did not know about.
Guest order lookup
- For customers who checked out without an account, off until you switch it
on deliberately. - Nothing is revealed by guessing. The form emails a signed link to the
address already on the order — never to the address typed into the form. - Rate limited, with a link lifetime you control.
Setup and configuration
- A setup wizard that asks what you need and skips what you do not. Nothing
reaches your storefront until you finish it — activating the plugin changes
nothing on its own. - A settings screen organised into cards, with a search box that filters as
you type. - A status panel that says plainly whether everything is working, and what to
do when it is not.
Placement for developers and site builders
- Shortcode —
[wpmphub_orders]renders the timeline view on any page. - Shortcode —
[wpmphub_order_lookup]renders the guest lookup form. - Block — an Order timeline block for the block editor.
- WP-CLI —
wp wpmphub backfill-timelinefills in what can be derived for
orders placed before you installed the plugin. - Filters throughout, including the stage map, action availability, tracking
detection and invoice sources. - High-Performance Order Storage and legacy post storage both supported, and
the test suite runs against both.
What this plugin deliberately does not do
Being plain about the edges matters more than a longer feature list.
- It is not a carrier integration. It opens no account with a shipping API,
buys no labels and fetches no carrier scans. WooCommerce order tracking here
means showing the customer where their order stands in your process, and
standing aside the moment a real tracking number exists. - It has no RMA workflow yet. There is no returns portal, no return merchandise
authorisation number and no return label. A return request reaches you through
the help form as an ordinary message. - It never issues a refund, and never touches a payment gateway. Approving a
cancellation changes the order status and optionally restocks; refunding stays
in WooCommerce, one click away on the order itself. - It never cancels an order by itself. A cancellation is always a request a
human approves. - It does not create tracking numbers. It reads what your tracking plugin
already stores. With no tracking plugin there is nothing to show, so it shows an
estimated delivery date instead and says so. - It generates no PDFs. The invoice action links to what another plugin
produced. - It does not replace your theme’s order pages unless you turn that on — and
it refuses to turn on while your theme already customises those templates,
rather than producing a broken page.
No monthly fee, no outbound requests, no data sharing
There is no subscription, no per-order pricing and no usage tier. This plugin
makes no outbound HTTP requests of any kind. No telemetry, no update pings,
no remote fonts or images, no analytics. Nothing about your store or your
customers leaves your server, because nothing is ever sent anywhere.
Order data is read and written only through WooCommerce’s own CRUD layer, and the
plugin never writes to another plugin’s data.
Source code and build tools
The plugin is GPL, and everything it ships can be read and rebuilt. The zip
contains the unminified source of every compiled asset alongside the compiled
files themselves:
assets/src/— the JavaScript and SCSS sources for every bundle in
assets/build/, including the setup wizard’s React app.webpack.config.jsandpackage.json— the build configuration and the
script that runs it.
To rebuild the compiled assets from the sources in the zip:
npm install && npm run build
The build uses @wordpress/scripts,
WordPress’s own webpack configuration, and no other bundler. Nothing is
obfuscated, and no compiled file has a source that is not in the zip.
Development happens at https://github.com/wpmake22/post-purchase-hub, where the
PHP source, the test suites and the release script live as well.
Install it, spend two minutes in the wizard, and stop answering the same email.
Скріншоти









Блоки
Цей плагін надає 2 блоки.
- Order lookup Lets a customer without an account ask for a secure link to one of their orders.
- Order timeline Shows the signed-in customer's orders with their delivery timeline.
Встановлення
From your WordPress dashboard
- Go to Plugins Add New and search for “Post-Purchase Hub”.
- Click Install Now, then Activate.
Uploading the zip
- Go to Plugins Add New Upload Plugin and choose the zip file.
- Click Install Now, then Activate.
After activating
WooCommerce must be active first — the plugin will not activate without it.
Activating changes nothing on your storefront. A notice appears pointing at the setup wizard, and until you finish it your customers see exactly what they saw before.
- Click Run the setup wizard, or go to WooCommerce Post-Purchase Hub Settings and start it from there.
- Choose what you want to set up first. Every question can be skipped, and a skipped question keeps a sensible default you can change later.
- Map your order statuses onto the stages customers will see.
- Set your handling time, and the transit time of each shipping method if you want delivery estimates.
- Choose which self-service actions customers get.
- Choose whether the plugin adds to your order pages or replaces them. Additive is the safe default.
- Press Finish and go live. That is the moment your customers start seeing their timelines.
Optional
- To offer guest order lookup, enable it under Settings Guest Access, then
add
[wpmphub_order_lookup]to a page and link it from your footer or your order emails. - To place the timeline somewhere of your own, use the
[wpmphub_orders]shortcode or the Order timeline block.
Часті питання
-
What data does the plugin collect?
-
Nothing, unless you opt in. On activation you are asked once whether to share usage data. If you skip that screen, or never answer it, the plugin sends nothing at all and every feature works exactly the same — none of it is gated on opting in.
If you do opt in, the following is shared with WPMake through Freemius:
- Your WordPress user’s first name, last name and email address
- Your site’s homepage URL and title, WordPress version, PHP version and site language
- This plugin’s version, the Freemius SDK version, and whether it is active or uninstalled
- The names, slugs and versions of your other plugins and themes, and whether each is active
The last three groups are optional and can be switched off individually on the opt-in screen before you accept. If you deactivate the plugin you are offered a short form asking why — answering it is optional, and you can close it and deactivate without saying anything.
You can withdraw consent at any time by deactivating the plugin. To switch the whole integration off in code, so no opt-in is ever shown:
add_filter( 'wpmphub_enable_freemius', '__return_false' ); -
How do I turn off the review request notice?
-
The notice appears once the plugin has been active for a week, on the Dashboard and the plugin’s own settings screen only, and only for administrators once the store has received at least one request. “Don’t ask again” removes it for good, and each administrator answers for themselves. To switch it off in code for everyone — useful on client stores — drop this in a plugin or your theme’s functions.php:
add_filter( 'wpmphub_show_review_notice', '__return_false' ); -
How do I add WooCommerce order tracking to the my account page?
-
Install the plugin, run the setup wizard, and map your order statuses onto the
stages you want customers to see. From then on every order shows an order status
timeline on the my account page and on the single order page, and the My Account
order list gains a Progress column. You do not have to edit a template or place a
shortcode, though a[wpmphub_orders]shortcode and a block are there if you want
the timeline somewhere else. -
Do I need a carrier account or a paid tracking service?
-
No. This plugin is not a carrier integration and has no monthly fee. Without a
tracking plugin, customers see an estimated delivery date worked out from your
handling and transit times, which is the honest answer rather than a fabricated
tracking number. If you do have a tracking plugin, its real tracking data replaces
the estimate automatically and you do not have to do anything. -
Can customers cancel an order themselves?
-
They can ask to. A cancel order button appears on their order while the order
is in a status you allow, and pressing it creates a request in your queue with the
reason and note they gave. Nothing happens to the order until you approve it. If
you decline, the order is left exactly as it was. -
Can customers submit a return request?
-
Not through a dedicated returns portal — this plugin has no RMA workflow, no
return authorisation numbers and no return labels. A customer wanting a return
uses the Get help with this order form, and the return request arrives in your
request queue with the order number, status and items already attached, so you can
answer it in one place with everything in front of you. -
Can customers reorder a past order?
-
Yes. The reorder button re-adds a past order’s items to the cart, and shows a
confirmation screen first listing anything that changed since they bought — what
is out of stock, what no longer exists and what now costs more — rather than
silently building a different basket. -
How is the estimated delivery date calculated?
-
From your handling time in business days plus the transit time range you set on
each shipping method, with your weekends and holidays excluded. Customers see a
range — “arrives between the 26th and the 28th” — rather than a single date that
will sometimes be wrong. -
Why is no estimated delivery date showing?
-
Almost always because the shipping method on that order has no transit time set.
A method with no transit time configured shows no estimate at all — a deliberate
blank rather than a guess. Set it under Settings Timeline Delivery
estimates. -
Why does an old order have no dates on its order status timeline?
-
WooCommerce does not keep a history of status changes, so a plugin can only
record them from the moment it is installed. Older orders show their stages
without dates rather than showing invented ones.wp wpmphub backfill-timelinefills
in what can be derived from the dates WooCommerce does store. -
Will this break my theme’s my account page?
-
It is designed not to. The default mode adds sections through WooCommerce’s own
hooks and leaves your templates alone. Full template replacement is opt-in, and
the plugin checks first whether your theme has customised those templates — if it
has, replacement stays off rather than producing a broken page. -
Does it issue refunds?
-
No. Approving a cancellation changes the order status and optionally returns the
items to stock. Refunding is done in WooCommerce, on the order itself. This
plugin never touches a payment gateway. -
Can guests track an order without an account?
-
Only if you enable guest order lookup, which is off by default. When it is on, a
customer enters their order number and billing email and the plugin emails a
signed link to the address already on the order — never to the address typed
into the form. Guessing an order number therefore reveals nothing. -
Why can one of my customers not request a cancellation?
-
The button is hidden, correctly, when the order is not in one of your cancellable
statuses, when a request is already pending on it, when the order has hit its
per-order request limit or is inside the waiting period, or when you have switched
the action off. -
Where do I change the emails this plugin sends?
-
With all your other WooCommerce emails, at WooCommerce Settings Emails.
They are ordinary WooCommerce emails, so they inherit the header, footer and
colours you have already set, and there is one place to change them rather than
two. -
Does it work with High-Performance Order Storage?
-
Yes. All order data is read and written through WooCommerce’s CRUD layer, and the
test suite runs against both HPOS and legacy post storage. -
What happens to my data if I delete the plugin?
-
Nothing is deleted unless you ask for it. Deleting the plugin leaves your settings
and request history in place, so reinstalling picks up where you left off. If you
would rather it cleaned up after itself, switch on Delete all data when
uninstalling under Settings Advanced first.
Відгуки
Для цього плагіна немає відгуків.
Учасники та розробники
“Order Tracking, Cancel & Return for WooCommerce – Post-Purchase Hub” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:
УчасникиПерекладіть “Order Tracking, Cancel & Return for WooCommerce – Post-Purchase Hub” на вашу мову.
Цікавитесь розробкою?
Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.
Журнал змін
1.1.0 – 06/09/2026
- Added opt-in usage tracking and a deactivation feedback form, through Freemius. Nothing is transmitted unless you accept the opt-in screen shown once on activation; skipping it leaves every feature working, and
add_filter( 'wpmphub_enable_freemius', '__return_false' )removes the integration entirely. The FAQ lists exactly what is shared. - Added a review request notice for administrators, on the Dashboard and this plugin’s settings screen only, once the plugin has been active for seven days and the store has handled at least one request. “Don’t ask again” is permanent and answered per administrator, and
add_filter( 'wpmphub_show_review_notice', '__return_false' )switches it off for everyone. - Replaced the two WooCommerce submenu entries with a single entry named after the plugin, carrying a count of the requests waiting on you, and a navigation bar shared by the request queue and the settings screen.
- Added a sidebar beside the settings screen with documentation, blog and support links, and cards for other WPMake plugins. Every entry is a plain link; nothing is fetched from wpmake.net unless you click one.
- Restyled the navigation bar and the request queue table.
- Rewrote readme.txt around what customers search for, and said plainly in the description that this is not a carrier integration and carries no monthly fee.
1.0.0 – 31/08/2026
- First public release.
- Order progress timeline on My Account and single order pages, built from status changes recorded as they happen.
- Timeline stages mapped from the order statuses your store actually uses, with any status hideable from customers.
- Delivery estimates from your handling time and per-shipping-method transit times, excluding your non-working days and holidays.
- Real tracking data replaces the estimate automatically wherever a supported tracking plugin provides it.
- Self-service actions on the customer’s order page: request cancellation, buy the order again, view an invoice, and get help.
- Cancellation requests arrive in a merchant queue to approve or decline, with optional restocking on approval.
- Guest order lookup, off by default, sending a signed link to the billing address already on the order.
- Setup wizard that keeps the storefront unchanged until it is finished.
[wpmphub_orders]shortcode and an Order timeline block.wp wpmphub backfill-timelinefor orders placed before installation.- Works with both High-Performance Order Storage and legacy post storage.
