Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2015
    Location
    New England
    Posts
    29
    Plugin Contributions
    0

    Default Removing or styling For Office Use Only

    I've seen a few questions like this result in a hack or two that won't survive an upgrade.

    The reason for adjustment/removal is that the order confirmation emails sent to the admin span multiple pages with the "For Office Use Only" section. If that section were removed, or the table row heights reduced, it would print on just a single page for our accountant. Only the last line or two of extra_info section prints on the second page.

    I see there is an email_common.css file in the /email folder. Would a css definition of tr {line-height: 3px;] work in there? Or an descendant selection like "div table {display:none;}", maybe? Would that work and survive an upgrade?

    If not, I'll use one of the temporary fixes mentioned in other posts. Just thought I'd check first.

    Thank you.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Removing or styling For Office Use Only

    You could update your email_common.css to include
    Code:
    .extra_info { display: none; }
    ... but that will only "hide" the information on HTML emails; the office-use-only stuff will still be there for TEXT.

  3. #3
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: Removing or styling For Office Use Only

    Or add
    Code:
    @media print {
    .extra_info {
        display:none;
      }
    }

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Removing or styling For Office Use Only

    Quote Originally Posted by Design75 View Post
    Or add
    Code:
    @media print {
    .extra_info {
        display:none;
      }
    }
    Nice addition!

 

 

Similar Threads

  1. Remove Office Use Only
    By lindasdd in forum General Questions
    Replies: 7
    Last Post: 19 Nov 2011, 12:56 PM
  2. 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
  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

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