Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 26
  1. #11
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Hide admin order comments from customer

    Thank you. What would it take to make this a pressing feature? (just curious) Also, I sent you a PM, I'll take you up on the customization aspect.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  2. #12
    Join Date
    Jun 2007
    Location
    Michigan (Go Blue!)
    Posts
    19
    Plugin Contributions
    0

    Default Re: Hide admin order comments from customer

    For clarity, to fix this in 1.37

    goto /includes/modules/pages/account_history_info
    edit file header_php.php

    1ST: CREATE A BACKUP OF FILE header_php.php

    FIND:

    $statuses_query = "SELECT os.orders_status_name, osh.date_added, osh.comments
    FROM " . TABLE_ORDERS_STATUS . " os, " . TABLE_ORDERS_STATUS_HISTORY . " osh
    WHERE osh.orders_id = :ordersID
    AND osh.orders_status_id = os.orders_status_id
    AND os.language_id = :languagesID
    ORDER BY osh.date_added";


    CHANGE TO:

    $statuses_query = "SELECT os.orders_status_name, osh.date_added, osh.comments
    FROM " . TABLE_ORDERS_STATUS . " os, " . TABLE_ORDERS_STATUS_HISTORY . " osh
    WHERE osh.orders_id = :ordersID
    AND osh.customer_notified ='1'
    AND osh.orders_status_id = os.orders_status_id
    AND os.language_id = :languagesID
    ORDER BY osh.date_added";

  3. #13
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Hide admin order comments from customer

    kwizshow ... we appreciate your enthusiasm but how does this differ from philc's post #6 ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #14
    Join Date
    Jun 2007
    Location
    Michigan (Go Blue!)
    Posts
    19
    Plugin Contributions
    0

    Default Re: Hide admin order comments from customer

    Well....if I must explain...

    her post does not say what to edit. The previous posts mention this:
    /includes/pages/account_history_info/header_php.php and that is INCORRECT. I would think the forum would want correct information....

    I mention where to edit and what in one post...

    is that acceptable?

    -----

    ps if i am ever wrong (almost thru 2007 without...) I will gladly take a tomatoe in the face. Until then, I think you will find my posts are usually right on. I am not new to osc, php, sql or server. thanks, look forward to contributing without explanations.
    Last edited by kwizshow; 15 Jul 2007 at 12:13 AM.

  5. #15
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Hide admin order comments from customer

    Yes, actually, an explanation does help so that I can correct a typo ...

    I so hate it when out of 33,000+ posts I put in a typo ... bless you for being part of our forum ...
    Last edited by Ajeh; 15 Jul 2007 at 04:28 AM. Reason: silly me ... 36,430 posts ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #16
    Join Date
    Jun 2007
    Location
    Michigan (Go Blue!)
    Posts
    19
    Plugin Contributions
    0

    Default Re: Hide admin order comments from customer

    lol, i made a mistake in another forum on the same topic...

    i get pissy when programming for 15 hours...i need coffee...lol

    hope to be productive here for everyone, regards,

    d
    derek
    michigan, usa

  7. #17
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Hide admin order comments from customer

    Thanks again for the catch, kwizshow ... I do hate missing those directories ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #18
    Join Date
    Sep 2006
    Posts
    142
    Plugin Contributions
    0

    Default Re: Hide admin order comments from customer

    THANKS!!

    This worked perfectly for me! And is going to be a huge time saver to be able to have order information all in one, especially when a customer calls with a problem with the order or something!

    Muchas Gracias!!

  9. #19
    Join Date
    Aug 2007
    Location
    Eugene, OR
    Posts
    162
    Plugin Contributions
    0

    Default Re: Hide admin order comments from customer

    Great help...For me this is a very important improvement. Thanks all!

  10. #20
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Hide admin order comments from customer

    there is also a module inthe Downlloads section that has 2 seperate areas for notes,
    1 is visible to clients the other is visible to admin ONLY
    Zen cart PCI compliant Hosting

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. How can i hide my store order From Other admin..
    By jennydutch in forum Customization from the Admin
    Replies: 7
    Last Post: 18 Apr 2014, 11:07 AM
  2. Prefilled Comments (from pulldown) in admin order updates?
    By zekin in forum Managing Customers and Orders
    Replies: 0
    Last Post: 28 Sep 2011, 04:13 AM
  3. Hide web site from customer, but visible for admin
    By Semenek in forum General Questions
    Replies: 2
    Last Post: 26 Jan 2011, 09:25 PM
  4. Replies: 7
    Last Post: 1 Apr 2010, 11:01 PM
  5. Customer Comments section missing from my admin?
    By McGill in forum General Questions
    Replies: 2
    Last Post: 20 May 2008, 04:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR