Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    104
    Plugin Contributions
    0

    Default Create separate footer for checkout

    How would I create a separate footer to show during https when someone checks out. I have a sitemeter on my footer right now, and it's messing up the https, (unsecure items). So I would like to create a different footer to be used during https that doesn't include the sitemeter. Any suggestions? Thanks so much.

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

    Default Re: Create separate footer for checkout

    Or you could just edit your tpl_footer.php where you have put your sitemeter code and tell it not to run on SSL pages.

    Code:
    <?php if ($request_type != 'SSL') { ?>
    <!-- sitemeter code here -->
    <?php } ?>
    .

    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.

  3. #3
    Join Date
    Feb 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: Create separate footer for checkout

    Amazing, it works perfectly! I really need to learn how to write php.

 

 

Similar Threads

  1. v153 How to create a separate home page for my store
    By nefranks in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 3 Nov 2014, 01:56 AM
  2. v150 Show shipping as separate line on checkout step 2?
    By WebKat in forum Basic Configuration
    Replies: 4
    Last Post: 8 Mar 2012, 12:24 AM
  3. Separate 'log in' and 'create account' pages needed
    By kirkzeus in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 28 Jun 2008, 09:02 AM
  4. create account during checkout fails keeps asking for country
    By sgflowers in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 30 Oct 2007, 04:48 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