Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Printer Friendly

    oh, and having this in your stylesheet will "prevent" your "stage" area from showing up, at least on that page ... note that display: none means ... don't show.
    HTML Code:
    @media print {
      .categoryListBoxContents {display: none}
    }
    .

    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.

  2. #12
    Join Date
    Nov 2003
    Posts
    1,987
    Plugin Contributions
    15

    Default Re: Printer Friendly

    Can't add much to that Drbyte :-)

    Some unrelated errors in the CSS are that it contains some faulty color settings:
    Code:
    	color: 0000CC;
    In general it's better to track down and solve all/most CSS and HTML errors first, when having "weird" problems.

  3. #13
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Re: Printer Friendly

    OK, I added the </div> and took out the display none. Still , not printing?

    Any other thoughts?

    Thanks,
    Slabadoo

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

    Default Re: Printer Friendly

    1. get rid of this in your stylesheet.css
    Code:
    @media print {
      .categoryListBoxContents
    }
    2. In this section, add another closing </div>, as shown:
    Code:
    	<!--bof-navigation display-->
    <div id="navMainWrapper">
    <div id="navMain">
        <ul class="back">
        <li><a href="http://...../">Profile Catalog Home</a></li>
    
        <li><a href="http://....../index.php?main_page=login">Log In</a></li>
    
    </ul>
    <br class="clearBoth" />
    </div>
    </div>
    <!--eof-navigation display-->
    That should get your "stage" area printing. You can deal with the other issues separately.
    .

    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. #15
    Join Date
    Jan 2007
    Posts
    149
    Plugin Contributions
    1

    Default Re: Printer Friendly

    DrByte

    thank you. This solved my printing problem.

    Slabadoo...

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Printer Friendly product page?
    By kburner in forum General Questions
    Replies: 4
    Last Post: 12 May 2010, 01:05 AM
  2. Printer Friendly Button ?
    By Alex123 in forum General Questions
    Replies: 11
    Last Post: 19 Jun 2008, 05:15 AM

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