Guest Posted June 29, 2009 Share Posted June 29, 2009 Hi all Have finally downloaded this contrib but am confused. There are instructions to replace or add code to the following that I am unable to find: Install Catalog instructions: FIND (Around line 78) <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> (I cannot find this line at all) FIND (Around line 247) ?> <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; ?></td> (I cannot find this line at all either) Nor can I find Line 298 (or anything close to it) Step #7 <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> Can't find that either and finally Product_info.php cannnot find line 102 to change Has anyone else had this prob? Can anyone out there in the land of knowledge help OH PLEASE??? :blink: Quote Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted June 29, 2009 Share Posted June 29, 2009 you probable have a template, try searching for HEADING_TITLE and FILENAME_DEFAULT Quote Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>. Link to comment Share on other sites More sharing options...
Guest Posted June 29, 2009 Share Posted June 29, 2009 you probable have a template, try searching for HEADING_TITLE and FILENAME_DEFAULT Hi, yes I did that but the only thing I have is: <table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td height="44"><span class="tx1"> <?=HEADING_TITLE?> </span></td> </tr> </table> <table border="0" width="100%" cellspacing="0" cellpadding="0" align="center"> <tr> and 3 instances of FILENAME_DEFAULT that seem unrelated Quote Link to comment Share on other sites More sharing options...
Guest Posted June 29, 2009 Share Posted June 29, 2009 you probable have a template, try searching for HEADING_TITLE and FILENAME_DEFAULT You are right it is a template monster template blah Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.