brandonc503 Posted February 10, 2010 Share Posted February 10, 2010 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 More sharing options...
Site Posted February 11, 2010 Share Posted February 11, 2010 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 numberThen 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 More sharing options...
jnktaylor Posted February 26, 2010 Share Posted February 26, 2010 I worked aroung this by setting the "shipped" status to not send the customerand email. This way I set the status to "shipped" then I get the box to enterthe tracking number. When I enter the tracking number, an "in transit" emailis sent to the customer with the tracking number.Jack Link to comment Share on other sites More sharing options...
Site Posted February 26, 2010 Share Posted February 26, 2010 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 More sharing options...
jnktaylor Posted February 26, 2010 Share Posted February 26, 2010 So when you set the shipping number and apply it, the email is sent once the shipping number button has been pressed? Yes. Link to comment Share on other sites More sharing options...
Site Posted February 26, 2010 Share Posted February 26, 2010 Great,How do you have your "in transit email setup" could this be set to the original "shipped" email? Link to comment Share on other sites More sharing options...
jnktaylor Posted February 26, 2010 Share Posted February 26, 2010 It uses the "in_transit.html" template in your mails folder. You can change this file anywayyou want. You can make it look like your shipped.html if you want.Jack Link to comment Share on other sites More sharing options...
Site Posted February 26, 2010 Share Posted February 26, 2010 Jack many thanks!I'll give it a try next week Link to comment Share on other sites More sharing options...
jnktaylor Posted February 26, 2010 Share Posted February 26, 2010 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 numberbox always as long as a url is setup for your carrier.Jack Link to comment Share on other sites More sharing options...
Site Posted February 26, 2010 Share Posted February 26, 2010 Hi Jnk,Do you think that way would be more relavent? Link to comment Share on other sites More sharing options...
jnktaylor Posted February 26, 2010 Share Posted February 26, 2010 I think the customer receives an email when the tracking number isentered. This email tells the customer the order is in transit and givesthem the tracking number. Sending an email on shipping status thenanother on tracking number entry is too many emails to customer.As stated before, I turn off email to customer on shipping statusand just let the tracking number email suffice.Jack Link to comment Share on other sites More sharing options...
Site Posted February 26, 2010 Share Posted February 26, 2010 Ok,I'll have a think of which way would be better, I'd possibly stop the email being sent on tracking number... and leave it all to the "shipped" one Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now