Guest Posted February 18, 2004 Posted February 18, 2004 When i install Printable Catalog 3.0, I am getting a blank page. Does anybody know what the solution is?
Guest Posted February 27, 2004 Posted February 27, 2004 I have the same problem, i installed it according to the instructions. i also have the printorders module and it has the same blank screen, any mods that get database info do it seems.. take a look http://www.imagine-computers.ozeweb.net/catalog/ (click on print catalog in information infobox) any suggestions / fixes?? :unsure:
Guest Posted February 28, 2004 Posted February 28, 2004 any ideas anyone................ ???????????????? :( :(:(:(
Guest Posted February 28, 2004 Posted February 28, 2004 im trying to see what is different from my website to people that hvae print catalog 3.0 installeed... i have the lastest version from oscommerce (see my site at www.imaginecomputers.tk ... has anyone got print catalog installed with a site with a different theme to the oscommerce defualt? thats the only difference i can see... dont have any mods installed hmm.
tlelliott77 Posted March 9, 2004 Posted March 9, 2004 Hi I've had the same problem for a long time and have only just found a solution. Try making your catalog_products_with_images.php fil have the includes for column left and column right in. i.e. at the top change this: <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?><?php require(DIR_WS_BOXES . 'currencies.php'); ?></td> to this: <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?><?php require(DIR_WS_BOXES . 'currencies.php'); ?></td> and at the bottom change this: <!-- body_text_eof //--> </tr> </table> <!-- body_eof //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> to this: <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Hope this works for you Regards Tim
shivanuja Posted March 19, 2006 Posted March 19, 2006 Hi, Thanks, it works! Im also using template from 7dana. But, the fonts in the products area are big sized. Where can I change that to standard size? (The font for heading of the catalog table is ok) Hi I've had the same problem for a long time and have only just found a solution. Try making your catalog_products_with_images.php fil have the includes for column left and column right in. i.e. at the top change this: <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> ?<tr> <!-- body_text //--> ? ?<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> ? ? ?<tr> ? ? ? ?<td><table border="0" width="100%" cellspacing="0" cellpadding="0"> ? ? ? ? ?<tr> ? ? ? ? ? ?<td class="pageHeading"><?php echo HEADING_TITLE; ?><?php require(DIR_WS_BOXES . 'currencies.php'); ?></td> to this: <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <!-- body //--> <table border="0" width="100%" cellspacing="3" cellpadding="3"> ?<tr> ? ?<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> ? ?</table></td> <!-- body_text //--> ? ?<td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> ? ? ?<tr> ? ? ? ?<td><table border="0" width="100%" cellspacing="0" cellpadding="0"> ? ? ? ? ?<tr> ? ? ? ? ? ?<td class="pageHeading"><?php echo HEADING_TITLE; ?><?php require(DIR_WS_BOXES . 'currencies.php'); ?></td> and at the bottom change this: <!-- body_text_eof //--> ?</tr> </table> <!-- body_eof //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> to this: <!-- body_text_eof //--> ? ?<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> ? ?</table></td> ?</tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> Hope this works for you Regards Tim
Recommended Posts
Archived
This topic is now archived and is closed to further replies.