
ross
Staff
/ Moderator

Apr 30, 2009, 9:23 AM
Post #2 of 7
(3422 views)
Shortcut
|
|
Re: [miked] Instant Auto - adding a printer friendly vehicle page ???
[In reply to]
|
Can't Post
|
|
Hi Mike Thanks for posting! Setting up a printer friendly page will be fairly straight forward :). The first thing is going to be your template. Since it sounds like the original listingDetails.php page will work, lets just use that. Of course, you'll want to change that to printerFriendlyListing.php or something like that. On your actual listing detail page, all you need to do is put a link to that new page like this:
<a href="printerFriendlyPage.php?><?php echo $listingsRecord['num']">Printer Friendly Page</a> Does that make sense? Basically, you are creating a link to the printer page and passing it the current record number so it knows which listing to load. Give that a shot and let me know how you make out. One tip to help you get started would be to not worry about what your printer friendly template looks like. Focus on getting the link working first. Then get the template styled up. Keep me up to date with how you are making out :). ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting: http://www.interactivetools.com/consulting/
(This post was edited by ross on Apr 30, 2009, 9:25 AM)
|