Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Remove Office Use Only

    Sorry for such a silly question, but I couldn't find an answer so I figured having a thread would be helpful to others.

    How do I remove the Office Use Only section from emails?

    I find this incredibly annoying since I have to delete it from the email before responding. I'm not really even sure why anyone uses this.

    Regards,
    lindasdd

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Remove Office Use Only

    The files to edit are:

    includes/languages/english/email_extras.php

    your_admin/includes/languages/english/email_extras.php

  3. #3
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Remove Office Use Only

    But aren't those just the defines? You can delete those or give them values of '' but the data will still populate in the email.



    -lindasdd

  4. #4
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Remove Office Use Only

    Question: Why do you need to delete it before responding? All the information therein is directly related to the person you're responding to.
    Are you wanting to do this for ALL emails? Or is this isolated to just Contact Us requests?
    Again: why?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Remove Office Use Only

    I want to do this for all emails.

    "Why do you need to delete it before responding? All the information therein is directly related to the person you're responding to."

    1. I think it is a turn off for customers to see they are being so explicitly tracked / recorded.

    2. It has no actual purpose for us and therefore is just extra clutter. Since it isn't used, the downsides of #1 aren't worth it.

    I guess if adding a similar footer to emails was a standard web practice I wouldn't be as concerned, but I've never seen people do this outside of a ZenCart install.

    -lindasdd

  6. #6
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Remove Office Use Only

    but I've never seen people do this outside of a ZenCart install.
    Every shopping cart I've ever used or worked with has provided that additional for internal use information. It can be very useful if there's ever a problem down the road.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Remove Office Use Only

    I won't be surprised if it comes back to bite you one day, but if you wish to never have that information kept for you, you can turn it off by hacking the code in functions_email.php, by adding the line shown here:
    Code:
      function email_collect_extra_info($from, $email_from, $login, $login_email, $login_phone='', $login_fax='') {
        return array(); // I ADDED THIS TO disable normal functionality
        // get host_address from either session or one time for both email types to save server load
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Jun 2007
    Posts
    474
    Plugin Contributions
    2

    Default Re: Remove Office Use Only

    I'll try that out, thanks for the help.

    -lindasdd

 

 

Similar Threads

  1. Email - Office Use Only on order emails
    By NickSMM in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 19 Feb 2008, 01:35 AM
  2. What happened to Office Use Only portion of Email
    By Bostitch in forum General Questions
    Replies: 1
    Last Post: 4 Jul 2007, 05:12 AM
  3. Office Use Only on Admin e-mail
    By crazycucumber in forum Upgrading from 1.3.x to 1.3.9
    Replies: 3
    Last Post: 20 Jan 2007, 07:00 AM
  4. Office Use Only
    By bean_2k1 in forum General Questions
    Replies: 1
    Last Post: 16 Jan 2007, 08:01 PM

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