Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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???

Posted (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 by steve_s

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...