Jump to content

Entering tracking number before selecting shipping


Recommended Posts

id like to have it so when i select shipped from the drop down window the tracking number field will display and i can enter or not enter the tracking number, then id hit change and it would send, if any, the tracking number with the shipping email.. insted of sending the shipping email, then entering the tracking # and sending an email again.

Link to comment
Share on other sites

Hi,
I would also like to do this,

maybe "Preparation in Progress" could have the tracking number field added to it (on the right)?

Then set the tracking number

Then mark "Shipped"


--- My Previous Post ---
Hi,
I can only “set shipping number” once selected “shipped”

By then the 1st email “shipped” has been sent without the number, then if you selected “shipped” again, you can then enter the “set shipping number”

How is it possible to alow the “set shipping number” when “payment accepted” ?

Link to comment
Share on other sites

  • 3 weeks later...

I worked aroung this by setting the "shipped" status to not send the customer
and email. This way I set the status to "shipped" then I get the box to enter
the tracking number. When I enter the tracking number, an "in transit" email
is sent to the customer with the tracking number.

Jack

Link to comment
Share on other sites

So when you set the shipping number and apply it, the email is sent once the shipping number button has been pressed?


Im sure there would be a line in AdminOrders.php that would have a ref to set shipping number for the status "shipped"


Even if the shipping number come up on "prep.. in progress" then you could apply the number and mark it "shipped"

Link to comment
Share on other sites

Im sure there would be a line in AdminOrders.php that would have a ref to set shipping number for the status "shipped"


I just check AdminOrders.php.
Change
if ($carrier->url && $order->hasBeenShipped())



to

if ($carrier->url)



I have not tested this but it should give you the tracking number
box always as long as a url is setup for your carrier.

Jack

Link to comment
Share on other sites

I think the customer receives an email when the tracking number is
entered. This email tells the customer the order is in transit and gives
them the tracking number. Sending an email on shipping status then
another on tracking number entry is too many emails to customer.

As stated before, I turn off email to customer on shipping status
and just let the tracking number email suffice.

Jack

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...