RE: pdf catalog error solution
interbikes <[email protected]> 10 Sep 2003 20:52:37 -0000
| Newsgroups | gmane.comp.web.oscommerce.contributions |
|---|---|
| Message-ID | <7d44ee6d5f2478efda20d41734d3c3ea@osCommerce-Forums> |
This message was sent from: Contributions
http://forums.oscommerce.com/viewtopic.php?p=227582#227582
----------------------------------------------------------------
also for the contribution:
PDF data-sheet v.1.2.2
I found that replacing the link that it tells you to put in with my own it actually worked, lol. So heres the link you can try in product_info if nothing else id working for you...
<?php echo '<a href="' . tep_href_link(FILENAME_PDF_DATASHEET, 'products_id=' . $product_info['products_id']) .'" target="_self">' . tep_image('pdf/pdf.gif') .'</a>'; ?>
and if you want it in a new window im guessing you change the _self for _blank. not sure on that one tho.