I don't seem to be having this problem. When I click "shipping label", I can see the sender address, the order ID and the receiver address.
Printable View
Glad to see you guys have been able to carry on while I was away in the abyss. I'm equally sorry to see the problems you've had to deal with. I think I've got the majority of 'em covered. How does a new release sound? Can you give me a few days to update some documentation?
Also, for anyone who's wondering what the hell happened to me...
Hi BlindSide,
Nice to have you back.
I new release looks great, as always! In fact, I am still using an older version of SO which allows to edit customers' orders.
My main question would be then: will that new release allow that?
While I love ZC, I feel that the ability to edit order is really something lacking! I have about 5-10% of my orders which require adding or removing products, and using phpmyadmin is obviously not convenient...
sanji
Um, the order number comes from the order for which you are sending a an update notice. Or am I missing something?
Sanji, the currently available version has the ability to edit orders. I'm not sure what makes you think I removed that ability. Edits are broken down into sections, to make the interface more manageable. But otherwise it's the same stuff. Did I change something that you didn't like?
Can you change the number of articles, change the price, add more articles???
I was thinking that this was not possible in SO 2.0, as we discussed in January here : http://www.zen-cart.com/forum/showpo...&postcount=405
Please confirm,
sanji
Hey Blindside, welcome back. Since you will be releasing a newer version, may I suggest something?
In the 1.38 ZC, there is an added feature of Customers Comments Status. When customer has left a comment/note, there will be a yellow bubble icon indicating the customer has left a comment. Could you please incorporate that in your next release?
Thank you.
:clap:
The number yes I assume it does. I was trying to change the subject of the emails the customer recieves. The default format is "Order Update #1" for example. I wanted it to say "Salty Critter Order Update No: 1 to match the Order Confirmation emails or just drop the order number all together. Without Super Orders the two files to edit would be /admin/includes/languages/english/orders.php and /admin/orders.php the second being where to change the # to No: But with Super orders you edit the /admin/includes/languages/english/order_status_email.php to change the first part but I cannot find where to change the #
this thread might help explain what I mean
http://www.zen-cart.com/forum/showth...298#post480298
When you say "articles," what are you referring to? Individual products?
I'll be doing my usual version comparison to make sure all the new features are included. No worries there.
admin/includes/functions/extra_functions/super_orders_functions.php, Line 470
See highlighted code below:
Code:zen_mail($customer_info->fields['customers_name'], $customer_info->fields['customers_email_address'], EMAIL_TEXT_SUBJECT . ' #' . $oID, $message, STORE_NAME, EMAIL_FROM, $html_msg, 'order_status');
Awesome! worked like a charm, thank you, I had tried using the developers toolkit previously and must had passed over it