Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Jul 2008
    Posts
    63
    Plugin Contributions
    0

    Default Re: Popup Term Print

    I used a fairly simple include statement to read the contents of the default conditions page.
    Look for this file:
    \includes\templates\YOUR_TEMPLATE\term_print\tpl_main_page.php
    Here is an example of what I use:
    Code:
    <body id="TermPrint" onload="resizeTo(640,640);"> 
    <?php echo HEADING_PRIVACY_POP ?>
       <div align="left"><input type="button" value="Print This Page" onClick="window.print()">
       <align="right"><input type="button" value="Close Window" onClick="window.close()"></div>
        <div align="center">
    	<?php
    	echo "<table width='90%'>";
    	echo "<tr>";
    	echo "<td style='border:solid 1px #999; padding:10px; background-color:#FFF;'>";
    	include 'includes/languages/english/html_includes/YOUR_TEMPLATE/define_privacy.php'; 
    	echo "</td></tr></table><br><br>";	
    	?></div>	
    </body>
    It gets the contents of the page and puts it into a simple table to look a little better.
    I'm happy with it.

  2. #12
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Popup Term Print

    Thanks, will take a look at this.
    Steve
    prommart.com

  3. #13
    Join Date
    Mar 2006
    Posts
    477
    Plugin Contributions
    0

    Default Re: Popup Term Print

    i tried to install this on 1.5.1 and when the terms and conditions shows up on the checkout page the Here is no longer a link please help
    http://www.zen-cart.com/showthread.p...th-customizing
    Thanks
    We sell ATV, Dirtbike, Streetbike, Snowmobile, Watercraft & Custom stickers & Banners. Check us out www.AD-DiscountPerformance.com

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v150 Print Popup Invoice for v1.5?
    By futurist71 in forum Upgrading to 1.5.x
    Replies: 19
    Last Post: 1 Mar 2019, 10:35 PM
  2. popup print invoice - no content
    By patternman in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Dec 2011, 07:47 PM
  3. Print Invoice Popup
    By shanesoine in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 24 Nov 2010, 11:52 AM
  4. Popup Print Invoice help
    By eps492003 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 May 2010, 09:50 PM
  5. Popup Print Invoice Version 1.1
    By Decostyle in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 15 Feb 2009, 08:28 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