
Originally Posted by
sanji
When you say "articles," what are you referring to? Individual products?

Originally Posted by
nrg77
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.

I'll be doing my usual version comparison to make sure all the new features are included. No worries there.

Originally Posted by
shawnz28
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
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');
Bookmarks