Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

X-Cart 4.0.0 How to make any page printable?

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #1  
Old 07-22-2004, 06:52 PM
 
mizzlewillz mizzlewillz is offline
 

Advanced Member
  
Join Date: Apr 2004
Posts: 45
 

Default X-Cart 4.0.0 How to make any page printable?

Hello,

Is there a way to make any page printable. Say I want to make the Privacy statement printable, how would I go about doing that, I have no idea where to start.

Any Suggestions or Comments would be Great!!!

Thanks in advance,

Mike W.
Reply With Quote
  #2  
Old 07-22-2004, 09:08 PM
 
Wizard Wizard is offline
 

Advanced Member
  
Join Date: Jun 2004
Posts: 40
 

Default

General Settings >> Appearance Options >> Enabled printable version of categories and products pages in customer area
__________________
Mike

X-Cart 4.0.9 Gold (In Development)
No Live Site

Server version: Apache/1.3.28 (Unix) FrontPage/5.0.2.2510 mod_ssl/2.8.15 OpenSSL/0.9.7a PHP-CGI/0.1b
Reply With Quote
  #3  
Old 12-07-2004, 05:50 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

BUMP

Anyone figure out how to make printable static pages?
Reply With Quote
  #4  
Old 12-08-2004, 05:59 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

Code:
{if (($main eq 'catalog' && $cat ne '') || $main eq 'pages' || $main eq 'product' || ($main eq 'comparison' && $mode eq 'compare_table') || ($main eq 'choosing' && $smarty.get.mode eq 'choose')) && $config.Appearance.enabled_printable_version eq 'Y'} <TD width="100%" valign="middle" align="right">{include file="printable.tpl"}</TD> <TD>[img]{$ImagesDir}/spacer.gif[/img]</TD> {/if}

this bit is found in head.tpl

just added this bit

Code:
|| $main eq 'pages'
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote
  #5  
Old 12-08-2004, 06:01 AM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Shan,

My personal saviour.

MOVE TO CUSTOM MODS!
Reply With Quote
  #6  
Old 12-08-2004, 06:57 AM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

You will need to make the following change to the bottom of pages.php

Code:
# Assign the current location line $smarty->assign("location", $location); $smarty->assign("printable", $printable);

You are adding this line

Code:
$smarty->assign("printable", $printable);
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 05:51 AM.

   

 
X-Cart forums © 2001-2020