joemel4ever Posted October 23, 2009 Posted October 23, 2009 so i got the whole fckeditor and got it installed now i am trying to do the define main page addon and it says to **CATALOG STEP 1 --> OPEN catalog/index.php: ==================================================================== Look for this around line 307 (near bottom): ==================================================================== <td class="main"><br><?php echo TEXT_MAIN; ?></td> ==================================================================== And replace that line with this: ==================================================================== <td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td> @@@@@@@@@@@@@@@@@@@@ END /CATALOG/INDEX.PHP @@@@@@@@@@@@@@@@@@@@@@ Problem is that that line does not exist in my index.php file. Any ideas??? Quote
steve_s Posted October 24, 2009 Posted October 24, 2009 (edited) so i got the whole fckeditor and got it installed now i am trying to do the define main page addon and it says to **CATALOG STEP 1 --> OPEN catalog/index.php: ==================================================================== Look for this around line 307 (near bottom): ==================================================================== <td class="main"><br><?php echo TEXT_MAIN; ?></td> ==================================================================== And replace that line with this: ==================================================================== <td class="main"><?php include(DIR_WS_LANGUAGES . $language . '/' . FILENAME_DEFINE_MAINPAGE); ?></td> @@@@@@@@@@@@@@@@@@@@ END /CATALOG/INDEX.PHP @@@@@@@@@@@@@@@@@@@@@@ Problem is that that line does not exist in my index.php file. Any ideas??? Hi its in this block of code if you cant find it add where ever you want it <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="main"><?php echo tep_customer_greeting(); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_MAIN; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <?php include(DIR_WS_MODULES . FILENAME_UPCOMING_PRODUCTS); ?> </table></td> </tr> </table></td> Steve Edited October 24, 2009 by steve_s Quote
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.