Where's my order?

Open to all! Ask other shopowners for help.
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Where's my order?

Post by burt »

I wonder if any shopowners get this request regularly ?

What do you do to combat it ?
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Where's my order?

Post by Omar_one »

yes, from time to time.. sometime for some reason the orders not on the data, ( I think the customer so fast to leave the bank payment page,, so close the back page before return back automatically to shop), I am not sure if there is another reason .

on the old days we had an addon it called held orders. had admin page which show the held orders and via that page you can move it as order. so we noticed before the customer call us
Last edited by Omar_one on Wed Feb 25, 2026 9:55 am, edited 1 time in total.
Dan Cole
Senior Contributor
Posts: 498
Joined: Fri Oct 25, 2019 2:14 pm
Phoenix Version: 1.0.8.21
Has thanked: 67 times
Been thanked: 61 times

Re: Where's my order?

Post by Dan Cole »

I receive that question every now and again and it's usually because people aren't looking at their emails. We send out tracking numbers as packages are shipped so most customers know exactly where their packages are and when they'll be received. Sometimes I do wonder if updates should be sent by text or if we should give customers the option to decide on what communication method they prefer. Maybe a project for another day.

Dan
Moxamint
Member
Posts: 93
Joined: Fri Nov 06, 2020 10:36 am
Phoenix Version:
Has thanked: 33 times
Been thanked: 3 times

Re: Where's my order?

Post by Moxamint »

burt wrote: Sun Oct 12, 2025 5:21 pm I wonder if any shopowners get this request regularly ?

What do you do to combat it ?
I have a small add-on that allows the admin to enter the tracking number, enabling the customer to track their shipment. I haven't been asked about the delivery status since.
You do not have the required permissions to view the files attached to this post.
radhavallabh
Senior Contributor
Posts: 466
Joined: Tue Oct 27, 2020 4:09 am
Phoenix Version: 1.1.0.6
Has thanked: 29 times
Been thanked: 3 times

Re: Where's my order?

Post by radhavallabh »

Yes, I get this a lot.
As our phoenix order history page has no updates about below things-
how much part / percent of the order is ready...
How many products remain to be prepared....
estimated dispatch date....
tracking details displayed properly...
We can only update comments cannot display them in a very pro manner....
I really hope we could address the above;
Regds./
radhavallabh
Omar_one
Senior Contributor
Posts: 676
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Where's my order?

Post by Omar_one »

For tracking, we have a module integrated with the shipping company. From the admin orders page, there's a button that submits the order data to the delivery service. Once submitted, a new button appears to download the shipping label as a PDF. At the same time, the module automatically adds the tracking information to the order's comment field.
14Steve14
Senior Contributor
Posts: 921
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: Where's my order?

Post by 14Steve14 »

We get it a few times a week even though once an order is dispatched we send tracking information, using the order comments addon, in the order update email. We always refer people back to that email, and they all say "I didn't see that". Tracking details can also be found in their account under the order status tab, but again people don't look.

Even though we have text on every product page about deliveries our most common question is "When will it be posted?".
Dan Cole
Senior Contributor
Posts: 498
Joined: Fri Oct 25, 2019 2:14 pm
Phoenix Version: 1.0.8.21
Has thanked: 67 times
Been thanked: 61 times

Re: Where's my order?

Post by Dan Cole »

radhavallabh wrote: Mon Oct 13, 2025 5:51 am We can only update comments cannot display them in a very pro manner....
Regds./
radhavallabh
Assuming you're referring to the emails, you should be able to. We've updated the order status comments routine to format those emails using a template created via info pages so they are formatted nicely and look a little more professional.

Dan
raiwa
Certified Developer
Posts: 1640
Joined: Sat Dec 21, 2019 8:08 am
Phoenix Version: 1.1.0.6
Has thanked: 70 times
Been thanked: 152 times

Re: Where's my order?

Post by raiwa »

One possibility is to use my tracking add on:
https://phoenixcart.org/forum/app.php/ ... n/tracking
Public Phoenix Change Log Cheat Set on Google Sheets
https://docs.google.com/spreadsheets/d/ ... sp=sharing

Need Help?viewtopic.php?f=10&t=27
User avatar
burt
Core Team
Posts: 4550
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: Where's my order?

Post by burt »

I wondered about the possibility of hooking into the contact_us page to add in an extra input;

If you are enquiring about an Order, please provide your Order ID.
Your Order ID: [ ]

If Order ID is filled out have some extra logic that;

1. grabs the email address
2. grabs the order_id
3. looks for the order that matches

If a match is found, do TWO things;


1. send an immediate email, something like;
Hi "name", you can access Order ID 321 anytime at yourshop.com/account_history.php blah blah.

Quick Details
Order ID: 321
Status: Posted
Date: 14/10/2025 12:34
2. Write a new status to the Order saying "Email Sent" or something along those lines so admin knows this has been done automatically.

--

Contact Us is protected by action_recorder, so this could not be hammered by a bad actor.

What I have not thought of?
I am not here to build for you.
I am here to build with you. Let's help each other.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply